> For the complete documentation index, see [llms.txt](https://y2k-finance.gitbook.io/y2k-finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://y2k-finance.gitbook.io/y2k-finance/how-to-guides/v2-user-guide.md).

# V2 User Guide

## Features:

#### 24/7 Deposit Queue

Enabling users to early deposit to any market & position for the upcoming epoch. Users will be able to queue deposits for a market at any time unless the direct deposit period is open for the respective market.&#x20;

Queue deposits are executed within the first blocks post direct deposit period opens. Queue deposits are subject to a 'relayer fee' that is deducted from the deposit value at the time of execution.

#### Epoch Rollovers

Users can opt to rollover an existing deposit. Deposits are automatically rolled over to subsequent epochs until the position is liquidated or delisted from the rollover. Rollover amount can be any value between 0-100% of max deposit amount subtracted by the relayer fee. Users cannot rollover the rewards & payouts. Rollovers are executed during the time gap between epoch end & next epoch start.

## Terms:

#### Direct Deposit

Direct deposit refers to the deposit period that was used for Earthquake V1. Direct deposit period can be opened before the ongoing epoch ends. Direct deposit period is opened when the market is deployed & closed at the time of epoch start as defined in the deployment.&#x20;

#### Information Tax

Direct deposit is subject to linear Information Tax, meaning that there will be a continuously increasing fee to deposit, from the time that direct deposit opens until the epoch starts. Maximum deposit fee is defined per market in the deployment.

{% hint style="info" %}
**Update:** Information tax has been scrapped as of 07/10/23.&#x20;

Vault deposits are no longer subject to information tax.
{% endhint %}

#### Keepers

Keepers are bots that are assigned to execute deposit queue & rollovers. They are deployed by the Y2K team & fully automated. Keeper or relayer fee is the gas fee that is paid by the keepers to execute the transactions on chain. This fee is deducted from the rolling over amount & queue deposit amount. It is defined at the time of the execution.

**Above Markets(e.g. Above 0.970)**

Above markets indicate that the strike price is expected to be higher than the current price of the vault's asset. The users who are expecting the price of the asset to increase & hit strike price takes the Premium side of these kind of markets.

**Below Markets(e.g. Below 0.970)**

Below markets indicate that the strike price is expected to be lower than the current price of the vault's asset. The users who are expecting the price of the asset to decrease & hit strike price takes the Premium side of these kind of markets.

## User Experience:

\
![](/files/jdEukudI7J7kELubsdfB)


---

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