# IBT Additional Rewards

Some [ERC4626](https://eips.ethereum.org/EIPS/eip-4626) [Interest Bearing Tokens](https://dev.spectra.finance/glossary#ibt) may be integrated into a reward program (on any protocol), and holding these IBTs makes the holder eligible to claim rewards. As the PT holds all the IBTs deposited by the users who[ tokenized their yield](https://dev.spectra.finance/guides/tokenizing-yield), the PT would need to claim these rewards on behalf of the depositors.

For such eligible IBTs, the Spectra protocol can deploy a rewards proxy on top of the associated Principal Token and add the logic to claim these rewards. These rewards would be sent to a Spectra DAO address and redistributed via governance.


---

# 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://dev.spectra.finance/guides/ibt-additional-rewards.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.
