What problem does it solve?
It removes the friction of operating a live Aztec L2 wallet by automatically resolving RPC endpoints, preparing the appropriate CLI-wallet tooling, and managing accounts and aliases so you can execute blockchain actions without manual setup.
Core Features & Use Cases
- Network and RPC resolution: Accepts known networks (like next-net and testnet) or custom RPC URLs and normalizes them for execution.
- End-to-end wallet operations: Delegates deploy, send, call (query), setup-account, and bridging workflows to the aztec-wallet agent.
- Deterministic account handling: Uses a default private key (with specified salt) and coordinates shared working directory usage across multiple agent instances.
- Alias conventions for safer addressing: Interprets contract/account references consistently via aliases such as accounts:default and contracts:<alias> to reduce user mistakes.
Quick Start
Ask it to run a transaction on a specific network, for example: Use the aztec-wallet skill on testnet to deploy TokenContract.