Summary
Fund the correct chain, query the balance instead of guessing, simulate the send, then execute after you approve. Gas can be sponsored; the transfer amount is not.
Ask your agent
Ask your agent
Show myWallet's address and network, then my native balance there. Use Elytro's balance check, not a guess.
Ask your agent
Send 0.001 ETH to 0xRecipient on myWallet's network. Preview the send first, show the full preview, say what could fail, and wait until I tell you to send.
Ask your agent
Gas is sponsored. Do I still need ETH for the amount I'm moving? One sentence.
Before you approve
- Simulation shows the right recipient, amount, and chain.
- You know if this is native ETH or an ERC-20 (different balances).
- If this is your first mainnet send, start small or use testnet.
If something goes wrong
- Send failed but gas was sponsored: paymaster pays gas, not the transfer amount. Query balance again.
- Wrong chain: bridge or withdraw to the chain your alias uses. See the bridge guide.
Further reading
- Quick Start
- Bridge and swap with your agent
- CLI reference (
query,tx simulate,tx send)
FAQ
- Can my agent skip simulation?
- No. Simulate before any send you can't undo.