# Claim Rewards

If you've deposited collateral but haven't taken out a loan, your share of the yield still accumulates. Instead of reducing a loan balance, these rewards collect in your account and can be withdrawn anytime through the claimRewards function. This option suits users who want yield exposure without borrowing.&#x20;

These earnings can be withdrawn through the claimRewards function.

`claimRewards(uint256 amountRequested)`

* amountRequested - amount the user wants to withdraw


---

# 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://docs.altitude.fi/general/protocol-overview/how-do-users-interact-with-a-vault/claim-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.
