> 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/asset-backed-synthetic-trading-and-pools.md).

# Crypto Asset-Backed Pools

**Asset-Backed Trading**

Asset-Backed Perpetual Swaps are derivatives where positions are backed by the underlying asset they represent. Traders can borrow the price exposure of the asset from the pool and the availability of the assets in the pool guarantees the settlement is possible of the Perpetual Swap contract at any given time.

Due to this nature of asset backing, the Trader can always be assured of settlement when they desire to close the position and the PnL will always be guaranteed from the underlying assets backing the Perpetual Swaps. This also reduces the need for a large insurance fund as there is always a guarantee of liquidity for settling a Trader's position from the pool.

Long positions are collateralized in the pool's matching asset and short positions in stablecoins — the order panel shows exactly which asset backs your position before you confirm (for example, SOL longs are collateralized in JitoSOL). Collateral is drawn from your Flash account balance when you open a position.

**The current pools**

| Pool name   | Autocompounding token (FLP)                                                    | Staked token (sFLP)                                                             |
| ----------- | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- |
| Crypto Pool | [FLP.1](https://solscan.io/token/NUZ3FDWTtN5SP72BsefbsqpnbAY5oe21LE8bCSkqsEK)  | [sFLP.1](https://solscan.io/token/9Fzv4s5t2bNwwJoeeywMwypop3JegsuDb1eDbMnPr4TX) |
| Gold Pool   | FLP.2                                                                          | sFLP.2                                                                          |
| Defi Pool   | [FLP.3](https://solscan.io/token/4PZTRNrHnxWBqLRvX5nuE6m1cNR8RqB4kWvVYjDkMd2H) | [sFLP.3](https://solscan.io/token/6afu2XRPMg8JAhzBsJ9DXsQRCFhkzbC4UaFMZepm6AHb) |
| Meme Pool   | [FLP.4](https://solscan.io/token/EngqvevoQ8yaNdtxY7sSh5J7NF74k3cDKi9v9pHi5H3B) | [sFLP.4](https://solscan.io/token/GnxdTsSQNQ3FF72nTyWo4SUt59Tt1MqDkRRfoPtKjMvJ) |
| WIF Pool    | [FLP.5](https://solscan.io/token/Ab6K8anKSwAz8VXJPVvAVjPQMJNoVhwzfF7FtAB5PNW9) | [sFLP.5](https://solscan.io/token/EsdayVbDQYQdy54TQh5iASMTkCzmhxsx6MpCvyrtYaUZ) |
| FART Pool   | FLP.7                                                                          | sFLP.7                                                                          |
| Ore Pool    | FLP.8                                                                          | sFLP.8                                                                          |
| Equity Pool | FLP.x                                                                          | sFLP.x                                                                          |

For full mint addresses see sFLP & FLP Mints; for target compositions see FLP Tokens.

<div data-with-frame="true"><figure><img src="/files/GXhJ0H93MMGZbVYMj9dS" alt="" width="563"><figcaption></figcaption></figure></div>

#### Pool lifecycle

Pools can be opened, closed to new deposits, and wound down over time. The Earn page shows each pool's state on its card — for example, a pool being retired displays a `Pool Closing` badge and its deposit button reads `Deposits Closed`.

<div data-with-frame="true"><figure><img src="/files/0fPsvTye5DlSmCB6o6dM" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**Gold Pool trades on market hours**

The Gold Pool (FLP.2) backs synthetic markets — gold, silver, forex, commodities — that follow traditional market hours (its card shows a `24/5 Markets` badge). Two rules follow:

* Positions on those markets can only be opened or closed while the market is open.
* **Minting or burning FLP.2 is also unavailable while its markets are closed.**

Profits on synthetic markets are capped per market — see Max Profit.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/8Pk7YeEP4SpMh8iCAnDO" alt=""><figcaption></figcaption></figure></div>


---

# 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/asset-backed-synthetic-trading-and-pools.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.
