# 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="spot-trading/market-orders">market-orders</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="spot-trading/limit-orders">limit-orders</a></td></tr><tr><td><h4>DCA Orders</h4></td><td>Accumulate over time with scheduled buys or sells.</td><td><a href="spot-trading/dca-orders">dca-orders</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="spot-trading/twap-orders">twap-orders</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="spot-trading/cross-chain-orders">cross-chain-orders</a></td></tr><tr><td><h4>Transfer</h4></td><td>Send tokens to another address. Supports USD, %, and max.</td><td><a href="spot-trading/transfer">transfer</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="spot-trading/portfolio">portfolio</a></td></tr><tr><td><h4>Wallet Tracking</h4></td><td>Track any wallet. Get alerts. Optionally copy-trade.</td><td><a href="spot-trading/wallet-tracking">wallet-tracking</a></td></tr><tr><td><h4>KOL Tracking</h4></td><td>Follow pre-identified influencer wallets and compare performance.</td><td><a href="spot-trading/kol-tracking">kol-tracking</a></td></tr></tbody></table>

***

### Supported networks

Coverage varies by feature and chain. Use the matrix before you build automations on the [Supported Networks](https://gitbook-snowy.vercel.app/docs/get-started/supported-networks) page.

***
