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.
Check Balance#
Plain
Check my wallet balance.Once the funds arrive, you can start onchain trading! Try using natural language to have your Agent execute trades!
Trading Example#
User tells the Agent to filter tokens and buy:
Plain
Find tokens on Solana that KOLs are buying, market cap under $5M, at least 2 KOL wallets buying, and buy 1 USDT worthAgent filters tokens and recommends the best pick:
Plain
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:
Plain
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:
Plain
ConfirmAgent broadcasts transaction:
Plain
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.
Table of contents