# PSM

At PSM page, users can now mint USDA using DAI, and the PSM module will automatically convert DAI into CHAI to earn DSR (Dai Savings Rate) returns. Currently, both the Mint Fee for creating USDA in the PSM and the Redemption Fee for redeeming DAI are set at 0.5% for testing purposes.&#x20;

Once the product officially launches, the Mint Fee will be reduced to 0%, while the Redemption Fee will depend on factors such as the amount of DAI available for withdrawal from the PSM module.

### Mint USDA

In the example below, the user exchanges 100 DAI for 99.5 USDA since the mint fee is 0.5%.&#x20;

* Mint Cap: the total amount of USDA can be minted from PSM.
* Available To Mint: the amount of USDA currently available for minting from the PSM.
* Total Mint: the total amount of USDA that has been minted through the PSM.

Users can also switch to the "Redeem DAI" option by clicking "Redeem DAI" or using the bi-directional arrows in the center of the page to exchange their USDA back for DAI.

<figure><img src="/files/0iGVmnhfESPBgRsQInbY" alt="" width="563"><figcaption><p>PSM Page: Mint USDA</p></figcaption></figure>

### Redeem DAI

In the example below, the user exchanges 100 USDA for 99.5 DAI since the redemption fee is 0.5%.&#x20;

* Available To Redeem: the current amount of DAI that can be redeemed from the PSM.

<figure><img src="/files/3sq201BnW7FyBOchmek6" alt="" width="563"><figcaption><p>PSM Page: Redeem DAI</p></figcaption></figure>


---

# Agent Instructions: 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.agilely.io/guide/v0.3-user-guide/psm.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.
