1. Install and authenticate
If you have not already, install the CLI and set up a private key:2. Set your environment
WALLET with a small amount of Sepolia USDC so the wallet can pay x402 fees.
3. Sanity checks
4. Deploy a token end-to-end
The--execute flag prepares, signs locally, sends, and pays through x402 in one step. The --json flag makes the output machine-readable so you can pipe it into jq.
create-token --execute succeeds, the CLI waits for the deployment receipt and adds tokenAddress to the JSON output. Capture it for follow-up commands:
What’s next
Agent commands
Register an ERC-8004 agent and manage its reputation.
Token economics
Mint, burn, transfer, and approve agentic tokens.
End-to-end guide
A full agent registration and token lifecycle walkthrough.