# My Portfolio

User can see connected wallets' positions under [**'My Portfolio'**](https://app.y2k.finance/my-portfolio) Tab.

**My Positions**

<figure><img src="/files/1APQjWkHpCI0xpkwMzSH" alt=""><figcaption><p>User can see connected wallet's positions under "My Portfolio"</p></figcaption></figure>

**Position status:** Communicates which period of the epoch life cycle the position is -

* **Upcoming:** Coverage period as known as Epoch period has not started for the respective market.&#x20;
* **Ongoing:** Respective market is in the Epoch period.&#x20;
* **Resolved:** Respective market is reached to the conclusion.

<figure><img src="/files/9Xk2gvejkOJo1YtlQWzb" alt="" width="119"><figcaption><p><strong>Users can filter connected wallet's positions based on their status</strong></p></figcaption></figure>

Positions are clustered based on the markets. Users can see multiple positions under one market using the "Positions" slider.&#x20;

<figure><img src="/files/Z4NHoeqWiGpzQTkEVDHr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MUj8CT9ids8UIgLGdwII" alt=""><figcaption></figcaption></figure>

* (Expected) ROI: ROI is subject to change until the respective epoch starts depending on the deposit changes on the each side of the Vault.&#x20;
  * ROI= ( potentialProfit\* 0.95/ deposit) \* 100
* (Expected) payout: Payout to be made in case the conditions are met & subject to change until epoch starts depending on the deposit changes on the each side of the Vault.
* (Expected) emissions: Y2K emissions to the position is subject to change until the respective epoch starts depending on the deposit changes on the each side of the Vault. Emission per share is subject to Total Emissions Emitted for the market.&#x20;

  * emissonsPerShare=totalY2KEmissonsToTheMarket/totalNumberofShares

**Rollover**

Position being rolled over to the following epochs. Users can select the rollover amount after their initial deposit. Respective rollover will continue to earn rewards until the Positions has lost.&#x20;

Same market positions(even if they are from different epochs) can roll to only one epoch. This means, user cannot rollover different positions for the same market.&#x20;

Example: Wallet has three positions:

* BUSD with $0.998 Strike Price & epoch of 06-12.09.23
* BUSD with $0.998 Strike Price & epoch of 30-06.09.23
* BUSD with $0.998 Strike Price & epoch of 23-30.09.23

If the user would like to roll the position over, can only select one of these cards since one market can be pointed to only one epoch. By default, Y2K's UI V2, will enable the position with the highest deposit, so the users can rollover the maximum value they can.&#x20;

Users can rollover only the highest card for the same market & position (collateral/premium). This card will be visible as the 1st card in the respective Market's slider.

* After minting a position, the positions will be visible under Positions tab on the respective Asset's page & on My Portfolio.&#x20;
* Respective Market can be rolled over by clicking on "Rollover" within the position card.

<figure><img src="/files/nQq7JzS8YJ50qH0949Bu" alt=""><figcaption><p>Rollover example</p></figcaption></figure>

* Your Original Position: Demonstrates the key data points for the existing position, the position that is being rolled over from.
* Your Rollover Position: The input field for the position to be rolled over:
  * Epoch Time: Epoch dates & type the position will be rolled over to
  * Rollover Deposit: Amount of shares user would like to roll over. User can rollover all the existing shares or a proportion/fraction of it.&#x20;
  * Relayer fee: Gas cost of the rollover transaction. To be paid to relayers.&#x20;
  * Mint Next Epoch: Amount of shares to be minted.&#x20;
    * mintNextEpoch=rolloverAmount-relayerFee

Each rollover will spend a minimal relayer fee. This will be deducted from the amount of shares minted.&#x20;

<figure><img src="/files/TNT4pAgvWkTVLitIwoCG" alt=""><figcaption><p>Post Rollover State </p></figcaption></figure>

Once a position is rolled over, rollover card will be visible on top of "Original Position"(the position being rolled over from). User can "Delist" & "Edit" this rolling over position:

* Delist: Once a position is rolled over, it is going to be queued up until the position is minted. Queue is executed when the existing epoch is over for the position. A rolling over position can be delisted from the queue until the execution. This can be done by clicking on "Delist" & confirm the prompt:

  <figure><img src="/files/hArbeHvlSOrx1Cc4tQaW" alt=""><figcaption><p>Delist prompt</p></figcaption></figure>
* Edit: Rolling over position can be edited anytime before minted. This can be done by clicking on "Edit" & following regular rollover flow. Rollover deposit amount will be reflecting the current rolling over amount by default.

<figure><img src="/files/0SpMNo05g1Q42lQCz8Yi" alt="" width="283"><figcaption><p>Rollover amount </p></figcaption></figure>

* View the original position: "Original Position" can be seen by clicking this CTA. "Original Position" refers to the position that is being rolled over from.

**Claim**

<figure><img src="/files/GDP1APSB5BWLVhERXYFH" alt=""><figcaption><p>Claiming rewards and emissions</p></figcaption></figure>

If a resolved market is showing "Won" label, this means the Market resolved in favor of deposited side. Won rewards can be claimed using the "Claim" CTA. When the rewards are claimed, the emissions will be transferred to the respective wallets. Y2K rewards are emitted to the Earthquake V2 markets. Unlike V1 Markets, users do not need to stake to farms separately.&#x20;

**Claim Rollover**

<figure><img src="/files/PNcNdXCunkDjVJIBRnr7" alt=""><figcaption><p>Claiming a rolling over position</p></figcaption></figure>

When user wants to claim a position that is rolling over, user will claim the amount that is not in the rollover. If the user wants to claim the all available funds for the respective market, delist of that market is needed.

**Burn**

<figure><img src="/files/EFDx3YhqKW6JKPDJweOD" alt=""><figcaption><p>Burning a liquidated position</p></figcaption></figure>

If a Market is showing "Liquidated" label, this means the Market is resolved against the deposited side. Emissions can be claimed by burning the position by clicking on "Burn" CTA.


---

# 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/y2k-app-ui-v2/my-portfolio.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.
