> For the complete documentation index, see [llms.txt](https://city-protocol.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://city-protocol.gitbook.io/docs/vault-as-a-service/vault-types-supported.md).

# Vault types supported

VaaS can support several vault categories.

***

### RWA-backed lending vaults

RWA-backed lending vaults route capital to loans or receivables backed by real-world or digital-asset collateral.

These vaults require collateral monitoring, borrower reporting, reserve verification, liquidation policies, and redemption scheduling. They are suitable for private credit, secured lending, invoice finance, or structured credit products.

***

### Market-neutral strategy vaults

Market-neutral vaults allocate capital to strategies designed to reduce directional exposure while capturing trading inefficiencies, funding spreads, liquidity premiums, or statistical arbitrage opportunities.

These vaults require approved exchange lists, position monitoring, leverage limits, drawdown controls, and frequent NAV reporting.

***

### Treasury and cash-management vaults

Treasury-style vaults allocate capital to low-duration, high-liquidity instruments or cash-equivalent strategies.

These vaults require reserve verification, clear asset eligibility rules, conservative duration limits, and fast redemption design.

***

### DeFi yield vaults

DeFi yield vaults allocate capital across approved lending markets, liquidity venues, restaking strategies, or structured DeFi positions.

These vaults require smart contract risk monitoring, protocol whitelisting, oracle checks, and strategy exposure reporting.


---

# 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://city-protocol.gitbook.io/docs/vault-as-a-service/vault-types-supported.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.
