You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asset issuers need a way to get out some CORE assets (BTS) from their assets' fee pool, for example when accidentally filled too much BTS into the pool. As of writing, this can be done by crafting a special limit order then cancel it, the process is a bit complicated. In addition, this approach will no longer work if BSIP #26 (Refund Order Creation Fee in Originally Paid Asset on Cancel) is implemented. This BSIP proposes a protocol change to meet the demand.
Motivation
Make the asset system easier to use.
Rational
Asset issuer should have full and easy control over the funds in the fee pool.
Specifications
Current Design and Implementation
Asset issuers can fill the fee pool with the asset_fund_fee_pool_operation operation, which has a structure as follows:
Abstract
Asset issuers need a way to get out some CORE assets (BTS) from their assets' fee pool, for example when accidentally filled too much BTS into the pool. As of writing, this can be done by crafting a special limit order then cancel it, the process is a bit complicated. In addition, this approach will no longer work if BSIP #26 (Refund Order Creation Fee in Originally Paid Asset on Cancel) is implemented. This BSIP proposes a protocol change to meet the demand.
Motivation
Make the asset system easier to use.
Rational
Asset issuer should have full and easy control over the funds in the fee pool.
Specifications
Current Design and Implementation
Asset issuers can fill the fee pool with the
asset_fund_fee_pool_operation
operation, which has a structure as follows:The
amount
in the structure can only be positive, which means thefrom_account
can only add some CORE asset (BTS) into an asset's fee pool.Proposed Changes
amount
to be negative;amount
is negative,from_account
can only be the issuer;amount
is negative, deduct the absolute amount from the asset's fee pool and add it to the issuer's balance.Discussion
The operation fee for
asset_fund_fee_pool_operation
should be no less thantransfer_operation
.Summary for Shareholders
[to be added]
Copyright
This document is placed in the public domain.
See Also
The text was updated successfully, but these errors were encountered: