Tokenization
Last updated
Was this helpful?
Last updated
Was this helpful?
Voyage liquidity pools satisfy the EIP-4626 token standard. When underlying assets are deposited into a pool, an amount of token is minted to the depositor according to the current vault exchange rate, defined as .
This exchange rate increases as interest on loans is repaid, representing profits distributed to token holders (depositors). However, in the event of default with insufficient collateral, the exchange rate goes down, as the loss is distributed to all depositors.
When a depositor wishes to withdraw their funds, an amount of tokens also determined by the exchange rate is burned, and a corresponding amount of the underlying asset is transferred to the depositorβs EOA.