# Market Type Page

Market group pages are communicating the markets that are available under the respective market group.

**Y2K Statistics**

* Number of Assets: Number of assets that are currently available for the respective Market Type through Y2K application. The count includes all the markets that are deployed & accessible for the respective Market Type.&#x20;
* Number of Markets: Number of markets that are currently available for the Market Types through Y2K application. The count includes all the markets that are deployed & accessible for the respective Market Type through app.y2k.finance.&#x20;
* Current TVL: Current TVL includes all the deposits that are actively in Y2K Earthquake vaults for the respective Market Type.
* Upcoming Epoch Emissions: Amount of the Y2K tokens to be distributed to Earthquake depositors for the respective Market Type in the next starting epoch.

**Sort by ROI**

<figure><img src="/files/eNHrV713RpoqKK4cWnII" alt="" width="84"><figcaption></figcaption></figure>

The "Hottest" CTA sorts markets from highest ROI to lowest ROI. This sorting is based on the highest available ROI per asset.

**Sort by Favourites**

&#x20;

<figure><img src="/files/aN6QTcT1wnylxDnmvdL9" alt=""><figcaption><p>Favourite</p></figcaption></figure>

Users can favourite assets by clicking to the "Favourite" CTA that is placed on the top right of each asset.

<figure><img src="/files/55UFefIwwLhBdi99cUFh" alt="" width="84"><figcaption><p>Show favourites</p></figcaption></figure>

Users can see all the favourite markets alphabetically sorted at the top of the list.&#x20;

**Asset**

<figure><img src="/files/XH7muxZpjsyaFwoeNHZm" alt=""><figcaption><p>Demonstration for how the assets look like on Y2K app UI v2</p></figcaption></figure>

Users have a holistic view per asset for the selected Market Type:&#x20;

* Asset logo & deposit assets: Users can find the available deposit collaterals for the respective asset at the bottom right of the asset's logo.
* Asset's price according to the latest oracle answer: The color code is showcasing the directional change between the current oracle answer & the previous one.
* Assets current TVL: TVL=Current Epoch Deposits+Upcoming Epoch Deposits
* Number of markets for the respective asset: Number of the markets available for the respective asset for the selected Market Type. The markets varies in deposit collateral, strike price & epoch length.
* 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
* "View Asset" CTA: Leads the user to asset specific page where users can see different markets & user related data.&#x20;
* Market "Mint" CTA: Takes the user to Mint form with the prefilled information with selected market.


---

# 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/market-type-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.
