# Claiming Rewards

Upon a deposit in either the Collateral or Premium vaults, the user will receive a receipt of their deposit in the form of an ERC-1155 token. This token will denominate the depositors position and outline their return pattern.&#x20;

#### Claiming proceeds from Vaults:

* Upon epoch end, or vault depeg/knockout, the vault will close and the depositors will be able to claim their ETH payouts. Depositors will burn their Vault tokens to claim the proceeds.&#x20;

#### Claiming Y2K Rewards:

* Depositors in Earthquake vault receive $Y2K rewards proportional to their share of vault. Rewards are emitted directly to minted vault positions in V2 and claimed automatically together with payouts when vault tokens are burned.

## Claim Flow:

Once users mints a Y2K vault token their position will be visible in the [My Portfolio](https://app.y2k.finance/my-portfolio) tab. During the epoch position status will denote “ongoing”.&#x20;

### Premium Vault deposits

**No Depeg.**&#x20;

Depositors in the Premium vault will see the status denote “liquidated” and users will have the option to “burn” their tokens.

**Depeg**

Depositors will be able to claim ETH rewards immediately after the vault closes and the epoch ends.&#x20;

In this case the status of the token will denote “win” under the position and users will have the option to “claim”.&#x20;

### Collateral Vault Deposits&#x20;

**Depeg**

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

**No Depeg**

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

{% hint style="info" %}
Note that regardless of the outcome all vault depositors will be eligible for Y2K rewards which are automatically claimed when positions are burned after the epoch concludes.&#x20;
{% endhint %}


---

# 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://y2k-finance.gitbook.io/y2k-finance/how-to-guides/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.
