Skip to main content

Gas

eth
fee

The metered unit of computational work on EVM chains, paid in the native token to run transfers and smart contracts.

1
concept

Gas measures the work required to execute an EVM transaction. Operations such as storage writes, hashing, contract creation, and external calls each consume gas according to protocol rules.

2
economics

Transaction fees depend on both gas used and the fee rate paid per gas. Users control the maximum fee they are willing to pay, while wallets estimate gas limits and fee rates from current network conditions.

3
safety

Gas metering prevents a contract from consuming unlimited resources. If execution exceeds the transaction's gas limit, the chain stops execution, reverts state changes, and charges for gas already spent.

Conceptual links

Related terms

4 linked

Explore connected entries beyond the alphabetical index.

All terms and definitions may update as the Cryptionary improves.