Overview
When a tokenized asset needs to return to single ownership (e.g., before sale), a detokenization proposal must be initiated and approved by majority token holders (50%+ threshold). This UI manages that process. Depends on BE-62 for the contract interaction.
Context
- Add a "Detokenize" option to the tokenized asset detail page (admin only, under Manage Tokens)
- The
assetsup contract (contracts/assetsup/src/detokenization.rs) defines the proposal and voting process
- Backend endpoint needed:
POST /stellar/assets/:id/detokenize and GET /stellar/assets/:id/detokenize/status
Acceptance Criteria
Overview
When a tokenized asset needs to return to single ownership (e.g., before sale), a detokenization proposal must be initiated and approved by majority token holders (50%+ threshold). This UI manages that process. Depends on BE-62 for the contract interaction.
Context
assetsupcontract (contracts/assetsup/src/detokenization.rs) defines the proposal and voting processPOST /stellar/assets/:id/detokenizeandGET /stellar/assets/:id/detokenize/statusAcceptance Criteria