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


---

# Agent Instructions: 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.sagestudios.ai/sagesight/core-features/trading-tools.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.
