> For the complete documentation index, see [llms.txt](https://wiki.zenlink.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zenlink.pro/zenlinkeden/user-guide/app-guide/mint.md).

# Mint

### Mint

Minting is the process of splitting underlying yield-bearing assets into PT + YT. Using vDOT as an example, the split pathway is vDOT → SY-vDOT → PT-vDOT + YT-vDOT.

Follow these steps to mint:

1. Visit Zenlink Eden Market: <https://app.zenlink.pro/market>
2. Select your desired asset type and maturity date

<figure><img src="/files/ouK34H3MCvyKDMmNsnWJ" alt=""><figcaption></figcaption></figure>

3. Switch to the Mint tab

<figure><img src="/files/qyzR56pgUa6hpFrfqfDM" alt=""><figcaption></figcaption></figure>

4. Select the asset you want to split (mint) into PT + YT and enter the amount

<figure><img src="/files/HAxE3tOQnRtWatt0e9r6" alt=""><figcaption></figcaption></figure>

5. Confirm the information, click "Mint," approve the transaction, and complete the minting process!

<figure><img src="/files/6faoA2mvp2dkPC1G4ASq" alt=""><figcaption></figcaption></figure>

### Redeem

To redeem PT + YT back into the underlying yield-bearing asset, use the "Redeem" function and follow similar steps. Switch to the Redeem tab, select the PT and YT you want to redeem into the underlying yield-bearing asset, and enter the amount. Verify the information, click "Redeem," approve, and submit the transaction.

<figure><img src="/files/997we5T1SL6gGU3ZyP2J" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.zenlink.pro/zenlinkeden/user-guide/app-guide/mint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
