0Pricing
Web3 & DApp Development Fundamentals · レッスン

DeFi概要

レンディング、DEX、イールド

「DeFi概要」はCoddyKit上の無料Web3 & DApp Development Fundamentalsレッスンです。 これはレッスン1/4です。 下記で完全なレッスンを無料で読むことができます。その後、ブラウザ内の組み込みコードエディタと24時間対応のAIチューターでハンズオン演習できます。 これはWeb3 & DApp Development Fundamentals学習パスの一部であり、ウェブとCoddyKitアプリ全体で進捗が同期されます。 Web3 & DApp Development Fundamentalsコースには全4レッスンが含まれています。

このレッスンの一部はまだ翻訳されておらず、英語で表示されています。

What Is DeFi?

Decentralized Finance (DeFi) recreates financial services — lending, trading, borrowing, earning interest — using smart contracts on a blockchain instead of banks or brokers.

Anyone with a wallet can use these services permissionlessly, with no account approval and no intermediary holding the funds.

Smart Contracts as the Backbone

Every DeFi protocol is built from smart contracts: self-executing code deployed on-chain. The contract holds the rules and often the funds.

Because the logic is transparent and runs deterministically, users can audit exactly how a protocol behaves before trusting it.

Lending and Borrowing

Lending protocols like Aave and Compound let users deposit assets to earn interest, while borrowers take out loans against collateral.

Loans are overcollateralized: you must lock more value than you borrow, protecting lenders from default.

Deposit:  Alice supplies 1000 USDC -> earns APY
Borrow:   Bob locks 1.5 ETH collateral
          -> borrows 1000 USDC
If collateral value falls -> liquidation

Decentralized Exchanges (DEXs)

A DEX lets users swap tokens directly from their wallets without a centralized order book or custodian.

Most modern DEXs (Uniswap, Curve) use Automated Market Makers instead of matching buyers and sellers.

Yield and Liquidity Provision

Yield is the return earned by putting capital to work. Liquidity providers earn trading fees, lenders earn interest, and stakers earn protocol rewards.

This is the engine that attracts capital into DeFi.

Composability: Money Legos

DeFi protocols are composable — one contract can call another freely. A single transaction can borrow, swap, and deposit across several protocols.

This stacking of building blocks is nicknamed money legos.

tx {
    1. borrow USDC from Aave
    2. swap USDC -> ETH on Uniswap
    3. deposit ETH into a vault
}  // all atomic

Stablecoins

Stablecoins are tokens pegged to a stable value, usually the US dollar. They are the lifeblood of DeFi, used for trading pairs, loans, and savings.

Examples include USDC, USDT, and DAI (which is crypto-collateralized).

Governance and Tokens

Many DeFi protocols issue governance tokens that let holders vote on parameters like fees and supported assets.

This pushes control toward the community and away from a single company — a step toward true decentralization.

Risks in DeFi

DeFi is powerful but risky:

  • Smart contract bugs — code exploits drain funds
  • Oracle manipulation — bad price feeds
  • Liquidation — collateral sold in a crash
  • Impermanent loss — for liquidity providers

Oracles

Smart contracts cannot read off-chain data on their own. Oracles like Chainlink bring real-world prices on-chain so protocols know an asset is worth.

Reliable oracles are critical — a manipulated price can trigger wrongful liquidations or drain a pool.

Putting It Together

DeFi rebuilds finance as open, composable smart contracts: lending markets, DEXs, stablecoins, and yield strategies, all coordinated by governance and fed by oracles.

Next we focus on the core trading engine: Automated Market Makers.

Quick Check

Test your DeFi fundamentals.

Recap: DeFi Overview

You learned that:

  • DeFi recreates finance with smart contracts, no intermediaries
  • Core pieces: lending, DEXs, stablecoins, yield
  • Protocols are composable money legos
  • Oracles feed real-world prices on-chain
  • Risks include bugs, liquidation, and oracle attacks

Next: how AMMs price trades.

よくある質問

「DeFi概要」レッスンは無料ですか?

はい。「DeFi概要」の完全なテキストはこのウェブで無料で読めます。インタラクティブに演習し(組み込みコードエディタと24時間対応のAIチューター)、Web3 & DApp Development Fundamentalsコースの残りをアンロックするには、CoddyKit PROにアップグレードしてください。 Web3 & DApp Development Fundamentalsコースには全4レッスンが含まれています。

「DeFi概要」で何を学びますか?

レンディング、DEX、イールド ブラウザで直接実行するハンズオンコードでWeb3 & DApp Development Fundamentalsを演習し、24時間対応のAIチューターがレッスンを進める中での質問に答えます。

Web3 & DApp Development Fundamentalsを始めるのに経験は必要ですか?

事前経験は必要ありません。CoddyKitのWeb3 & DApp Development Fundamentalsは初級者から上級者向けに構成されているため、ここから始めるか最初から始めて、自分のペースで進むことができます。 これはレッスン1/4です。

「DeFi概要」レッスンにはどのくらい時間がかかりますか?

ほとんどのCoddyKitレッスンは約5~10分かかります。各レッスンはコンパクトでインタラクティブなので、着実に進歩し、ウェブとアプリ全体で正確に前回の場所から再開できます。

このWeb3 & DApp Development Fundamentalsレッスンでコードを書いて実行できますか?

はい。すべてのWeb3 & DApp Development Fundamentalsレッスンに組み込みコードエディタが含まれているため、ブラウザでリアルコードを書いて実行し、即座のAIフィードバックを取得できます。ローカル設定は不要です。

このコースのすべてのレッスン

  1. DeFi概要
  2. 自動マーケットメーカー
  3. 流動性プール
  4. シンプルなSwapの構築
← Web3 & DApp Development Fundamentalsに戻る