> ## Documentation Index
> Fetch the complete documentation index at: https://buy.stormbots.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a token

> How group admins add a token, pick a pool, and remove it later.

Only **group admins** can add or remove a token. The bot must be an **admin** in the group.

## Add a token

<Steps>
  <Step title="Run /add">
    In the group, send `/add`.

    You can include the address on the same line:

    ```
    /add 0xYourTokenAddress
    ```

    Or with a chain:

    ```
    /add base 0xYourTokenAddress
    ```
  </Step>

  <Step title="Wait for the pool list">
    The bot looks up pools and replies with a numbered list.

    Each line shows the exchange name, the coin on the other side of the pool (for example SOL or USDT), liquidity, and recent buy count when we have it.
  </Step>

  <Step title="Tap a number">
    Tap the pool you want. Buy cards use **that one pool only**.
  </Step>
</Steps>

<AccordionGroup>
  <Accordion title="Which pool should I pick?">
    Pick the pool your community actually trades in — usually the one with the most liquidity.

    If DexScreener lists a different pool first than the one you already use, the bot will tell you. You can keep the current pool or switch.
  </Accordion>

  <Accordion title="The token moved to a new pool">
    Run `/add` again and pick the new pool. Old cards stop matching the old pool once you switch.
  </Accordion>

  <Accordion title="four.meme / bonding curve (BSC)">
    If the token is still on a four.meme bonding curve, the bot will skip that listing. Add it again **after** it graduates to a Pancake pool.
  </Accordion>
</AccordionGroup>

## Chains

Use these names if you type the chain yourself:

* `solana`
* `ethereum`
* `base`
* `bsc`
* `robinhood`

If you only send the address, the bot still tries to look it up.

<Warning>
  That does not look like a token address? Check you copied the **token** (contract) address, not a wallet or a random link.
</Warning>

## More than one token

You can add more than one token in the same group. `/settings` will ask **which token** if there is more than one.

`/ca` posts the contract address(es) for this chat.

## Remove a token

* `/remove` plus the token address, or
* **Settings → Remove from group** and confirm

Buy cards for that token stop in this group.

## Adding from a private chat

You can start `/add` in a private chat with the bot. If you admin more than one group, pick the group first, then send the address.

If the bot says it does not see a group, add the bot, make it admin, and run `/add` once **inside the group**.
