Skip to content

Buyback mechanisms could be easily extended #387

@xeroc

Description

@xeroc

Currently, a buyback account can be created using an account_create operation with an extension like this:

     "buyback_options": {
         "asset_to_buy": "1.3.330",
         "asset_to_buy_issuer": "1.2.3563",
         "markets": ["1.3.329"]},

Problems are

  • This extension requires the owner and active to be the null-account
  • If you want max usability, you want to be able to buy back X with assets A, B, ... which is possible already, but the operation fails to pay for the fee because BTS/TEST are not part of markets. If it was, the core asset would be used to buy back X.

Proposal: Allow transfers of CORE to a special account to pay for the order creation fee IFF CORE is not listed in markets.

Discuss!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions