Deploy to Mainnet
Prerequisites
Steps
1. Lock down wallet handling
export AUTONOMI_WALLET_KEY="<hex_private_key>"
export EVM_RPC_URL="https://your-rpc-endpoint"
export EVM_PAYMENT_TOKEN_ADDRESS="0x..."
export EVM_PAYMENT_VAULT_ADDRESS="0x..."export SECRET_KEY="0x<hex_private_key>"2. Start the production daemon shape
3. Verify daemon health and wallet state
4. Estimate and perform a small write through antd
5. Verify the CLI separately if you use it
6. Keep monitoring simple and current
Verify it worked
Common errors
Next steps
Last updated