Skip to main content
All contracts are deployed on Avalanche Fuji testnet (chain ID 43113) using CREATE2 for universal addresses — same address on every chain.

Core Contracts

Dispenser

The Dispenser is a multi-chain faucet to fund initial users with testnet USDC.
[!CAUTION] These are testnet addresses. Do not send mainnet assets.

ERC-4337 Account Abstraction (v0.7)

[!NOTE] All contracts use universal addresses (same on all supported chains) via CREATE2 deployment. This ensures:
  • Native multi-chain support without per-chain configuration
  • Consistent smart account addresses across chains
  • Simplified deployment pipeline and frontend integration
  • Cross-chain account abstraction
See Multi-chain for chain support details and Agent Factory for minting agents.