# Supported Pools

We currently support both **Orca pools** and **DefiTuna pools**, powered by Fusion AMM.\
You can view all supported pools [here](https://defituna.com/), under the **Liquidity Provision** tab.

* **Filter pools**: choose to display only DefiTuna pools, only Orca pools, or restrict the view to Main markets officially opened and supported by the DeFiTuna team.
* **Search pools**: use the search bar to find pools containing a specific token (e.g., SOL pools, USDC pools, etc.).
* **Sort pools**: click on a column header (e.g., TVL, Yield/TVL (24h)) to sort the list in ascending or descending order.

Once you’ve found the pool you want, simply click on it to open the **Provide Liquidity** section, where you can set up your position.

{% hint style="info" %}
You can also navigate directly to the [**Provide Liquidity**](https://defituna.com/lp) section and click on the dropdown menu to view all supported pools.
{% endhint %}


---

# 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://docs.defituna.com/dive-into-defituna/provide-liquidity/platform-info/supported-pools.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.
