# Quick Mint

<figure><img src="/files/bxarjLqxIlqCl58nhYCp" alt="" width="563"><figcaption><p>Mint form, filled state</p></figcaption></figure>

* **Category:** High level Market Type that the desired market in.&#x20;
* **Asset:** Asset that is related to the market.&#x20;
  * **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:** Selecting the market for the respective asset. If "Strike" price is hit during the epoch period, the Market will be resolved in favor of Premium side as soon as oracle returns the strike price being hit or passed.&#x20;
* **Epoch:** Time frame of the market coverage for the given strike price.&#x20;
* **Deposit & deposit collateral:** Deposit collateral asset is the asset that will be used for depositing to the Market. 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.

**Market Card**

&#x20;

<figure><img src="/files/fnLL9vEtEljKkegjWV8Q" alt="" width="375"><figcaption><p>Market Card, empty state</p></figcaption></figure>

Once the Mint Form is filled out, the Position details will be reflected on the Market Card.&#x20;

<figure><img src="/files/ZE9VxrOlM5S2ds0MNc6L" alt="" width="375"><figcaption><p>Market Card, filled state</p></figcaption></figure>

* Current TVL
  * Colour code blue: Collateral side deposits
  * Colour code pink: Premium side deposits&#x20;
  * Colour code green: Wallet's deposit&#x20;


---

# 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/quick-mint.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.
