> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/agents/boba-agents/core-capabilities/spot-trading.md).

# Spot Trading

***

### Overview

Spot trading is the default mode. You buy and sell tokens directly on-chain. You can also automate entries and exits with advanced order types.

***

### What you can do

* Market and limit spot orders
* DCA and TWAP execution for larger trades
* Cross-chain swaps in one command (swap + bridge + swap)
* Transfers, portfolio views, and wallet/KOL tracking

***

### Example prompts

```
Buy $500 of TOKEN on CHAIN
Sell 50% of my TOKEN on CHAIN
Set a limit buy for $1000 of TOKEN at $X on CHAIN
DCA $2000 into TOKEN on CHAIN over 14 days
TWAP sell $25,000 of TOKEN on CHAIN over 2 hours
Convert $500 of TOKEN on CHAIN_A to TOKEN_B on CHAIN_B
```

{% hint style="info" %}
Always specify the chain when you can. Cross-chain routes can take minutes and prices move.
{% endhint %}

***

### Core pages

<table data-view="cards"><thead><tr><th>Capability</th><th>Description</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Market Orders</h4></td><td>Buy or sell immediately at the best available price.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/Z4nM6zBYHBWrwPnh7k40">/spaces/DdpQIQSF1FubGThe6umC/pages/Z4nM6zBYHBWrwPnh7k40</a></td></tr><tr><td><h4>Limit Orders</h4></td><td>Set an exact price. The order waits until your target hits.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/cU9WkSYMcJ9AY2Fyke9E">/spaces/DdpQIQSF1FubGThe6umC/pages/cU9WkSYMcJ9AY2Fyke9E</a></td></tr><tr><td><h4>DCA Orders</h4></td><td>Accumulate over time with scheduled buys or sells.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/vAjWEEASZ0CjNj82edvt">/spaces/DdpQIQSF1FubGThe6umC/pages/vAjWEEASZ0CjNj82edvt</a></td></tr><tr><td><h4>TWAP Orders</h4></td><td>Split a large trade into chunks to reduce impact and MEV.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/IOSWZxFxlpBcremKYQVy">/spaces/DdpQIQSF1FubGThe6umC/pages/IOSWZxFxlpBcremKYQVy</a></td></tr><tr><td><h4>Cross-chain Orders</h4></td><td>Swap and bridge in one command. The agent routes execution.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/0kET8ASfl2xAx1mwNLoZ">/spaces/DdpQIQSF1FubGThe6umC/pages/0kET8ASfl2xAx1mwNLoZ</a></td></tr><tr><td><h4>Transfer</h4></td><td>Send tokens to another address. Supports USD, %, and max.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/ZX4t4qyOPrLYO2e8y2v3">/spaces/DdpQIQSF1FubGThe6umC/pages/ZX4t4qyOPrLYO2e8y2v3</a></td></tr><tr><td><h4>Portfolio</h4></td><td>View balances, P&#x26;L, and allocations across wallets and chains.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/EAvuXE8IjQFzlgqVV5jN">/spaces/DdpQIQSF1FubGThe6umC/pages/EAvuXE8IjQFzlgqVV5jN</a></td></tr><tr><td><h4>Wallet Tracking</h4></td><td>Track any wallet. Get alerts. Optionally copy-trade.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/Vi7sMpVYYlEim5iXkxyl">/spaces/DdpQIQSF1FubGThe6umC/pages/Vi7sMpVYYlEim5iXkxyl</a></td></tr><tr><td><h4>KOL Tracking</h4></td><td>Follow pre-identified influencer wallets and compare performance.</td><td><a href="/spaces/DdpQIQSF1FubGThe6umC/pages/zuIcZuw5d3wb5FAG5oEo">/spaces/DdpQIQSF1FubGThe6umC/pages/zuIcZuw5d3wb5FAG5oEo</a></td></tr></tbody></table>

***

### Supported networks

Coverage varies by feature and chain. Use the matrix before you build automations on the [Supported Networks](/agents/boba-agents/get-started/supported-networks.md) page.

***


---

# 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.boba.xyz/agents/boba-agents/core-capabilities/spot-trading.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.
