Summary: Euler is best understood not as a single lending market but as a modular lending kernel that splits shared account/collateral orchestration from per-vault risk policy. Its primary materials frame Euler v2 around ERC-4626 credit vaults built with the Euler Vault Kit (EVK) and connected through the Ethereum Vault Connector (EVC), which handles controller relationships, sub-accounts, batching, operators, and cross-vault collateral recognition. The reusable insight is that Euler tries to move lending innovation away from one protocol-wide risk engine and toward a shared coordination layer plus many vault-level policy surfaces.
What it does:
Provides ERC-4626-based credit vaults via the Euler Vault Kit, letting builders launch governed, ungoverned, escrowed-collateral, and yield-aggregator vaults
Uses the Ethereum Vault Connector as a common account-and-collateral layer so deposits in one vault can be recognized as collateral for liabilities in another
Supports operators, batching, simulations, flash-liquidity-style refinancing, and 256 virtual sub-accounts for isolated risk management
Lets vault creators choose governance, risk management, oracle policy, fee settings, liquidation logic, and asset support rather than inheriting one protocol-global market design
Extends the stack with modules like RewardStreams and FeeFlow, including reverse-Dutch-auction fee conversion and permissionless reward streaming
Key claims:
The lite paper says Euler v2 is a system of ERC-4626 vaults built with the EVK and chained together by the EVC, with different vault classes covering governed, ungoverned, collateral-only, and yield-aggregator use cases
The docs describe the EVC as the central coordination layer for vault interactions, exposing advanced features like operators, hooks, and sub-accounts rather than keeping those features buried inside one monolithic lending market
The EVC materials explicitly position the connector as a foundation for lending protocols, stablecoins, margin systems, yield aggregators, and other credit products, which makes Euler useful as a lending-infrastructure project rather than only a consumer app
The EVK README emphasizes that Euler vaults are passive lending pools rather than generic yield-chasing ERC-4626 vaults, which helps clarify that the protocol’s primitive is credit-vault construction, not vault marketing
The strongest mechanism insight is that Euler relocates practical authority into vault governance and controller design: who curates collateral, who sets vault parameters, which operators users trust, and how much of the account stack builders inherit from the EVC
Whitepaper: Canonical technical docs exist in the official lite paper plus separate EVC and EVK whitepaper materials; the most useful primary references in this pass were the lite paper, concepts docs, EVC site, EVC whitepaper markdown, and the public EVK / EVC repositories; see ../whitepapers/euler-primary-sources-2026-05-08.md.