Vault and lending platforms are where capital meets strategy.
Lending platforms are decentralized credit markets: lenders deposit to earn interest, borrowers post collateral to take loans, and smart contracts enforce every rule without an intermediary.
Vault platforms wrap those markets into automated strategy products: deposit once, and the vault executes a defined policy on your behalf.
At a glance:
- Vault platforms are automated strategy wrappers: you deposit once, and the vault executes a defined policy on your behalf across lending markets, staking routes, or liquidity positions.
- Lending platforms are the decentralized credit markets vaults plug into: lenders earn interest, borrowers post collateral, and smart contracts enforce every rule without an intermediary.
- The two layers are complementary. Vaults package strategies. Lending platforms provide the underlying markets those strategies deploy into.
Top Vault and Lending Platforms
What are vaults and how do they work?
A vault is a smart contract that holds a pool of assets and follows a defined strategy on depositors' behalf. The ERC-4626 standard is the most common implementation and exposes four core actions: deposit, mint, withdraw, and redeem.
The flow looks like this:
- You deposit an asset, for example USDC.
- The vault issues share tokens that record your ownership stake.
- The strategy logic allocates your funds to one or more venues.
- Over time, the vault's assets grow or shrink based on strategy performance.
- When you exit, you redeem your shares for the underlying asset plus or minus net performance and fees.
What the vault does with your deposit depends on its mandate. Curators or strategy managers define which protocols the vault can use, which assets are allowed, target allocations and caps, and risk limits such as maximum leverage or loan-to-value.
Types of vaults:
- Strategy vaults follow on-chain yield strategies automatically, for example lending stablecoins or restaking ETH.
- Curator-managed vaults have expert teams configuring parameters, choosing oracles, and managing risk over time.
- Tranching vaults split yield into conservative and higher-risk layers, giving depositors a choice of risk exposure.
- Aggregator vaults route deposits into the best-performing underlying vaults or markets dynamically.
What are lending protocols and how do they work?
Lending protocols are decentralized credit markets. Anyone can supply assets and earn interest; anyone can borrow against collateral. No banks, no credit checks, and no intermediaries. Smart contracts handle the rules.
Three roles define every lending market:
- Liquidity providers deposit assets into a pool and earn interest proportional to utilization.
- Borrowers lock collateral and draw loans up to a defined ratio.
- Risk setters (usually a DAO or curator) define the parameters that govern the market.
There is no direct lender-to-borrower matching. Depositors supply into a shared contract, and borrowers tap that pooled liquidity as long as they respect the rules.
Those rules cover four things:
- Collateral lists: which tokens are accepted as collateral and at what risk tier
- Loan-to-value limits: how much can be borrowed relative to collateral value
- Interest rate curves: how borrowing costs rise as pool utilization increases
- Liquidation thresholds: when a position must be partially sold to keep the pool solvent
Interest rates adjust algorithmically. Higher utilization means higher borrow rates and higher APY for suppliers. Liquidations are the core risk control: if collateral value drops or debt grows beyond the threshold, liquidators repay part of the debt and receive collateral at a small discount. This mechanism keeps pools solvent without manual intervention.
Types of lending platforms
- Pooled markets share one liquidity pool. Governance sets global parameters like LTVs and rates. A single bad asset can affect all participants.
- Isolated markets give each asset or pair its own vault, fully separated from others. This limits contagion but can create local liquidity constraints.
- Collateralized Debt Positions (CDPs) let users mint a stablecoin by locking collateral, with risk isolated per collateral type.
- Credit account systems offer per-user isolated leverage with a whitelisted set of allowed actions.
Vaults vs. lending platforms: comparison
Vaults package strategies; lending platforms provide the markets that those strategies use.
Category | Vaults | Lending Platforms |
Core Function | Package yield strategies into automated, programmable portfolios. | Provide decentralized credit markets where users lend or borrow assets. |
User Action | Deposit once; vault executes strategy on user’s behalf. | Supply assets to earn interest or borrow against collateral. |
What Happens Internally | Strategy allocates, rebalances, hedges, compounds, or loops across protocols. | Smart contracts match liquidity providers and borrowers; interest rates adjust algorithmically. |
Main Participants | Depositors | Risk Curators | Strategy Managers | Liquidity Providers | Borrowers | Risk Curators |
Risk Model | Depends on strategy rules: venue whitelist, leverage caps, oracle choices, rebalancing logic. | Collateralized borrowing with strict LTVs, liquidation thresholds, and rate curves. |
Yield Source | Lending | LPing | Staking | Leverage Incentives | RWA Yield | Borrow Interest | Liquidation Fees | Incentives |
Isolation Level | Isolated | Isolated | Pooled |
Control & Governance | Strategy managers define parameters; users hold redeemable share tokens. | DAO sets global parameters; markets operate autonomously once configured. |
Flexibility | Highly flexible—can touch multiple protocols or chains using one deposit. | Less flexible—one protocol, one set of markets and parameters. |
Transparency | Onchain audited strategy logic and real-time portfolio state. | Onchain pool balances, utilization, rate curves, and collateral data. |
User Complexity | Low — vault abstracts multiple steps into one deposit. | Medium — users must choose markets, collateral, borrow amounts, etc. |