Install
openclaw skills install ethereumAssist with Ethereum transactions, gas optimization, token approvals, and L2 bridges.
openclaw skills install ethereummaxFeePerGas = max total you'll pay per gas unit. maxPriorityFeePerGas = tip to validator. baseFee = burned, set by protocolmin(baseFee + priorityFee, maxFee) × gasUsed — unused gas is refunded, but failed txs still consume gaseth_gasPrice RPC — wallets often overestimate by 20-50%approve() grants a contract permission to spend your tokens — many dApps request unlimited (type(uint256).max) approval0xABC... vs 0xabc... are the same address