> For the complete documentation index, see [llms.txt](https://docs.voyage.finance/voyage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voyage.finance/voyage/whitepaper/voyage-lend/tokenization.md).

# Tokenization

Voyage liquidity pools satisfy the [EIP-4626](https://eips.ethereum.org/EIPS/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 $$Ex(t)$$.

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.

{% hint style="info" %}
Note that this is subject to the withdrawal waiting time defined in the following section, and in the case of senior tranche depositors, liquidity is available at the time of redemption.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.voyage.finance/voyage/whitepaper/voyage-lend/tokenization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
