> For the complete documentation index, see [llms.txt](https://azoth.gitbook.io/azoth-tech-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://azoth.gitbook.io/azoth-tech-docs/users-guide/mint-and-redeem.md).

# Mint & Redeem

Mint RWA tokens with your tablecoin.[​](https://docs.pendle.finance/AppGuide/Mint#mint-pt-and-yt-with-your-yield-bearing-tokens)

1. Go to [Markets](https://testnet.azoth.finance/markets)

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

2. Select your desired asset and maturity by clicking on it.

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

3. Make sure you’re on the “MINT” tab, then inter the transaction amount. Then click the "Mint" button. This will use USDC to mint an "RWA Asset NFT," representing your ownership of the RWA asset.

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

4. Approve the transaction and Mint! Check if the newly minted token is in your wallet.

### Redeem RWA tokens for stablecoins.[​](https://docs.pendle.finance/AppGuide/Mint#mint-pt-and-yt-with-your-yield-bearing-tokens) <a href="#mint-pt-and-yt-with-your-yield-bearing-tokens" id="mint-pt-and-yt-with-your-yield-bearing-tokens"></a>

1. Go to [Markets](https://testnet.azoth.finance/markets) and elect the RWA token you wish to redeem. In the menu bar, select "REDEEM," enter the value of the RWA asset you wish to redeem, and click the button to proceed with redemption.

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

2. In the menu bar, select "Withdraw." After administrator approval, yyou'll receive an NFT in your wallet. Once the current batch's offline redemption is confirmed, the process is complete.  Then NFT can be exchanged for stablecoins. The "withdrawal" process requires 2-3 days for real-world record-keeping.

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

The above covers the full interaction process with Azoth. It is recommended to mint and redeem multiple times to increase interaction frequency.


---

# 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://azoth.gitbook.io/azoth-tech-docs/users-guide/mint-and-redeem.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.
