DeFi Intel

What is Gas Price?

Plain-English explainer · Updated 2026-07-02 · By DeFi Intel

How it works

On Ethereum and other EVM-compatible chains, gas price is denominated in small fractions of the native coin—gwei (10^-9 ETH) on Ethereum, similar units on Polygon, BNB Smart Chain, etc. Users specify a gas price when sending a transaction. After EIP-1559 (2021), the effective gas price is the base fee (determined by network congestion) plus an optional priority fee (tip) paid to validators. The total fee is gas used multiplied by this effective price. Wallets often suggest a gas price based on current network conditions.

When a transaction is submitted, it enters the mempool, where validators (or miners on proof-of-work) select transactions to include in the next block. They prioritize transactions offering a higher effective gas price because it increases their revenue. This creates a competitive 'gas auction': users willing to pay more see their transactions confirmed faster. During peak demand, such as high-profile NFT drops or DeFi launches, gas prices spike as users outbid each other for limited block space.

After EIP-1559, the base fee part of the gas price is burned, reducing ETH supply, while the priority fee goes to validators. On layer-2 networks like Arbitrum and Optimism, gas pricing includes both the L2 execution fee (denominated in the chain's native token) and an L1 data posting fee paid to Ethereum. Other chains, such as Solana, use a different fee model but still rely on a gas-like price to allocate computational resources and prevent spam.

Why it matters

Gas price directly affects user experience and network health. High gas prices can make simple transactions prohibitively expensive, limiting accessibility and favoring wealthier users. Conversely, setting too low a gas price risks delayed or stuck transactions. The gas price mechanism incentivizes efficient use of block space and funds network security. Understanding gas price helps users optimize costs and timing, while protocol designers consider it when setting fee markets to balance usability with spam resistance.

Real-world examples

Ethereum's EIP-1559 (August 2021) restructured gas pricing into a base fee (burned) and a priority fee (tip to validators). During the 2021 CryptoPunks NFT mania, gas prices surged above 500 gwei, causing transaction fees over $100. On layer-2 networks like Arbitrum, users pay a low L2 gas price in ETH plus an L1 data fee, resulting in cheaper transactions. Solana uses a different model where gas price is set per signature and varies with congestion.

FAQ

What is the difference between gas price and gas limit?

Gas price is the fee per unit of computation, usually in gwei, while gas limit is the maximum amount of gas a user is willing to spend on a transaction. The total fee is gas price multiplied by gas used (limited by the gas limit).

What happened to gas pricing after EIP-1559?

EIP-1559 split the gas price into a base fee, calculated algorithmically and burned, and a priority fee paid directly to validators. This made fees more predictable and reduced variance, though users can still add a tip for faster inclusion.

Can I pay gas fees with tokens other than ETH?

Most blockchains require gas fees in their native coin (ETH, MATIC, BNB, etc.). Some wallets or relayers allow fee abstraction, enabling users to pay gas with ERC-20 tokens, but this is not standard on the base protocol.

Related terms

Go deeper

Browse the complete crypto glossary to explore related terms and concepts.

Browse Glossary

Entities mentioned