> For the complete documentation index, see [llms.txt](https://fxdxdocs.gitbook.io/fxdx-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fxdxdocs.gitbook.io/fxdx-knowledge-base/fundamentals/tokens/flp.md).

# FLP

FLP is FXDX's Liquidity Provider token which acts as counterparty to the traders. FLP is a index consisting of assets which are used to facililate swaps and perpetual trading.&#x20;

FLP is automatically staked after minting. No further actions are required.&#x20;

FLP holders earn upto 65% of the protocol revenue in USDC.&#x20;

FLP Price is calculated as:

<figure><img src="/files/IDTu57G9r8TXA1ER0ysV" alt=""><figcaption><p>FLP Price Calculation</p></figcaption></figure>

{% hint style="info" %}
There is a cooldown duration after buying/minting FLP. All FLP holders are free to enter and exit as they see fit after the cooldown period. Current cooldown is 15 minutes.
{% endhint %}

Users can buy/mint FLP using any index asset and sell/burn FLP to get any index asset. Users will accure FLP rewards on per block interval during the duration of holding FLP.&#x20;

### Risks

FLP gains value if&#x20;

1. Traders Net PnL is negative
2. The assets included in the index are experiencing a rise in their market value.

Similarily, FLP loses value if

1. Traders Net PnL is positive
2. The assets listed in the index are experiencing a decline in their market value.

However, if Traders Net PnL is positive (Traders are winning), FLP gets more fees via socialized profit model which ensure their risks are still lower than any other procotol with similar design.

### Fees&#x20;

There is fee of 0.3% for buying/minting and selling/burning FLP. \
\
Based on the asset target weight and composition cap, the fees will vary. If one is buying FLP using an asset which is above its target weight, the user will have to pay higher fees and vice versa.&#x20;

### Risk Management

In order to ensure FLP holders who are offering zero-price impact, zero spread order execution, certain caps are in place to ensure maximum capital efficiency while minimizing risks.

100% of the FLP Liquidity is used in following way:

1. Upto 40% is used for providing liquidity for perpetual futures
2. Upto 40% is used for providiing liquidity for swaps
3. Upto 20% is used for providing on-demand liquidity for FLP burn/sell.&#x20;

These values are adjusted based on market conditions and protocol health.&#x20;

{% content-ref url="/pages/HUUobA64VLvy8LOou8Qz" %}
[Liquidity Rewards](/fxdx-knowledge-base/overview/rewards/liquidity-rewards.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://fxdxdocs.gitbook.io/fxdx-knowledge-base/fundamentals/tokens/flp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
