A network-specific transaction-execution charge. On Ethereum, the fee depends on gas used and the transaction's effective gas price; a wallet estimate is not a guarantee of execution, final outcome, or total cost on another network.
Supports: Explains gas, gas limits, EIP-1559 fee fields, fee calculation, unused gas, fee burning, and reverted transactions on Ethereum.
Supports: Specifies the base fee, priority fee, maximum fee, effective gas price, refunds for unused gas, and base-fee burning for the EIP-1559 transaction type.
Gas measures execution work; the fee is separate from the asset amount sent
A gas limit and a maximum fee are constraints, not a promise of inclusion or success
Under EIP-1559, Ethereum's base fee changes with block usage and is burned
Fee rules and wallet estimates are network-specific; a reverted call can still consume gas
A wallet proposes an EIP-1559 transaction with a gas limit, max fee, and priority fee. The user verifies the chain and calldata before signing. If the contract reverts, no intended swap or transfer is completed, but the gas used by the attempted execution can still be charged. The same numbers must not be copied to a different chain.
A sponsored or relayed transaction flow in which someone other than the sender initially pays network gas. It may let a user avoid holding the native token, but it does not remove fees, signature risk, approvals, price or slippage risk, or the possibility of failed execution.
Ethereum's execution environment: a deterministic virtual machine that executes smart-contract bytecode as part of Ethereum state transitions. EVM compatibility does not make contracts, addresses, assets, or deployments interchangeable across networks.
A protocol layer that executes transactions outside an L1 while using that L1 for some combination of data availability, proofs, dispute resolution, or settlement. Fees, finality, bridges, and withdrawal paths depend on the specific L2 design.
A program and its state deployed at a blockchain address, which runs its defined functions when transactions call it.
Explore all our strategic guides about Blockchain to take your operations to the next level.
View all articles