Run Your First AI Agent#

After installing and creating your wallet, fund your Agentic Wallet, then use natural language to have your Agent execute onchain trades.

Fund Your Wallet#

Transfer assets to your Agentic Wallet address via an on-chain wallet or exchange. Once transferred, use a conversation to check the balance and confirm receipt:

plaintext
Check my wallet balance.

Once the funds arrive, you can start onchain trading.

Trading Example#

User tells the Agent to filter tokens and buy:

plaintext
Find tokens on Solana that KOLs are buying, market cap under $5M, at least 2 KOL wallets buying, and buy 1 USDT worth

Agent filters tokens and recommends the best pick:

plaintext
Token       Market Cap   Smart Money Wallets        Sell Ratio
<token_a>   $9.99M      9 wallets (×9 signals)     9.99%
<token_b>   $9.99M      9 wallets (×9 signals)     99.99%

<token_a> is the best choice — lowest sell ratio and most signal occurrences.
Buying 1 USDT worth.

Agent gets trade quote and asks for confirmation:

plaintext
Trade quote:

Details         Value
Sell            1 USDT
Buy             ~99.99 <token_a>
Price           1 <token_a> ≈ $0.0099
Route           USDT → ... → <token_a>
Price Impact    -0.99%
Honeypot        No
Tax             0%
Gas Fee         ~$0.009

Confirm trade?

User confirms the trade:

plaintext
Confirm

Agent broadcasts transaction:

plaintext
Trade successful!

Details         Value
Sell            1 USDT
Buy             ~99.99 <token_a>
Route           USDT → ... → <token_a>
Price Impact    -0.99%
Slippage        1%
Order ID        <order-id>
Wallet          <wallet-address> (Wallet 1)

Transaction broadcast on Solana!
Note
The above example is for demonstration purposes only and does not constitute investment advice. Please make trading decisions based on your own judgment.
Innehållsförteckning