CONSENSUS AND INFRASTRUCTURE Flashcards
(19 cards)
PoW
Proof of Work: miners solve puzzles to validate blocks (e.g., Bitcoin).
PoS
Proof of Stake: validators are chosen by how much crypto they lock up.
DPoS
Delegated Proof of Stake: token holders elect delegates to secure the network.
PoA
Proof of Authority: pre-approved validators secure a network (common in private chains).
ASIC
Application-Specific Integrated Circuit: hardware optimized for mining one PoW algorithm.
L1
Layer 1: the base blockchain (e.g., Bitcoin, Ethereum).
L2
Layer 2: scalability solutions built atop an L1 (e.g., rollups).
GAS
Fee units on Ethereum (and EVM chains) needed to execute transactions or contracts.
Gas Price
Amount you pay per unit of gas—higher price speeds up transaction inclusion.
Gas Limit
Maximum gas a transaction is allowed to consume.
TPS
Transactions Per Second: throughput metric for blockchain networks.
MEV
Maximal Extractable Value: profit validators can earn by reordering or including certain transactions.
Hash Rate
Total computational power securing a PoW network, measured in hashes per second.
Block Time
Average time between blocks being mined/validated.
Block Reward
Tokens awarded to the miner/validator for producing a new block.
Block Height
The number of blocks in the chain up to a given block.
Node
A machine running blockchain software to validate and relay transactions.
Full Node
Stores and validates the entire blockchain history.
Light Node
Stores block headers and relies on full nodes for detailed info.