> For the complete documentation index, see [llms.txt](https://perifinance.gitbook.io/peri-finance2021/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/stakingdapp_2_burn.md).

# Staking dApp — 2. Burn

### Burn pUSD by un-stake PERI <a href="#fe3a" id="fe3a"></a>

Step 1. Click ‘Burn’ on the main page.

![](https://miro.medium.com/max/700/1*Q_LT35-xspp0RE_qTmx02g.png)

Step 2. Input the amount that you want to burn pUSD, and click ‘Burn’.

![](https://miro.medium.com/max/700/1*iVjFai9yEwEJD_Xwz2oRyA.png)

Note — For users who staked both PERI and Stablecoin(USDC, DAI)\
If users who staked PERI and other kinds of stablecoin, you should maintain the staking ratio(PERI 80% : other stablecoin 20%)on the staking dApp.\
So, if you unstake all PERI amount in the dApp, **you should burn pUSD by the stablecoin first.**

Step 3. Check the gas fee on the Metamask, and click ‘Confirm’.

![](https://miro.medium.com/max/700/1*DDTzPiRcFlg1An3FLxLVcA.jpeg)

Once the transaction is completed, you can see the alert on dApp and Metamask.

![](https://miro.medium.com/max/700/1*qTboV8L3CF07IwjE-kQwMg.png)

Step 4. After you see the alert on dApp. you can see staked amount on dApp page and Metamask.

![](https://miro.medium.com/max/700/1*GPc4HYHY7r0RqN1KHLX21A.png)

### Burn pUSD by unstake USDC or DAI <a href="#id-36e1" id="id-36e1"></a>

Burn pUSD by unstake USDC or DAI proceeds similar with PERI.

Step 1. Click ‘Burn’ on the main page.

![](https://miro.medium.com/max/700/1*Q_LT35-xspp0RE_qTmx02g.png)

Step 2. Scroll and Select USDC or DAI and Input the amount that you want to burn pUSD, and click ‘Burn’.

![](https://miro.medium.com/max/700/1*5F916thp2mUhLtAJXKH6Vw.png)

![](https://miro.medium.com/max/700/1*8abkk_zPXsph_uqmYvUEnQ.png)

Note — For users who staked both PERI and Stablecoin(USDC, DAI)\
If users who staked PERI and other kinds of stablecoin, you should maintain the staking ratio(PERI 80% : other stablecoin 20%)on the staking dApp.\
So, if you unstake all amount in the dApp, **you should burn pUSD by stablecoin first.**

Step 3. Check the gas fee on the Metamask, and click ‘Confirm’.

![](https://miro.medium.com/max/700/1*DDTzPiRcFlg1An3FLxLVcA.jpeg)

Once the transaction is completed, you can see the alert on dApp and Metamask respectively.

![Alert-Burn pUSD by unstake USDC](https://miro.medium.com/max/700/1*thH_6tDjHtArsXUmK6JGjw.png)

Step 4. After you see the alert on dApp. you can see the current amount on dApp page and Metamask.

![](https://miro.medium.com/max/700/1*GPc4HYHY7r0RqN1KHLX21A.png)


---

# 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://perifinance.gitbook.io/peri-finance2021/peri-finance-1/guides/stakingdapp_2_burn.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.
