Blockchain & Networks
Cryptocurrency
Cryptocurrency is a digital currency secured by cryptography that operates on decentralized blockchain networks without a central authority.
A blockchain is a distributed, immutable digital ledger that records transactions across a decentralized network of computers.
A blockchain is a distributed, immutable digital ledger that records transactions across a decentralized network of computers. Each block contains a batch of verified transactions that are cryptographically linked to the previous block, forming a continuous and tamper-resistant chain. This structure ensures that once data is recorded, it cannot be altered without the consensus of the network, making blockchains one of the most secure and transparent data systems ever created.
The concept was first implemented in 2009 with the launch of Bitcoin, but blockchain technology has since expanded far beyond digital currency. Today, blockchains power lending protocols, decentralized exchanges, supply chain systems, and a wide range of financial applications collectively known as decentralized finance.
At a high level, a blockchain operates through a repeating cycle of transaction broadcasting, validation, and permanent recording.
When a user initiates a transaction — such as sending cryptocurrency or interacting with a smart contract — that transaction is broadcast to the network. Nodes (computers running the blockchain software) collect pending transactions into a candidate block. The block then goes through a consensus process to determine its validity.
The consensus mechanism is the set of rules that determines how the network agrees on which transactions are valid and which node gets to add the next block. The two most common approaches are:
Once a block is validated and added to the chain, every node updates its copy of the ledger. Because no single entity controls the ledger, there is no central point of failure — and no need for a trusted intermediary.
Each block contains a cryptographic hash of the previous block, creating an unbroken chain of references stretching back to the very first block (called the genesis block). Altering any historical block would invalidate every subsequent hash, making tampering immediately detectable. This immutability is what gives blockchains their trustworthiness: participants can independently verify the entire history of transactions without relying on any authority.
Not all blockchains are alike. They generally fall into several categories:
The choice of blockchain matters for DeFi users. Different networks offer varying tradeoffs in transaction speed, gas fees, security guarantees, and the ecosystem of protocols available.
Blockchains provide the trust and transparency layer that makes decentralized lending possible. When a borrower deposits collateral into a lending protocol, the blockchain records that deposit in a way that anyone can verify. Interest accrual, liquidation triggers, and loan repayments all execute on-chain through smart contracts, removing the need for banks or intermediaries.
This transparency also enables composability — different protocols can read each other's on-chain data and build on top of one another, creating the interconnected financial ecosystem sometimes called "money legos." A single blockchain transaction can involve borrowing from one protocol, swapping on a decentralized exchange, and depositing into a yield strategy, all in one atomic operation.
The blockchain ecosystem has evolved from a single-chain world into a multi-chain environment. Ethereum remains the largest DeFi hub, but networks like Arbitrum, Optimism, Base, Polygon, and BSC host billions in lending activity. Cross-chain bridges allow assets and data to move between these networks, though they introduce their own security considerations.
For borrowers and lenders, this multi-chain reality means more options — and more complexity. Rates, liquidity, and protocol availability vary across chains, making it important to compare opportunities across the ecosystem.
Related Terms
Blockchain & Networks
Cryptocurrency is a digital currency secured by cryptography that operates on decentralized blockchain networks without a central authority.
DeFi Fundamentals
An ecosystem of financial applications built on blockchains that use smart contracts to provide services without traditional intermediaries.
Blockchain & Networks
A Layer 2 scaling technique that bundles multiple transactions off-chain and posts compressed proofs to the base blockchain.
Blockchain & Networks
A gas fee is the transaction cost paid to validators for processing and confirming operations on a blockchain network.