Transaction Fee
A payment made to network validators or miners for processing and confirming a transaction on the blockchain. Fees incentivize block producers and prevent network spam. Fee structures vary by blockchain — Bitcoin uses a fee market based on transaction size in bytes, while Ethereum uses gas-based pricing. During congestion, fees increase as users bid for limited block space.
“A Bitcoin transaction might cost $1-10 depending on network congestion, while an Ethereum transaction could cost $0.50-50+. Layer 2 solutions like Arbitrum reduce fees to fractions of a cent.”
Gas
A unit measuring the computational effort required to execute operations on the Ethereum network. Users pay gas fees in ETH to compensate validators for processing transactions. Since EIP-1559, gas fees consist of a base fee (burned) and an optional priority fee (tip) to incentivize faster inclusion.
Mining
The process of using computational power to validate transactions and add new blocks to a Proof of Work blockchain. Miners compete to solve a cryptographic puzzle (finding a hash below a target difficulty), and the first to succeed earns the block reward plus transaction fees. Mining secures the network by making it prohibitively expensive to attack.
Validator
A network participant in a Proof of Stake blockchain that is responsible for proposing new blocks, attesting to the validity of blocks proposed by others, and maintaining the integrity of the network. Validators must stake a minimum amount of the native token as collateral and run node software continuously. They earn rewards for honest participation and face slashing penalties for misbehavior.
Block
A collection of transactions bundled together and permanently added to the blockchain. Each block contains a timestamp, transaction data, a reference (hash) to the previous block, and a nonce. This chaining of blocks through cryptographic hashes is what makes the blockchain tamper-resistant.