Full programmatic vault setup from scratch — no dashboard needed.
Deploys a vault, generates a bot keypair, registers the bot with spending limits, deposits funds, and makes a test payment.
- Deploys a new Axon vault on Base Sepolia
- Generates a fresh bot keypair
- Registers the bot with $100/tx cap and $1,000/day rolling limit
- Deposits 0.001 ETH into the vault
- Sends a test payment (0.0001 ETH back to the owner)
pip install -r requirements.txt
cp .env.example .env # add your owner private key (funded with testnet ETH)Get testnet ETH from Alchemy Base Sepolia Faucet.
python setup.py