Gas price is the amount of cryptocurrency a user is willing to pay per unit of “gas” to have a transaction processed or a smart contract executed. On Ethereum, it is typically quoted in gwei, a small denomination of ETH, and it helps determine how quickly your transaction is included in a block.
How gas price works on Ethereum
Ethereum measures the computational work of an action in gas units. Sending ETH, swapping tokens on a decentralized exchange, or minting an NFT each consumes a different amount of gas based on how much computation and storage is required. The gas price is the rate you pay for that work.
In practice, your total fee depends on both the gas used and the gas price you pay. After EIP-1559, Ethereum fees are commonly described using a base fee plus a priority fee. The base fee is set by the network and adjusts with congestion, while the priority fee is an extra tip you choose to incentivize validators to include your transaction sooner. When the network is busy, users often raise the priority fee to compete for block space.
Gas price, gas limit, and real-world examples
Gas price is not the same as gas limit. The gas limit is the maximum amount of gas units you allow a transaction to consume, while gas price is what you pay per unit. For example, a simple ETH transfer usually needs far fewer gas units than interacting with a DeFi lending protocol, so even the same gas price can result in very different total fees.
Many users reduce costs by choosing less congested times, adjusting their priority fee, or using Layer 2 networks where transactions are executed more efficiently and then settled back to Ethereum.
Understanding gas price matters because it affects transaction speed, total costs, and the usability of apps across the crypto ecosystem, especially during periods of high network demand.