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

# sRF Staking

## What is sRF?

RF is the staked version of RF, designed to distribute protocol revenue among stakers. **90% of the protocol’s revenue** will be allocated to sRF stakers in real-time, while the remaining **10% will be retained as ReactorFusion's revenue**.

Protocol revenue is generated through **reserve factor fees** from various pools, with higher-risk pools incurring higher fees. ReactorFusion operates a **single sRF staking pool**, where all rewards are distributed **directly** to sRF stakers.

### **Unstaking Delay**

Unstaking requests are subject to a **24-hour delay**. For example, if you stake and choose to unstake on **May 10, 2024**, you will be able to withdraw your tokens on **May 11, 2024**.

## Features

* Rewards are distributed **proportionally** based on your share of the staked RF supply. *(e.g., if you hold 100k sRF out of a total 1M sRF, you receive 10% of the rewards.)*
* sRF stakers receive **90% of protocol revenue**, paid out in the same tokens collected from fees.


---

# 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.reactorfusion.xyz/tokenomics/srf-staking.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.
