Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Institutional vaults on Euler

On Euler, an institutional vault is an EVK lending vault or EulerEarn vault tailored to an institution's assets, participants, risk framework, and operating requirements.

What Euler provides

NeedEuler componentWhat it does
Lending or credit marketEuler Vault KitConfigures the asset, accepted collateral, LTVs, oracle, interest-rate model, caps, liquidations, fees, and governance.
Managed yield productEulerEarnHolds one asset and allocates it across approved ERC-4626 strategies using caps, supply queues, and withdrawal queues.
Participant restrictionsEVK hooksAllow or reject selected EVK operations using an onchain allowlist, credential registry, or other policy contract.
Administrative controlsEVK governance and EulerEarn rolesSeparate responsibilities, add delays, and define emergency permissions.
Application integrationSDK, EVC, and ERC-4626 interfacesSupport deposits, withdrawals, borrowing, repayment, batched transactions, and position data.

Common structures

  • Permissioned lending market: approved lenders supply an asset and approved borrowers borrow against configured collateral.
  • Institutional yield vault: an EulerEarn vault allocates treasury or client assets across a defined set of strategies.
  • RWA-backed market: tokenized assets are used as the supplied asset or collateral, with oracle, liquidity, redemption, and transfer assumptions reflected in the market configuration.
  • Governed public market: participation is open, while an institution manages caps, collateral, rates, and emergency controls under a published mandate.

How to build one

  1. Choose EVK for a lending market or EulerEarn for a managed allocation product.
  2. Define the underlying asset, permitted participants, liquidity requirements, and operating roles.
  3. Configure collateral, LTVs, oracle routes, interest rates, and caps for EVK, or strategies, caps, and queues for EulerEarn.
  4. Add hooks only where an operation needs an onchain access or policy check.
  5. Assign governance, timelock, allocator, guardian, and emergency permissions as required by the product.
  6. Integrate deposits, withdrawals, reporting, and transaction review, then test normal, restricted, and emergency flows.

Euler enforces the configured onchain rules. Identity verification, legal eligibility, custody, asset issuance and redemption, and regulatory reporting remain external processes operated by the institution and its providers.

Read next