> For the complete documentation index, see [llms.txt](https://docs.bracket.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bracket.fi/product/brkteth/rewards-and-points-accruals.md).

# Rewards and Points Accruals

### Rewards

Holders of brktETH can stack and accrue rewards and points. They will receive:

* The native of ETH return, +
* Aggregate ETH staking block rewards, +
* <mark style="color:purple;">Continue to accrue points on their deposited LRTs (if any),</mark> <mark style="color:purple;"></mark><mark style="color:purple;">**+**</mark>
* Receive [Bracket \[BARS\]](/product/bracket-bars.md), +
* Potentially earn high-returns by deploying brktETH in [Bracket Platform strategies](/product/bracket-platform.md)

### Points Distribution Policy&#x20;

As highlighted above in <mark style="color:purple;">purple</mark>, some LRTs still have active point programs running.  Bracket understands that users want to stack their points within brktETH in addition to earning [Bracket \[BARS\]](/product/bracket-bars.md).  Although users are no longer tied to any specific asset for withdrawals as they were during Phase I,  Bracket still tracks off-chain who deposited each asset and its value in USD at the time of deposit.  This is used for points accounting.  Bracket has relationships with all of the LST protocols on our platform, and exchange data with them daily to track points.

Points are distributed based on the proportionate net value of assets deposited that still remain in the platform at the time points are distributed.

*Please see the* [*Bracket \[BARS\]*](/product/bracket-bars.md) *page for more detail about the Bracket points you an earn.*

**Example:**

For a hypothetical LST's xETH and yETH, if User 1 deposits $10k of xETH and later User 2 deposits $40k of xETH, but User 3 withdraws some xETH leaving the total holdings at $25k xETH, any points received from xETH will be distributed proportionately.

* User 1: Receives 20% of the points (equivalent to $5k of xETH).
* User 2: Receives 80% of the points (equivalent to $20k of xETH).

Partial withdrawals (or transfers) are handled proportionately.

In the example above, the total holding of xETH was less than deposited due to User 3 taking out xETH. However, this can also work to the user’s benefit.  If a user deposits xETH but then takes out yETH, there is then excess xETH in the treasury, so each xETH depositor will receive more points than they would have normally have expected by holding the underlying xETH asset.\
\
**Bracket does NOT collect your points, we tell the various LST protocols which wallet to credit and you continue to accrue and redeem points at their websites.**&#x20;


---

# 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.bracket.fi/product/brkteth/rewards-and-points-accruals.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.
