# Staking

## Concept

xREF is the main staking contract (xtoken.ref-finance.near) on the platform. When you stake your REF, you effectively exchange your REF for xREF. Over time, you will always earn more REF by holding xREF tokens.&#x20;

{% hint style="info" %}
There is no Divergence Loss when you stake REF for xREF tokens
{% endhint %}

Every swap executed on RHEA Finance generates revenue for the protocol.&#x20;

* 100% of the protocol fee will be used to buy back REF tokens, of which:
  * 75% will be transferred to the xREF contract (xtoken.ref-finance.near) and released linearly over time&#x20;
  * 25% will be allocated to a Community/Provision treasury. This treasury will be used to fund grants and other community initiatives/programs

![](/files/YdMRN0EHG7j78Sz5v91g)

## Execution <a href="#id-6306" id="id-6306"></a>

Like any liquidity provider, RHEA Finance collects its shares (16% of the total pool fee) in real-time and will be paid when it removes liquidity from the pool.&#x20;

Converting protocol LP tokens, resulting from the trading fees, involves the following actions:

1. Remove liquidity from pools
2. Withdraw corresponding tokens from RHEA Finance (v2.ref-finance.near) to the DAO (ref-finance.sputnik-dao.near)
3. Send tokens from the DAO to a specific execution account&#x20;
4. Buy (back) REF tokens (with the execution account)
5. Send REF tokens to the staking contract (xtoken.ref-finance.near)

The process happens on a quarterly basis.

{% hint style="info" %}
The first buy back involved as many as 35 DAO proposals&#x20;
{% endhint %}

Because the conversion from LP to REF tokens happens on a quarterly basis, and because the tokens collected might be very volatile on the same period, there might be a significant difference between the daily 'observable' revenue and the 'realised' revenue, after conversion.

Finally, rewards are being released linearly on a quarterly basis, and will have boosted markups for the first three years (subject to change):

* Year 1: 2x
* Year 2: 1.5x
* Year 3: 1.2x
* Year 4: 1x


---

# 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://guide.rhea.finance/near-chain-guides/how-rhea-finance-works/staking.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.
