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

# For Stakers

This section is for stakers: anyone staking stXRP into the Firelight protocol to back coverage and earn protocol emissions.

{% hint style="info" %}
Staking is **permissionless**, anyone can stake FXRP. (Enabling cover, by contrast, is permissioned to institutions in the MVP.)
{% endhint %}

### What you'll find here

* [Staking Overview](/for-stakers/staking-overview.md) explains what staking FXRP does and what you receive in return.
* [Emission Mechanics](/for-stakers/emission-mechanics.md) base rate emissions, protocol-related rewards and how Firelight Points fit in.
* [Risk and Exposure](/for-stakers/risk-and-exposure.md) describes what a staker is backing, how slashing works, and how staked capital converts into coverage capacity and leverage.
* [Deployments and Withdrawals](/for-stakers/deployments-and-withdrawals.md) walks through activation, the unstaking window, and the exit flow.

### What to know before staking

Once coverage is live on mainnet, all staked capital in the vault backs coverage and is slashable. Slashing only occurs if a validated claim exhausts the First-Loss Buffer. Even then it is pro-rata across all positions, and the amount is fixed at the time the slash instruction is generated. In exchange for this exposure, stakers earn protocol-related rewards alongside the underlying stXRP base rate emissions.

Rewards come from two sources:

* The underlying stXRP base rate emissions
* Protocol-related rewards funded by program operators and protocol emissions

### How to participate

1. Obtain stXRP: stake XRP via FXRP on Flare. The same flow Firelight launched with in Phase 1 (see [Deployments and Withdrawals](/for-stakers/deployments-and-withdrawals.md) for the prerequisites).
2. Stake FXRP into the Firelight protocol through the protocol interface.
3. Once the deployment clears screening and becomes active, rewards begin accruing.
4. To exit, initiate an unstake. Your stXRP is redeemed and your FXRP becomes withdrawable at the end of the cover period following the one in which you unstaked.

Additional assets beyond stXRP are on the roadmap for future versions.


---

# 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.firelight.finance/for-stakers.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.
