> For the complete documentation index, see [llms.txt](https://docs.orda.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orda.network/solvers/vaults.md).

# Vaults

**Vaults** are the credit layer for corridor liquidity. Vaults separate capital supply from execution so liquidity providers deposit once, and solvers borrow only when needed. This eliminates the inefficiencies of fragmented pre-funding, concentrates liquidity into a shared venue, and drives spreads toward interbank levels.

### **Direct stakeholders**

* **Liquidity Providers (LPs):** Single-sided currency deposits. One vault, one yield.
* **Solvers:** Borrow liquidity as needed. No balance sheet drag.

#### **Extended network**

* **OTC Desks & Brokers:** On-demand corridor liquidity. No idle float.
* **Neo-banks & Brokers:** Multi-currency access. Interbank-level pricing.
* **Issuers & Stablecoin Ecosystems:** Supply growth. Plug into all corridors.
* **Payment Supply Chain (PSPs, processors, acquirers):** Spread compression. Earnable product.

### Get involved

We’re working with early partners to open new corridors, expand liquidity and prove the model at scale. Reach out to <hunter@orda.network> with any questions or inquiries.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.orda.network/solvers/vaults.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.
