What is Gas?
The unit that measures the computational work a blockchain transaction requires; you pay for the gas your transaction uses.
Gas is the measure of how much computing work a transaction demands on networks like Ethereum. A simple transfer uses little gas, while a complex smart-contract interaction uses more. Your total fee is the gas used multiplied by the price per unit of gas, which fluctuates with network demand.
This matters because it explains why fees vary. It is not that the network is arbitrary; heavier operations genuinely cost more computing, and a busy network raises the price everyone bids to get processed first.
Example: swapping tokens on a DEX uses more gas than simply sending a coin, so it costs more, and doing either during peak congestion costs more still.
Safety note: always hold enough of the native coin to cover gas, or transactions, including reward claims, will fail. A failed transaction can still consume some gas. Watch for scams that invent fake “gas” charges to be sent to a wallet address, because genuine gas is paid to the network automatically, never to a person. Related terms include gas fee, gwei, gas limit, and mainnet.
Related terms
Keep learning: read the guides · scam alerts · free tools · full glossary.