# How to mint fTokens?

{% hint style="info" %}
IMPORTANT: Do not send funds directly to the vault or strategy addresses. The funds that are directly send to these addresses are not withdraw-able, hence the sent funds will be lost.&#x20;
{% endhint %}

<figure><img src="/files/82kBKMOWheKs7xp5LP3q" alt=""><figcaption><p>fTokens can be minted on fractality.xyz</p></figcaption></figure>

Using the UI, here is how the mint flow works:

1. User goes to app.fractality.xyz
2. User navigates to "Supply" or directly can go to app.fractality.xyz/supply
3. User defines the amount of asset that will be supplied to mint fToken
4. User clicks "Supply"&#x20;
5. User follows wallet prompts & signs required transactions

#### **Related Data Points on the Supply Page**

**Application Navigation Level**

* **Dashboard:** Provides an overview of protocol positions and key metrics.
* **Docs:** Official documentation of the protocol.
* **TVL:** Total assets under management since the last snapshot. Snapshots are taken daily.
* **Current APY:** 7-day rolling average APY based on the protocol’s daily profit & loss.

**Assets Card Navigation Level**

* **Withdraw:** Users can convert their fTokens to the respective collateral asset with a **24-hour cooldown period**.
* **Stats:** Displays users’ current and retrospective statistics. Additionally, the protocol’s **daily profit & loss metrics** can be found here.

**Supply Card**

* **Vault Capacity:**
  * **Supplied Amount:** The amount of collateral assets supplied to the vault.
  * **Available Amount:** The maximum number of collateral assets the vault can accept.
  * **Receive:** The expected number of shares received per supplied amount based on the exchange rate.
  * **Expected Annual Return:** Projected annual profit based on the current APR and deposit amount.


---

# 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://fractality.gitbook.io/fractality/how-to-mint-ftokens.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.
