> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/evm/miscellaneous/supported-pools.md).

# Supported Pools

{% tabs %}
{% tab title="🟨 BSC" %}
**🟩 Supported**

{% hint style="success" %}
All platforms support **Spot, Copy-trading, Limit orders and Twitter**. Platforms marked `⚡ AFK` also support AFK.
{% endhint %}

**Platforms**

* Pancakeswap `v2` `v3` `Infinity`
* Uniswap `v2` `v3`
* Four.meme X Mode
* Fourmeme Pre Bonding `⚡ AFK`
* Fourmeme Post Bonding
* Flap Pre Bonding `⚡ AFK`
* Flap Post Bonding

**Quote Pairs**

* USDC on Pancake `v2` `v3` (Spot and Twitter)
* USDT on Pancake `v2` `v3` and Four.meme (Spot, AFK Twitter and Copy-trading)
* USD1 on Pancake `v2` `v3` and Four.meme (Spot, Twitter, AFK and Copy-trading)
* RWA Pairs on Flap & Fourmeme Pre and Post Bonding (Spot, Twitter, AFK and Copy-trading)
  {% endtab %}

{% tab title="⬜️ ETH" %}
**🟩 Supported**

{% hint style="success" %}
All platforms support **Spot · Copy-trading · Limit orders · Twitter**.
{% endhint %}

**AMM / DEX**

* Uniswap `v2` `v3` `v4`

**Quote Pairs**

* USDT pairs on Uniswap `v2` `v3` `v4`
* USDC pairs on Uniswap `v2` `v3` `v4`
  {% endtab %}

{% tab title="🟦 BASE" %}
**🟩 Supported**

{% hint style="success" %}
All platforms support **Spot · Copy-trading · Limit orders · Twitter**, unless stated otherwise. Platforms marked **⚡ AFK** also support AFK mode.
{% endhint %}

**AMM / DEX**

* Uniswap `v2` `v3`
* Uniswap `v4` `⚡ AFK`: *Spot, Copy-trading, AFK and Twitter. No Limit orders*
* Aerodrome

**Launchpads**

* Virtuals: Pre Bonding
* Virtuals: Post Bonding `v2`
* Zora on Uniswap `v4` `⚡ AFK`: *Spot, Copy-trading, AFK and Twitter. No Limit orders*
  {% endtab %}

{% tab title="🪶 Robinhood" %}
**🟩 Supported**

{% hint style="success" %}
All platforms support **Spot · Copy-trading · Limit orders · Twitter**. Platforms marked **⚡ AFK** also support AFK mode.
{% endhint %}

**AMM / DEX**

* Uniswap `v2` `v3` `v4`
* Pancake `v2` `v3`
* Sushiswap `v2` `v3`
* UP `v2` `v3`

**Launchpads**

* Arena
* Bags
* Bankr
* Bowfun `⚡ AFK`
* Clankr
* Coinbarrel
* Flap `⚡ AFK`
* Klik
* Launchhood
* Launchproof (Pools.trade) `⚡ AFK`
* Long.xyz
* Noxa.fi
* Noxa.io
* Oro
* Pmav.fun
* Pons `⚡ AFK`
* Pons V2 `⚡ AFK`
* Stonklauncher&#x20;
* Trench
* Virtuals

**Quote Pairs**

* USDG pairs, all supported platforms *(e.g. `PEPE/USDG`)*
* RWA pairs *(stock pairs)* on Flap Pre and Post Bonding, Spot, Twitter, AFK and Copy-trading
  {% endtab %}

{% tab title="🔵 ARC" %}
**🟩 Supported**

{% hint style="success" %}
All platforms support **Spot · Copy-trading · Limit orders · Twitter**.
{% endhint %}

**AMM / DEX**

* Uniswap `v2` `v3` `v4`
* Dyor Swap
* Dyor `v3`

**Launchpads**

* Dyor Pump
  {% endtab %}
  {% endtabs %}


---

# 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.bloombot.app/evm/miscellaneous/supported-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.
