What is a Gas Fee?
Gas Fee — A fee paid in a blockchain's native token (e.g., ETH on Ethereum) to execute transactions or smart contracts, compensating validators for computational resources and securing the network against spam.
How It Works
Why It Matters
Common Questions
Why are Ethereum gas fees so high?
Gas fees rise during network congestion — when demand for block space exceeds capacity. Layer 2s and sharding aim to reduce fees.
How can I pay lower gas fees?
Transact during off-peak hours, use Layer 2 networks (Arbitrum, Optimism), or use alternative chains like Solana and Polygon.
What is gwei?
Gwei is a subunit of ETH equal to 0.000000001 ETH. Gas prices on Ethereum are quoted in gwei.
Do failed transactions still cost gas?
Yes. Gas is paid for computation, not success. If a transaction reverts, the validator still charges for the work done up to the failure point.