> For the complete documentation index, see [llms.txt](https://docs.equilibria.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.equilibria.fi/mechanism/fees-and-rewards-distribution/rewards-for-eqb-holders.md).

# Rewards for EQB Holders

There are several advantages to interacting with the EQB/xEQB token, but all the rewards will be allocated to the vlEQB. Users can lock EQB to receive vlEQB.

1. **Fee sharing on Equilibria**. Holders will get a share of [the total fees generated on Equilibria](https://docs.equilibria.fi/mechanism/fees-and-rewards-distribution/protocol-fees):
   1. As we utilize the [Consolidated Reports](https://docs.equilibria.fi/mechanism/cross-chain#consolidated-reporting-fee-sharing) to distribute this fee, it will be released weekly.
   2. After [EIP-6](https://snapshot.box/#/s:eips.equilibria-xeqb.eth/proposal/0x3e20eb27f1e5cdd024418f204c00355329b2c9b9e2ef5ea4a7c9842ad144814b):
      1. EQB and xEQB emissions have been halted
2. **Vote rewards from Pendle**. Pendle will share swap fees with vePENDLE voters and this reward will be distributed to the vlEQB voters.
   1. After [EIP-6](https://snapshot.box/#/s:eips.equilibria-xeqb.eth/proposal/0x3e20eb27f1e5cdd024418f204c00355329b2c9b9e2ef5ea4a7c9842ad144814b):
      1. vePENDLE’s Vote Rewards 60% to vlEQB voters
3. **Bribe rewards**. Protocols who want to have higher PENDLE emission will allocate bribes to buy the necessary votes, and this will in turn represent a continuous income flow for vlEQB.


---

# 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.equilibria.fi/mechanism/fees-and-rewards-distribution/rewards-for-eqb-holders.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.
