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

# Claiming Rewards

The [Claim page](https://resupply.fi/claim) provides users with a centralized interface to view and collect rewards accumulated across multiple markets and staked positions. Users can claim **RSUP** and **reUSD** rewards from various sources with the option to claim them individually or all at once.

| Source                        | What you claim                                          |
| ----------------------------- | ------------------------------------------------------- |
| Lending markets               | Rewards from borrowing/supplying (e.g. boosted rewards) |
| RSUP staking                  | Weekly protocol-revenue share (reUSD)                   |
| Insurance Pool                | Revenue share + RSUP emissions                          |
| Savings reUSD                 | Auto-compounding yield (sreUSD)                         |
| Retention program (borrowers) | Borrower-directed RSUP emissions                        |
| PRISMA → RSUP vesting         | Vested RSUP (if you redeemed PRISMA)                    |

### How to claim

* **Claim** next to a source claims just that reward.
* **Select all** + **Claim All** executes one transaction for everything claimable.
* The totals bar shows your combined claimable value.

<figure><img src="https://700558760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuvAB3MBg39dnAFUqHuUe%2Fuploads%2FyJbwRN6kxmp7Eaen617a%2FIMAGE%202025-02-24%2011%3A36%3A25.jpg?alt=media&amp;token=cfdbb2e0-b5bb-4949-946e-00def450969c" alt=""><figcaption></figcaption></figure>


---

# 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.resupply.finance/how-to-guides/using-resupply/claiming-rewards.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.
