I have attempted to make the motion as general as possible to allow shareholders room to implement a function as they see fit. Good choices seem to be:
@woodstockmerkle’s charts:
f(V) = V / (100 * [log(V) + 1])
Layered:
f(V) = {0.01 NBT for V < 10 NBT, 0.1 NBT for V < 500 NBT, 5 NBT for V >= 500 NBT}
If no additional function motion is voted in, it will default to:
f(V) = V * 0.01 NBT
Is 10,000 NBT appropriate payment for this implementation?
Edit: I added a paragraph about the chunking software. I hope I didn’t go too technical for it to appeal to shareholders, but as far as I understand a large portion of the community supports a volume-dependent fee. I’m hoping we can settle on something and pass it, despite the developers not having time currently. If a motion is needed to secure priority, we can do that, but I think just offering the standing reward should be enough to get the NuTeam on it eventually.
Also, note that the standard micro Txn gets double charged for having two different types of outputs (the send Txn and the change). An attacker ends up paying p * 0.02 NBT for a simple Txn. A microTxn sendmany rpc command when done in avatar mode (like our pools) would end up paying 0.01 NBT / smallOutput + 0.01 NBT / KB scaled by p.