# Claiming Rewards

When a user deposits in either the Caramel or Saltish vaults, they will receive a receipt in the form of an ERC-1155 token. The depositor's position will be denominated by this token, as will their return pattern.&#x20;

Claiming Vault Proceeds:&#x20;

When the epoch ends or the vault depegs, the vault will close and depositors will be able to collect their BNB rewards. Depositors will be required to burn their Vault tokens in order to get the earnings.&#x20;

Claiming SugarYield Prizes:&#x20;

Depositors must stake their Vault tokens in the right staking vault to be eligible for farming rewards. SugarYield tokens are locked and non-transferable during the IFO period; however, following the IFO period, SugarYield awards will be released by the block and can be claimed at any time.

## Claim Flow:

Once users mints a SugarYield vault token their tokens will be visible in the claim tab. During the epoch the status under the token will denote “ongoing”.&#x20;

### Caramel Vault deposits

**Depeg**

Deposits in the Caramel (Hedge) vault will be marked as "liquidated," and users will be able to "burn" their tokens.&#x20;

Depeg Depositors will be able to retrieve their BNB incentives as soon as the vault shuts and the epoch finishes.&#x20;

**No Depeg**

In this instance, the token's status will be "win," and users will be able to "claim" the token.

### Saltish Vault Deposits&#x20;

**Depeg**

Depositors in the saltish vault will see “collateral liquidated” under their SugarYield vault tokens, but will still have the option to “claim premium”.

**No Depeg**

In this case the status of the token will denote “win” and saltish vault depositors will have the option to “claim”.


---

# 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://sugar-yield.gitbook.io/sugaryield/how-to-use/claiming-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.
