> For the complete documentation index, see [llms.txt](https://docs.mobius.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/burn-mousd.md).

# 🔥Burn (moUSD)-testnet

***Burning*****&#x20;refers to paying back your moUSD debt in order to redeem your outstanding collateral.** If your moUSD balance is not enough to pay the entire portion of the debt, you can buy moUSD on the open market.

{% hint style="info" %}
**Please note: After redeeming all your collateral assets, you will not be eligible for staking rewards.**
{% endhint %}

In order to use the burn feature, follow the steps below:

1. Go to the "Mint & Burn" page and select the "Burn" tab on the left component.

![](/files/-Mif4QqLqqrOtoBbOobH)

&#x20;2\. Select the collateral you want to redeem. You can click on the button under the "Collateral" textbox or on the right side by clicking on any of the token types.

![](/files/-Mif5GAacJqwzvfnb2oO)

![](/files/-Mif5KZv1mAlY6Jstpzd)

3\. Enter the amount of moUSD you would like to burn. After entering the amount of moUSD, you will see the amount of collateral you can redeem. You can verify the final information on the right side box.

![](/files/-Mif6TRCg57CyKD-c3ar)

&#x20;6\. After verifying your information, click on the "Burn" button and confirm the transaction on Metamask.

![](/files/-Mif7Ix2lL35eGaT_JyP)

&#x20;7\. You should receive your collateral once the transaction is confirmed by the Polygon Network.

![](/files/-Mif7wkJv8VPmUex_0DK)


---

# 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://docs.mobius.finance/resourses/testnet-guides-mumbai-network/burn-mousd.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.
