# Minting & Redeeming

Institutional users who complete onboarding and have their wallet whitelisted can mint and redeem SIERRA directly with Sierra Reserve Limited, the issuer of SIERRA.&#x20;

### Minting SIERRA

1. Connect your whitelisted wallet to the Sierra web app
2. Navigate to the "Mint" page
3. Input the amount of SIERRA you would like to mint
4. Click "Approve"
5. Approve the spending cap in your wallet
6. Approve the deposit transaction in your wallet

USDC will be deposited into the SIERRA contract and SIERRA will be minted immediately to your wallet at the current exchange rate&#x20;

{% hint style="info" %}
The native liquidity asset for SIERRA is USDC. SIERRA can be minted and redeemed using USDC 24/7/365.&#x20;
{% endhint %}

### Redeeming SIERRA

1. Connect your whitelisted wallet to the Sierra web app
2. Navigate to the "Mint" page
3. Input the amount of SIERRA you would like to redeem
4. Approve the redemption request in your wallet

After your redemption request is processed, SIERRA will be burned and USDC will be transferred to your wallet. The exchange rate for the redemption is fixed at the time you make the redemption request.&#x20;

{% hint style="info" %}
The standard SLA for redemptions is 2 business days. Most redemptions are repaid within the same business day, typically within 1-2 hours.&#x20;
{% endhint %}


---

# 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.sierra.money/overview/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.
