LogoLogo
  • Welcome
  • Getting Started
    • Quickstart
  • Use Cases
    • Multi Token LP
    • Single Pair Stable LP
    • LP Money Market
  • Technicals
    • Multi-Pool High-Level Architecture
    • Multi-Pool Details
      • Closure
      • Value Accounting
      • Vertex
        • Vault Proxy
        • Reserve
      • Risks
    • Single-Pool Architecture
    • Risk Assessment
  • Community
    • 🎪 Welcome to the Troupe
Powered by GitBook
On this page
Export as PDF
  1. Technicals
  2. Multi-Pool Details
  3. Vertex

Vault Proxy

A Vault proxy gives a uniform interface for Vertices to interact with vaults. Right now only ERC4626 vaults handled by vault proxies but we can foresee more complicated vault setups that do more to guarantee available liquidity for swaps.

A vault proxy secretly handles two vaults, one active vault and one backup vault. The backup is used to slowly transition from one vault to another in production without halting the protocol.

PreviousVertexNextReserve

Last updated 1 month ago