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

# Staking

### Why Staking?

* Earn weekly APR rewards&#x20;
* Unlock a higher leverage rate
* Unlock one-click rebalance feature

(Coming soon ⬇️)

* Participate in governance (proposal and voting)
* Privilege to lending pools with high utilization
* Unlock advanced farming tools
* (More to come)

### Staking Explanation

#### Epoch

* Epoch is the minimal lock-up unit to lock `$EXTRA` tokens to veEXTRA. On Extra Finance, one epoch is 7 days.
* The start time of each epoch is UTC 00:00 every Thursday and ends at UTC 00:00 next Thursday.
* A unlock date can only be the end time of each epoch.

#### Staking Reward Allocation

* **Reward source**: staking rewards are sourced from both `$EXTRA` token emissions AND part of protocol fees accumulated in the last (i.e. n-1) epoch, all rewards will be swapped and collected as `$EXTRA` tokens for distribution for each epoch.
* Reward allocations are based on your veEXTRA balance snapshotted **at the beginning of an epoch** and will be allocated proportionally.
* The rewards accumulated during an epoch can be claimed after the end of that epoch.

(Notice: If you deposit in the middle of an epoch, there won't be rewards for that epoch. You will be eligible to gain staking rewards after the next epoch ends. That is to say, a full epoch is required to claim rewards.)

<figure><img src="/files/bO4DDqlIEKtu1bH4apwW" alt=""><figcaption><p>eligible to claim staking rewards for epoch 2</p></figcaption></figure>

<figure><img src="/files/43YlY0f3bnX6jvk3CvtJ" alt=""><figcaption><p>NOT eligible to claim staking rewards for epoch 2</p></figcaption></figure>

### Step-by-Step Guide

{% content-ref url="/pages/bRyXUfqQaZuv7LeAoHB4" %}
[How to Stake (to veEXTRA)](/extra_finance/tokenomics/tokenomics-v1/staking/how-to-stake-to-veextra.md)
{% endcontent-ref %}


---

# 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.extrafi.io/extra_finance/tokenomics/tokenomics-v1/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.
