> For the complete documentation index, see [llms.txt](https://docs.pstake.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pstake.finance/pstake-staking/pstake-staking-details/reward-details.md).

# Reward Details

All rewards are paid in a BTC derivative (e.g., cbBTC, wBTC, etc.) at the end of each season.

Users are required to claim their rewards within a specific time window (currently set at three days) after each season ends to claim BTC yield.

Staking accumulates pSATS, which are automatically converted into BTC when a user claims their rewards (see the Yield Calculation Methodology section for more details)

The distribution of pSATS during the staking period is allocated in two separate pools as follows:

* 80% of pSATS to all users staking PSTAKE
* 20% of pSATS to PSTAKE Stakers holding at least 0.05 YBTC.

As a result, users that have deposited BTC into the pSTAKE Finance BTC Liquid Staking solution (min 0.05 BTC) will generate a higher allocation of pSATS and, therefore, BTC yields.

The following table demonstrates allocations for users:

| User Journey            | <p><br></p>         |                     |                  |
| ----------------------- | ------------------- | ------------------- | ---------------- |
| Has PSTAKE (not staked) | Has PSTAKE (staked) | Holds yBTC (+=0.05) | <p><br></p>      |
| Yes                     | Yes                 | Yes                 | 100% Reward Pool |
| No                      | Yes                 | Yes                 | 100% Reward Pool |
| Yes                     | Yes                 | No                  | 80% Reward Pool  |
| No                      | Yes                 | No                  | 80% Reward Pool  |
| Yes                     | No                  | No                  | No Rewards       |
| Yes                     | No                  | Yes                 | No Rewards       |
| No                      | No                  | Yes                 | No Rewards       |
| No                      | No                  | No                  | No Rewards       |

<br>


---

# 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.pstake.finance/pstake-staking/pstake-staking-details/reward-details.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.
