DEFI LIBRARY FOUNDATIONAL CONCEPTS

Understanding DeFi Basics, Core Concepts and Terminology Explained

9 min read
#Smart Contracts #Decentralized Finance #Blockchain #Crypto Finance #DeFi Basics
Understanding DeFi Basics, Core Concepts and Terminology Explained

What Is Decentralized Finance?

Decentralized Finance, or DeFi, is a financial ecosystem that runs on public blockchains, most notably Ethereum. Unlike traditional finance, which relies on central intermediaries—banks, exchanges, and clearinghouses—DeFi applications are built from the ground up to be permissionless, open, and governed by code. Every transaction is recorded on a public ledger, and participants interact directly with smart contracts that automatically enforce rules without a trusted third party.

DeFi is not a single technology but a collection of protocols that together offer services such as lending, borrowing, trading, asset issuance, and insurance. The community builds these tools on top of base layers, creating a composable layer of finance that can be combined in novel ways. This composability is often referred to as the “money lego” model, where each protocol is a block that can be stacked or chained to build new financial products.

Core DeFi Concepts

Below are the foundational ideas that shape how DeFi works. Understanding them will give you a solid framework for exploring deeper topics.

1. Smart Contracts

At the heart of every DeFi protocol lies a smart contract: a self‑executing piece of code that lives on the blockchain. When conditions specified in the contract are met, it performs predetermined actions, such as transferring tokens, recording a loan, or distributing rewards. Because the code is immutable, participants can trust that the rules will never be altered by a central authority.

2. Liquidity Pools

Most DeFi platforms provide liquidity through pools. Users deposit pairs of assets (e.g., ETH and USDC) into a smart contract. In return, they receive liquidity provider (LP) tokens that represent their share of the pool. These pools power automated market makers (AMMs), which enable users to swap assets at prices determined by an algorithmic formula.

3. Automated Market Makers

Unlike traditional exchanges that match buy and sell orders, AMMs set prices using mathematical functions. The most common is the constant product formula, used by Uniswap and many other protocols. When a trader swaps one asset for another, the pool’s reserves adjust, and the price slippage reflects the pool’s depth.

4. Yield Farming

Yield farming is the practice of earning returns by supplying capital to DeFi protocols. Users can stake LP tokens, provide collateral for loans, or contribute to governance. Rewards are usually paid in native tokens, which may increase the value of the position.

5. Governance Tokens

Many protocols issue governance tokens that grant holders voting power over protocol upgrades, fee structures, and fund allocations. Because token holders can directly influence the direction of the protocol, these tokens play a pivotal role in decentralized decision‑making.

6. Oracle Services

Smart contracts cannot access external data on their own. Oracles bridge this gap by feeding verified off‑chain information (price feeds, weather data, etc.) into the blockchain. Trusted oracles, such as Chainlink, provide decentralized, tamper‑resistant data streams that DeFi protocols rely on.

7. Flash Loans

Flash loans allow users to borrow any amount of capital from a liquidity pool without collateral, provided that the borrowed amount is repaid within the same transaction. They enable sophisticated arbitrage strategies, liquidation, and protocol testing.

8. Staking and Staking Pools

Participants lock their tokens into a smart contract to support network security or to earn rewards. In Proof‑of‑Stake (PoS) chains, staking secures the consensus mechanism. Staking pools let users combine their resources to increase rewards while reducing variance.

9. Credit Scores and Reputation Systems

Some protocols implement credit scoring or reputation mechanisms to assess borrowers’ risk. These systems aggregate on‑chain activity, such as loan repayment history or token holding duration, to generate a risk profile that informs lending rates.

10. Decentralized Autonomous Organizations (DAOs)

DAOs are member‑owned communities that govern protocols or ecosystems. They use token‑based voting, smart‑contract‑executed proposals, and community incentives to make decisions. Many DeFi projects are transitioning into DAOs to increase decentralization and reduce central control.

Common DeFi Terminology Explained

While the core concepts provide a structural overview, the DeFi lexicon can be dense. Below is a glossary of terms that frequently appear in discussions and documentation.

Term Definition
ERC‑20 A standard interface for fungible tokens on Ethereum.
ERC‑721 / ERC‑1155 Standards for non‑fungible tokens (NFTs) and semi‑fungible tokens.
Liquidity Provider (LP) A user who supplies assets to a liquidity pool.
Slippage The difference between the expected price of a trade and the price at which the trade is executed.
Impermanent Loss Loss incurred by liquidity providers when the price of pooled tokens diverges from the price at which they were deposited.
Collateralization Ratio The ratio of collateral value to loan value.
Overcollateralization Holding more collateral than the required amount to secure a loan.
Leverage Using borrowed funds to amplify exposure to an asset.
Liquidity Mining Rewarding users for providing liquidity, often in the form of new tokens.
Composable Finance The ability to combine multiple DeFi protocols to create new financial services.
Arbitrage Exploiting price differences across markets for profit.
Oracle Service that provides external data to smart contracts.
Governance Proposal A formal suggestion for protocol changes, typically voted on by token holders.
Rebase Token Token whose supply automatically changes (rebasing) to adjust price or yield.
Stablecoin A cryptocurrency pegged to a stable asset, often the U.S. dollar.

Wrapped vs. Synthetic Assets

One of the most important distinctions in DeFi is between wrapped and synthetic assets. Both allow participants to hold or trade the value of real‑world assets or other cryptocurrencies on a blockchain, but they differ fundamentally in how they represent that value.

