A curator is the party that decides what a lending vault does with its depositors' money. On protocols built from isolated markets, the base layer deliberately makes no risk judgments: anyone can deploy a market pairing any collateral with any loan asset at any liquidation threshold. Someone has to decide which of those markets are worth lending into. That someone is the curator.

What a curator actually controls

The curator's powers are specific and enumerable, which is one of the more useful features of the arrangement.

  • Market selection. Which isolated markets the vault is permitted to lend into at all.
  • Exposure caps. The maximum the vault may allocate to each approved market, which is how concentration is limited.
  • Oracle acceptance. Which price feeds the vault will rely on, since a market's oracle determines when its liquidations fire.
  • Fee configuration. The performance fee, and on newer vault versions a management fee.
  • Appointing the allocator. The role that moves capital between approved markets day to day, within the curator's limits.

What a curator cannot do is equally important. The curator does not custody assets, cannot move funds to an arbitrary address, and cannot exceed the vault's own coded constraints. Most curator actions are timelocked, so a change to the risk configuration is visible before it takes effect and depositors who disagree can withdraw first.

The role separation

Who holds which power in a curated vault
RoleCan doCannot do
OwnerAppoint curator and safety roles, set top-level permissionsMove assets directly
CuratorApprove markets, set caps, oracles and feesBypass the vault's coded limits or take custody
AllocatorMove capital between approved marketsAdd a market or raise a cap
Sentinel or guardianReduce exposure, veto pending changesIncrease risk in any way

The separation exists so that the fast, reactive power is one-directional. A sentinel can pull capital out of a deteriorating market immediately, while adding risk requires the slower, timelocked curator path. Whether a given vault implements this properly is worth checking rather than assuming.

Who the curators are

Curation has professionalized into a small industry of named risk firms. Morpho's public curation data on 8 September 2026 showed roughly $4 billion under curation across 36 curators, with the largest holding around $1.8 billion and the next around $1 billion. Annualized curation fees across the protocol were about $12.1 million on that date.

The firms doing this work are generally quantitative risk shops that also publish parameter recommendations for governed protocols. The same names that appear in Aave governance forums proposing loan-to-value changes appear as curators running vaults elsewhere. The skill transfers directly; the accountability does not, because a governance recommendation is voted on by token holders and a curator's cap change simply happens after its timelock.

Why the curator layer exists at all

The curator layer is a direct consequence of permissionless market creation. A protocol that lets anyone deploy a lending market with any collateral and any liquidation threshold has, by construction, refused to make risk judgments on behalf of its users. That refusal is what makes the base layer safe to leave immutable, because no governance body needs the power to fix a bad listing.

The judgment still has to happen somewhere. In a governed pooled protocol it happens in public, through proposals and token holder votes, and it applies to everyone in the pool at once. In a curated system it happens privately, per vault, and applies only to that vault's depositors. Neither arrangement removes the judgment; they differ in who makes it, how visible the reasoning is, and how many people a mistake affects.

How curators get paid, and what that incentivizes

Curators take a performance fee out of the yield a vault generates, typically capped by the protocol. Morpho caps the performance fee at 50 percent of generated interest and permits its V2 vaults an additional management fee up to 5 percent of assets annually.

The incentive this creates is worth stating plainly. A performance fee on yield rewards allocating to higher-yielding markets. Higher-yielding markets pay more because their collateral is riskier, their liquidity is thinner or their utilization is higher. A curator who takes more risk earns more fees, and a curator whose vault suffers bad debt earns less that year but does not repay prior fees. The fee is asymmetric, in the same way a hedge fund's performance fee is asymmetric.

What happens when curation goes wrong

The clearest illustration came in November 2025. Stream Finance disclosed a loss of roughly $93 million attributed to an external fund manager, and its xUSD token fell from $1.00 to around $0.26 within 24 hours, trading between $0.07 and $0.14 four days later.

Curators across several protocols had allocated vault capital into markets connected to Stream. Research groups estimated roughly $285 million of interconnected exposure, with individual curator exposures reported at $123.6 million, $68 million and $25.4 million. Around $160 million of user deposits were frozen. The largest single exposure, at $68 million, represented about 65 percent of the backing behind another stablecoin, which subsequently fell more than 97 percent.

The protocols behaved as designed. The isolated markets contained the damage to the markets that held the exposure. Depositors in the affected vaults lost money anyway, because the decision that determined their outcome was the curator's, and it had been made before the deposit.

Curation outside isolated markets

The same function exists in governed pooled protocols under a different name. When a risk firm publishes a proposal to lower an asset's loan-to-value ratio or freeze a market, it is performing curation, with the difference that token holders vote on the recommendation and the outcome binds every depositor in the pool. Several firms do both, advising governance on one protocol while curating vaults on another.

The comparison clarifies what changed when curation moved into vaults. The analytical work is the same. What differs is that a vault curator implements decisions directly rather than proposing them, affects only the depositors who opted into that vault, and is compensated as a share of the yield rather than by a service contract with a DAO.

How to evaluate a curator

  1. Name and track record. Who is the curator, what else do they run, and how did those vaults behave in the last stress event?
  2. Concentration. What share of the vault sits in its largest market, and in its largest collateral asset across markets?
  3. Oracle choices. Which price feeds do the approved markets use, and do any rely on a redemption rate rather than a market price?
  4. Timelock length. How long does a depositor have to react to a risk configuration change?
  5. Fee level. What is the performance fee, and is a management fee charged on top?
  6. Published framework. Does the curator publish a methodology, and does the vault's actual allocation match it?

A depositor who can answer those six questions understands their position. A depositor who cannot is relying on the advertised yield, which is the one number that carries no information about risk.