# Asset Page

**Asset Stats**

<figure><img src="/files/tdrMfW0k1GHEMQW023Mn" alt="" width="375"><figcaption><p>Asset price, current value deposited &#x26; 3 months chart with strike price mark</p></figcaption></figure>

* Available deposit collaterals: Deposit collaterals that are available for selected Asset's availability.
* Alert regarding strike being hit: If a strike price for the respective asset is hit, this alert will be visible on the Asset page & Market Type pages. This alert will be shown until the epoch that the strike price is met in is over.&#x20;
* Asset price: Shows the latest answer from the oracle. Direction indicator shows the trend since between the latest & the previous oracle answer.&#x20;
* TVL: Total volume of the positions for the respective asset. This includes the active epoch, deposit period & queue deposits.
* Price chart: Price movement of the asset according to the oracle answers. On the top right of the chart, users can see chart's timeframe. Dotted line is reflecting the available strike price(s).

**Markets**

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

Users can find all the available markets for the respective Market Type & Asset:&#x20;

* Name: Name showcases strike price & epoch length in the following format: and \[STRIKEPRICE\_EPOCHLENGTH]
* Collateral ROI: Return on investment for the Collateral side deposits based on the current volume of Collateral & Premium sides for the respective market.&#x20;
  * CollateralROI= ( potentialProfit\* 0.95/ deposit) \* 100
    * potentialProfit = totalPremiumReward\*yourShareOfVault

      (totalPremiumReward= totalPremiumDeposit*0.95\[Reflecting the 5% fee on Premium deposits] yourShareOfVault*=\[*100*yourDeposit]/totalDeposit)
* Premium multiplier: Return on investment for the Premium side deposits based on the current volume of Collateral & Premium sides for the respective market.
  * premiumMultiplier=totalCollateralDeposit/totalPremiumDeposit
* Deposit asset: Available deposit collaterals for the respective market.
* Positions: Number of positions that exists in the respective group for the connected wallet. The position is counted regardless, it is upcoming, ongoing or resolved.
* Epoch time: Beginning & end dates of Market's epoch. Epoch time is labelled with the epoch classification. Currently Earthquake Vaults offer "Weekly" epochs.&#x20;
* Upcoming epoch TVL: Current total position volume for the next available epoch. This calculation does not include currently ongoing epoch.&#x20;

**Market Specific Wallet Statistics**

<figure><img src="/files/hrazQczmAFsDPyFbCWvy" alt="" width="334"><figcaption></figcaption></figure>

Statistics for the connected wallet based on the selected market:

* Wallet's Current TVL: Demonstrates the total position volume for the connected wallets based on the selected market.&#x20;
* Total potential profit: Profit to be made in case user's position wins.&#x20;

**Mint & Positions**&#x20;

![](/files/BQ7ZHjE74kw0tpqrQmKP)![](/files/hFhsmIKnT8x60eapSwJ7)

Users can use buttons or tabs to Mint selected market & see upcoming/ongoing/resolved positions for the connect wallet.

**TVL, ROI & Oracle Price**

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

Retrospective TVL, ROI & price data that is returned by the respective oracle.&#x20;

**Mint Form**

<figure><img src="/files/zZKe50O3RW8HonSZChWb" alt="" width="563"><figcaption><p>Empty state, Mint Form</p></figcaption></figure>

<figure><img src="/files/ke6y3jWFSBHc5GuY0vSt" alt="" width="375"><figcaption><p>Filled state, Mint Form</p></figcaption></figure>

Users can deposit to the desired market & side using the Mint form:&#x20;

* **Category:** Will be auto-assigned based on the selected market above
* **Asset:** Will be auto-assigned based on the selected market above
  * **Market Data:** Communicates the oracle provider for the selected market. User can go to the contract's explorer page by clicking on the modal
    * ***Monitored Feeds:*** Communicates that the oracle is monitored by the price feed provider. User will not see this modal if oracle is verified. Chainlink's Data Feed Categories & their definitions can be found [here](https://docs.chain.link/data-feeds/price-feeds/addresses).&#x20;
* **Strike & deposit asset:** Will be auto-assigned based on the selected market above
* **Epoch:** Will be auto-assigned based on the selected market above
* **Deposit & deposit collateral:** Deposit collateral asset is auto-assigned based on the selected market above. User inputs the amount of deposits desired&#x20;
* **Strike met Payout:** Payout to be made in case strike price is hit within the epoch period.&#x20;
* **Strike not met Payout:** Payout to be made in case strike price is not hit within the epoch period.
* **Strike met Returns:** ROI, in case strike price is hit within the epoch period.

**Positions**

<figure><img src="/files/8IIldSnGFqMMRk6SN1jO" alt=""><figcaption></figcaption></figure>

User can see the positions for the selected market under **"Positions"** tab:

* **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.

* **(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

<figure><img src="/files/MUj8CT9ids8UIgLGdwII" alt=""><figcaption><p>Strike met/not-met Payout scenarios</p></figcaption></figure>


---

# 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/asset-page.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.
