> For the complete documentation index, see [llms.txt](https://docs.spartabot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spartabot.pro/getting-started/keyword-trading.md).

# 🔤 Keyword Trading

**Keyword Trading** lets Sparta automatically buy new tokens when their name or symbol matches any of the keywords you set. It works on a per-chain basis.

**Supported Chains:** BNB, SOL, ETH, or BASE.

You can add up to **3 keywords**. For every match, Sparta uses your saved execution settings: default buy amount, buy fee/GWEI, slippage, and selected trade wallets.

**How to Set It Up**

1. Open **Keyword Trading** from the Sparta Terminal.
2. Select the chain you want to monitor.
3. Choose the trade wallet or wallets Sparta should use.
4. Set your default buy amount, fee/GWEI, and slippage.
5. Choose whether Sparta should match against **token names**, **token symbols**, or **both**.
6. Add up to 3 keywords.
7. Enable **Keyword Trading**.

Once enabled, Sparta continuously scans for new tokens on the selected chain. If a token’s name or symbol contains one of your active keywords, it will automatically queue a buy using your saved settings.


---

# 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:

```
GET https://docs.spartabot.pro/getting-started/keyword-trading.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.
