DeFi Fundamentals
Smart Contract
A self-executing program on a blockchain that automatically enforces agreement terms when predefined conditions are satisfied.
Ethereum is a programmable blockchain platform that powers smart contracts and serves as the foundation for most decentralized finance applications.
Ethereum is a decentralized, open-source blockchain platform that enables developers to build and deploy smart contracts and decentralized applications (dApps). Launched in July 2015 by Vitalik Buterin, Gavin Wood, and a team of co-founders, Ethereum extended the concept pioneered by Bitcoin — a peer-to-peer digital ledger — into a general-purpose computing platform. Its native cryptocurrency, Ether (ETH), is the second-largest digital asset by market capitalization and serves as the fuel that powers all operations on the network.
While Bitcoin was designed primarily as a peer-to-peer payment system and store of value, Ethereum was built from the ground up to be programmable. Bitcoin's scripting language is intentionally limited, supporting basic transaction logic like multi-signature requirements. Ethereum, by contrast, features a Turing-complete virtual machine (the Ethereum Virtual Machine, or EVM) that can execute arbitrary code.
This programmability is what makes Ethereum the foundation for decentralized finance. Developers can write smart contracts — self-executing programs stored on the blockchain — that automate financial agreements, manage lending pools, facilitate token swaps, and enforce complex business logic without any central authority.
The EVM is the runtime environment where all Ethereum smart contracts execute. When a user interacts with a DeFi protocol — depositing collateral, borrowing tokens, or swapping assets — they are sending a transaction to the network that triggers code execution in the EVM. Every node on the Ethereum network runs the same computation and agrees on the result, ensuring that the state of the blockchain is consistent and tamper-proof.
Every operation on Ethereum requires computational resources, and users pay for these resources with gas fees denominated in ETH. Gas serves two purposes: it compensates validators for processing transactions, and it prevents spam by making frivolous or malicious computations economically costly. Gas prices fluctuate based on network demand — during periods of high activity, fees can spike significantly, which is one of the key motivations behind Layer 2 scaling solutions.
In September 2022, Ethereum completed "The Merge," transitioning its consensus mechanism from proof of work (PoW) to proof of stake (PoS). Under PoW, miners competed to solve computational puzzles to validate blocks, consuming enormous amounts of energy. Under PoS, validators stake 32 ETH as collateral and are selected to propose and attest to blocks based on their stake size and behavior.
The Merge reduced Ethereum's energy consumption by approximately 99.95% and set the stage for future scalability upgrades. It also introduced ETH staking yields, creating a new category of DeFi products — liquid staking tokens like stETH and cbETH — that allow users to earn staking rewards while keeping their ETH liquid and usable across DeFi protocols.
Ethereum hosts the vast majority of DeFi activity by total value locked. The leading lending protocols — Aave, Morpho, Compound, and MakerDAO — all originated on Ethereum. Decentralized exchanges like Uniswap and Curve, stablecoin systems like DAI and FRAX, and yield aggregators like Yearn all run on Ethereum's smart contract infrastructure.
The ERC-20 token standard, created on Ethereum, is the universal format for fungible tokens across DeFi. Stablecoins (USDC, USDT, DAI), governance tokens (AAVE, UNI, COMP), and wrapped assets (WBTC, cbBTC) all conform to this standard, enabling seamless interoperability between protocols.
As DeFi grew, Ethereum's mainnet faced congestion and high gas fees that priced out smaller users. Layer 2 rollups — including Arbitrum, Optimism, and BASE — emerged to address this by processing transactions off the main chain while inheriting Ethereum's security guarantees. These L2 networks have made DeFi accessible at a fraction of the cost, enabling users to borrow, lend, and trade with gas fees measured in cents rather than dollars.
ETH plays multiple roles within the Ethereum ecosystem:
Ethereum's influence extends well beyond its mainnet. The EVM has become the de facto standard for smart contract platforms, with chains like Arbitrum, BASE, Polygon, BSC, and Optimism all running EVM-compatible environments. This means developers can deploy the same smart contracts across multiple networks with minimal modifications, and users benefit from consistent tooling, wallets, and interfaces regardless of which chain they are using.
For anyone participating in crypto lending, Ethereum is the center of gravity. It offers the deepest liquidity, the most mature protocols, and the broadest selection of assets. While Layer 2 networks provide cheaper alternatives for routine transactions, Ethereum mainnet remains the settlement layer of choice for large positions and institutional activity. Understanding Ethereum — its gas mechanics, its staking economy, and its ecosystem of standards and protocols — is essential for making informed decisions in decentralized lending markets.
Related Terms
DeFi Fundamentals
A self-executing program on a blockchain that automatically enforces agreement terms when predefined conditions are satisfied.
Blockchain & Networks
A gas fee is the transaction cost paid to validators for processing and confirming operations on a blockchain network.
Blockchain & Networks
Proof of Stake is a consensus mechanism where validators secure a blockchain by staking cryptocurrency as collateral rather than mining with computational power.
Blockchain & Networks
The standard interface for fungible tokens on Ethereum, defining common rules for transfer, approval, and balance queries.