aauth (the base unit of THEO). This page explains how to estimate gas, set fees, and understand when a transaction is finalized.
Fee denomination
All transaction fees are paid inaauth:
Gas estimation
Use--gas auto with --gas-adjustment 1.5 for CLI transactions to avoid out-of-gas failures:
eth_estimateGas:
Gas price
Query the current suggested gas price:Transaction lifecycle
Checking transaction status
CLI:"status": "0x1" means success. "status": "0x0" means the transaction was included but reverted.
Common fee errors
EIP-1559 support
Autheo Chain supports EIP-1559 fee transactions (type 2). UsemaxFeePerGas and maxPriorityFeePerGas in ethers.js: