# VALUE RECEPIENTS

## PERI Stakers

PERI stakers can stake their PERI and receive rewards. But by staking, they also take on the risk of 'debt.' When someone stakes their PERI, to then immediately unstake it they need to burn as much pUSD as they just minted — this pUSD figure is their debt, and all PERI stakers' debt is pooled together (with each staker holding a proportion of it). But this pooled debt is also where profits and losses from people trading on PERI.Exchange is represented, so a staker's debt can change over time depending on traders' overall profits and losses. This is the risk they assume when staking their PERI.

## USDC Stakers

It is possible to mint Pynths by staking USDC. However, USDC stakers' debt is denominated in pUSD. It does not get added to the system's pooled debt, and thus does not fluctuate depending on traders' outcomes. The ratio of PERI to other coin will be 8:2, which can be changed by PERI DAO later

## DAI Stakers

&#x20;It is possible to mint Pynths by staking DAI too. However, DAI stakers' debt is also denominated in pUSD. It does not get added to the system's pooled debt, and thus does not fluctuate depending on traders' outcomes. The ratio of PERI to other coin will be 8:2, which can be changed by PERI DAO later

#### &#x20;<a href="#arbitrageurs" id="arbitrageurs"></a>


---

# 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://peri-finance.gitbook.io/perifinance/development-resources/protocol/value-recepients.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.
