Gas Tank (CLI)
Gas Tank for CLI agents works the same way as for SDK apps — transactions can be sponsored so your agent doesn’t need to hold ETH for gas. See the Gas Tank feature overview for how Gas Tank works across both SDK and CLI.
Gas Tank enables your agent to send transactions without holding native tokens for gas fees. This is especially useful for agents that primarily interact with ERC-20 tokens or smart contracts.
Usage with CLI
When Gas Tank is configured for your project, sponsored transactions work automatically with send-tx:
waap-cli send-tx \
--to 0xTokenContract \
--value 0 \
--data 0xa9059cbb... \
--chain-id 1 \
--rpc https://eth.llamarpc.comIf the transaction qualifies for sponsorship based on your Gas Tank configuration, gas fees are covered automatically.
Related
- Gas Tank (SDK) — Gas Tank integration for dApps
- Supported Networks — Chains that support Gas Tank