Skip to main content

Gas Limit

eth · fee

A cap on the gas a transaction or block may consume on EVM chains, limiting execution cost and network load.

1.concept

A transaction gas limit is the maximum amount of computational work the sender authorizes for execution. If the transaction runs out of gas, state changes revert but the consumed gas is still paid because validators already did the work.

2.network

Blocks also have gas limits or targets that bound how much total execution can fit in one block. This protects nodes from unbounded computation and creates competition for block space during congestion.

Related terms

All terms and definitions may update as the Cryptionary improves.