> For the complete documentation index, see [llms.txt](https://docs.sagestudios.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sagestudios.ai/sagesight/core-features/trading-tools.md).

# Trading Tools

SageSight is conversation-first: you tell the agent what you want and it builds the transaction for you. Below are the templates, tips, and guard-rails for every trading action.

| Action                  | Plain-English Prompt Examples                                                                                                                     | What Happens Behind the Scenes                                                                                                                                                                                                                         |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Swap**                | <p><code>Swap 0.1 ETH to USDC on Base</code> <br></p><p><code>Sell 10 000 0xa0b... for SOL on Raydium</code></p>                                  | <p>• Agent quotes best price across aggregated DEX liquidity on <strong>EVM</strong>. <br>• On <strong>Solana</strong> you should add a venue:   <br><code>Swap 500 USDC → JUP on Raydium</code>   <br><code>Swap 2 SOL → BOME on pump.swap</code></p> |
| **Bridge**              | <p><code>Bridge 50 USDC from Avalanche to Base</code> <br><br><code>Bridge 0.2 ETH from Mainnet to ZKSync</code></p>                              | Uses **deBridge** under the hood. Agent checks fees, ETA, and returns an exact quote before execution.                                                                                                                                                 |
| **Leverage (GMX)**      | <p><code>Long ETH 50× with 100 USDC collateral</code> <br><br><code>Short BTC 25× with 0.5 ETH collateral</code></p>                              | <p>• Powered by GMX on <strong>Arbitrum</strong>. <br><br>• 1-100× supported. </p>                                                                                                                                                                     |
| **Supported Chains**    | <p><strong>EVM:</strong> Ethereum, Sonic, Base, Optimism, ZkSync, BNB, Polygon, Gnosis, Avalanche, Linea<br><br><strong>Solana</strong></p>       | Reference whenever you need to specify a source / destination network.                                                                                                                                                                                 |
| **Trade Confirmations** | <p>After every swap / bridge / leverage command SageSight returns: <br>1. Exact route & fees <br>2. Expected output <br>3. “✅ Confirm” button</p> | Nothing leaves your SageSight wallet until you hit **Confirm**. No fat-finger mistakes.                                                                                                                                                                |

Ready to test? Open the bot, fund the wallet address it gives you, and start with something small:

```
Swap 25 USDC to SOL on pump.swap
```

SageSight will quote, confirm, execute, and then reflect the new balance in your portfolio. Precision in a single message... welcome to agentic trading.
