Skip to main content

Gas Price

eth · fee

The fee rate paid per unit of gas on EVM chains, usually quoted in gwei and used to price transaction execution.

1.concept

Gas price is the fee rate applied to the gas a transaction actually uses. On legacy EVM fee markets, total cost is gas used multiplied by gas price; on EIP-1559 chains, the effective price combines a protocol-set base fee with a user-chosen priority fee.

2.bidding

Users can choose a maximum fee they are willing to pay and a priority fee that rewards validators for inclusion. Paying more can improve confirmation speed during congestion, but overpaying does not make the transaction use less gas.

Related terms

All terms and definitions may update as the Cryptionary improves.