Assets are the raw materials, financial primitives transform them, strategies combine those transformations, and products package the result for users.
Web3 Academy explains DeFi as one connected programmable financial system: assets and claims move through rules, strategies, controls, and failure paths that readers can inspect at three levels of depth.
01 Assets
Raw materials
02 Financial primitives
Transformations
03 Strategies
Combinations
04 Products
Packaging
Read left to right: assets enter financial primitives, strategies combine primitive positions, and products package the resulting claims. Governance and risk connect across every stage rather than forming a safe layer outside the system. The trace below uses the same canonical relationships as the full map.
Canonical relationship paths
Source → relationship → target
The source concept requires the target concept as prior knowledge or infrastructure.
The source concept creates a claim whose obligation or backing sits on the target concept.
The source concept uses the target concept as collateral.
The source concept requires the target concept as prior knowledge or infrastructure.
The source concept requires the target concept as prior knowledge or infrastructure.
The source concept creates a claim whose obligation or backing sits on the target concept.
The source concept packages exposure to the target concept for users.
The source concept requires the target concept as prior knowledge or infrastructure.
The source concept uses the target concept to determine or align a price.
The source concept can fail because the target concept fails.
The source concept requires the target concept as prior knowledge or infrastructure.
The source concept receives its economic return from the target concept.
Three-layer model
From financial raw material to user claim
- Money and assets
The raw materials of the system: stores of value, settlement units, direct resources, and claims.
- Core financial primitives
Composable transformations—trading, lending, derivatives, and staking—that change positions and obligations.
- Product packaging
Vaults, funds, and other user-facing claims built from strategies that combine primitive outcomes.
Six connecting flows
Follow what moves—not only what a protocol is called
- Capital flowAssets or economic value move.A depositor sends stablecoins into a vault and lending market.
- Claim flowAn entitlement or liability is created or transferred.The vault issues shares and the lending market issues a supplier claim.
- Information flowPrices, oracle data, or observations move.Oracle prices and market state update valuation and risk checks.
- Return flowYield, fees, or gains return.Borrower-paid interest raises strategy proceeds and vault NAV.
- Control flowGovernance or permission changes behavior.Governance and privileged roles change parameters and implementations.
- Risk flowLoss or failure can propagate.Oracle, liquidity, solvency, or contract failure can reach shareholders.
Featured laboratories
Change the inputs. Inspect the state transition.
View all simulator labsWorked composition
Stablecoin lending vault
One position connects a stablecoin asset, a lending primitive, two layered claims, a yield strategy, governance dependencies, and several paths by which loss or delay can reach the user.
| Step | Mechanism | Asset or claim change |
|---|---|---|
| 01 | Deposit and issue | A depositor transfers stablecoins to the vault. The vault issues a proportional share claim; the share is not the underlying stablecoin. |
| 02 | Supply and transform | The strategy supplies assets to a lending pool. The vault now holds a supplier claim whose value and liquidity depend on the lending market. |
| 03 | Accrue and account | Borrowers pay interest. After losses and fees, strategy proceeds raise vault NAV and therefore the value represented by each eligible share. |
| 04 | Redeem and settle | A holder burns vault shares and receives a pro-rata amount of assets, subject to available liquidity and the vault accounting rules. |
Borrowers are the economic payer
- Borrowers pay interest to the lending market.
- The supplier claim accrues value to the strategy.
- Net proceeds raise vault NAV after losses and fees.
- Vault-share holders realize value through redemption.
Claims transmit losses as well as returns
- Bad debt, stale prices, or unavailable liquidity impair the lending claim.
- Strategy or accounting faults can misstate or lose vault assets.
- Governance and upgrade authority can change risk parameters or code.
- After buffers are exhausted, vault-share holders absorb the shortfall.
Canonical risk dependencies
Where failure can enter the composition
- Lending poolmay fail throughBad debt
- Lending poolmay fail throughLiquidity risk
- Lending poolmay fail throughOracle risk
- Lending poolmay fail throughSolvency risk
- Vaultmay fail throughAccounting risk
- Vaultmay fail throughGovernance risk
- Vaultmay fail throughIntegration risk
- Vaultmay fail throughSmart-contract risk
- Vaultmay fail throughUpgrade risk