# 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.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.burve.fi/technicals/omni-pool-details/vertex/vault-proxy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
