> For the complete documentation index, see [llms.txt](https://docs.flash.trade/flash-trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flash.trade/flash-trade/flash-trade-protocol/technical-architecture/flp.2-synthetic-flu-pool-2.md).

# FLP.2 - (Synthetic FLU Pool 2)

***

### Overview

Synthetic Pool is the pool which forms the underlying liquidity pool for all perpetual contracts that are asset backed by collateral. This pool contains stable coins and XAUT which forms the underlying collateral backing for the synthetic perpetual contracts that are traded based on the synthetic pool.

**Key Features:**

* All assets will trade vs their USDC or XAUT pairs
* Any synthetic perpetual contract can be initiated irrespective of the asset in the pool

| Tradeable Assets                                                            |
| --------------------------------------------------------------------------- |
| Crude-Oil, Nasgas(Natural Gas), EUR, GBP, USDJPY, USDCNH,  Gold, and Silver |

{% content-ref url="/pages/ghwG8UUrFQ77A1JVS4hd" %}
[Contract Address](/flash-trade/flash-trade-protocol/technical-architecture/flp-token/contract-address.md)
{% endcontent-ref %}

***

### PnL Limitations

Due to the theoretical upside of long positions and the stable value of the stable coins in the pool, there is a **PnL Max Payoff limit of 10x the initial collateral** on the assets in this pool (currently commodities, forex, and metals). This will likely be raised as we have more real time trading data.

#### Example:

If a trader uses $100 of USDC of collateral to 10x long an equity that is backed by the synthetic pool, their max positive PnL will be +$1000 at which point their position is automatically closed and PnL paid out.

***

### Market Hours

Trading and Liquidity Providing of the Assets in Pool 2 will be limited to the hours that those markets are open.

**Trading Schedule:**

* Trading times for these assets will be in accordance to CME operational hours and holidays
* More info [here](/flash-trade/flash-trade-protocol/perpetuals-specifications/market-hours.md)

{% hint style="danger" %}

#### **Important:**

When the markets are closed for any of the assets in Pool 2 it will not be possible to open or close positions and mint or burn FLP.2.
{% endhint %}


---

# 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://docs.flash.trade/flash-trade/flash-trade-protocol/technical-architecture/flp.2-synthetic-flu-pool-2.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.