Wrapped Assets

How They Work

Wrapped assets, which you can learn about in a comprehensive look at wrapped and synthetic assets, are tokenized versions of existing cryptocurrencies that are native to a particular blockchain. The most well‑known example is Wrapped Bitcoin (WBTC), an ERC‑20 token that represents Bitcoin. The process typically involves:

  1. Custodial Lock – A trusted entity receives the original asset (e.g., BTC) and locks it in a secure wallet or smart contract.
  2. Minting – The custodian issues an equivalent amount of the wrapped token (e.g., 1 WBTC for 1 BTC) on the target blockchain.
  3. Burning – When the user wants to convert back, the wrapped token is burned, and the custodian releases the original asset to the user’s wallet.

Because the wrapped token has a 1:1 backing, its value mirrors the underlying asset closely. The risk is tied to the custodian’s security and the robustness of the minting/burning process.

Use Cases

  • Liquidity Provision – WBTC can be used in Ethereum‑based AMMs, allowing Bitcoin holders to participate in DeFi without moving to a different chain.
  • Cross‑Chain Bridges – Wrapped tokens facilitate interoperability between networks (e.g., bridging BTC to Ethereum).
  • Smart‑Contract Compatibility – Wrapped tokens enable integration with DeFi protocols that only accept native tokens on a specific chain.

Synthetic Assets

How They Work

Synthetic assets, covered in detail in the clear guide for DeFi enthusiasts, are not backed by actual holdings but are instead created through protocols that use collateral and algorithmic mechanisms to replicate the price of an underlying asset. The most prominent protocol is Synthetix. The creation process typically involves:

  1. Collateral Deposit – Users lock up a certain amount of a native token (e.g., SNX) as collateral.
  2. Minting Synthetic Tokens – The protocol issues synthetic tokens (sX) that represent the underlying asset (e.g., sBTC).
  3. Oracle Price Feed – The protocol relies on an oracle to fetch the market price of the underlying asset.
  4. Rebalancing – If the synthetic token’s price deviates from the target, the protocol automatically adjusts collateral requirements or triggers liquidation.

Because synthetic tokens are algorithmically created, they carry the risk of oracle manipulation, smart‑contract bugs, and insufficient collateral. However, they offer near‑instant creation and redemption without requiring custodians.

Use Cases

  • Derivative Trading – Traders can gain exposure to assets without owning them.
  • Cross‑Chain Exposure – Synthetic tokens can represent assets from other blockchains or real‑world assets like commodities.
  • Liquidity Mining – Many protocols reward users for minting synthetic assets, adding incentive to maintain collateral.

Key Differences

Feature Wrapped Assets Synthetic Assets
Backing 1:1 with real asset held by custodian Algorithmic, collateralized
Custody Requires trusted custodian No custodian, uses smart contracts
Redemption Requires burning and retrieval of underlying asset Requires burning and adjustment of collateral
Risk Custodian security, counterparty risk Oracle risk, smart‑contract risk, liquidation risk
Speed Limited by custodian’s processing time Near‑instant, on‑chain

Building a Mental Model of DeFi Protocols

To navigate the DeFi landscape effectively, it helps to think of protocols as modular components that can be assembled in various ways. Here’s a quick mental exercise:

  1. Identify the Layer – Determine whether the protocol is a base layer (e.g., Ethereum), a financial layer (e.g., lending platform), or a utility layer (e.g., oracle service).
  2. Examine the Incentive Structure – Look at how users earn rewards (staking, liquidity mining) and what fees they pay.
  3. Assess Governance – Understand who has voting power and how decisions are made.
  4. Evaluate Risk – Consider smart‑contract audits, collateral ratios, oracle reliability, and user experience.

By applying this framework, you can compare two protocols, say Uniswap and Compound, and see how they interact within the broader ecosystem. For a deeper dive into how these components fit together, see the DeFi Library Primer.

Practical Tips for Getting Started

  • Start Small – Experiment with a minimal amount of capital to understand how a protocol works.
  • Use Testnets – Many protocols offer testnet environments where you can practice without real money.
  • Leverage Tutorials – Reputable resources such as the DeFi Llama blog, DeFi Pulse, or the official documentation of protocols provide step‑by‑step guides. For a foundational overview, the DeFi Library Primer is an excellent starting point.
  • Watch for Fees – Ethereum gas fees can fluctuate; consider layer‑2 solutions like Optimism or Arbitrum for lower costs.
  • Diversify – Don’t lock all your funds into a single protocol; spread risk across different platforms.
  • Keep Updated – The DeFi space evolves rapidly; follow community channels, Discord servers, and governance forums.

Final Thoughts

Decentralized Finance is reshaping the way we think about money, trust, and access. By grounding yourself in core concepts—smart contracts, liquidity pools, AMMs, governance—and mastering key terminology, you position yourself to both participate and innovate within this dynamic field. Understanding the nuances between wrapped and synthetic assets further refines your perspective, enabling you to choose the right tools for your objectives.

As with any emerging technology, stay curious, stay cautious, and remember that the ecosystem thrives on community‑driven governance and collective scrutiny. With a solid foundation, you’re ready to explore the endless possibilities that DeFi offers.

Emma Varela
Written by

Emma Varela

Emma is a financial engineer and blockchain researcher specializing in decentralized market models. With years of experience in DeFi protocol design, she writes about token economics, governance systems, and the evolving dynamics of on-chain liquidity.

Contents