Redemption
Token redemption refers to the reduction of supply of index tokens through the action of redeeming index tokens for the underlying assets.
This redemption process is defined below:
User Initiation: User initiates the redemption process by burning n AMKT tokens via
redeem(uint256 amount)
in the issuance smart contract,
signaling their intention to redeem the tokens for their in-kind value.Smart Contract Action: Upon receiving the burn transaction for n AMKT tokens, the issuance smart contract verifies the burn and prepares to release the in-kind assets.
Asset Release: The issuance smart contract then releases the in-kind assets to the designated address provided by the user.
User Receives Assets: User receives the in-kind assets corresponding to the burned n AMKT tokens at their designated address.
All AMKT holders are entitled to redeem the underlying AMKT assets directly with the smart contract.
Last updated