-
Notifications
You must be signed in to change notification settings - Fork 659
Closed
Description
From @xeroc on March 4, 2016 20:13
Two points about the fee pool:
- The fee pool of an asset can be drained by anyone that has a share in that asset by creating an order paying the fee in that asset and cancelling the order again. He gets refunded 90% in BTS not the asset.
- When creating a new asset, the fee pool is prefunded by 50% of the fee. This fee is deducted from the basic member fee. Recently @rune has bought a 3-letter symbol (MKR) and payed quite a bit for it with the expectation of a 80% refund after 90 days! He won't get 80% after 90 days but only 40% because the fee pool funds have been deduced from the total amount! He could now drain the fee pool him self (which is cumbersome and time consuming) or we offer a way to collect all of them instantly.
This should really exist as there is no real reason (AFAIK) that should prevent the issuer of an asset to also full control funds in the fee pool.
I propose a new claim_pool_balance_operation that takes
- the asset,
- the amounts of BTS to claim, and
- the account to credit
as arguments.
I consider this high priority to get this included in the next hard fork (if by any means possible)
Copied from original issue: cryptonomex/graphene#608
Reactions are currently unavailable