# Minting and Redeeming

VUSD minting and redeeming is performed via the *Minter* module of the VUSD system.  This can be accessed directly via smart contract, or via user interfaces such as <https://app.vdollar.finance/>

## Minting

To mint VUSD, the user swaps an acceptable input asset (DAI, USDC, USDT) for newly minted VUSD at a 1:1 ratio, less minting fee (currently zero), in any amount with zero slippage.  The input asset is deposited into VUSD's treasury, and the user receives VUSD as a swap output.

## Redemption

To redeem VUSD, the user swaps VUSD for an acceptable output asset (DAI, USDC, USDT) based on Oracle price (DAI/USD, USDC/USD, or USDT/USD), less a redeem fee (current 0.1%), in any amount with zero slippage. VUSD is burned, and the user receives the requested output asset (DAI, USDC, USDT).


---

# 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.vdollar.finance/inside-vusd/minting-and-redeeming.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.
