# Vault Types

City Protocol supports multiple vault product lines that reflect different risk profiles and use cases:

{% tabs %}
{% tab title="Core Strategy Vaults" %} <mark style="color:$primary;">**Core Strategy Vaults**</mark>

Isolated, programmable vaults that encode a complete on-chain strategy together with its execution, risk limits, and withdrawal logic.
{% endtab %}

{% tab title="MultiVaults " %} <mark style="color:$primary;">**MultiVaults**</mark>

Aggregates multiple isolated sub-vaults into a single top-level vault, allowing curators to rebalance liquidity across protocols.
{% endtab %}

{% tab title="Yield-Bearing Stable Vaults" %} <mark style="color:$primary;">**Yield-Bearing Stable Vaults**</mark>

Low-risk vaults focused purely on capturing the risk-free rate of DeFi through lending markets and over-collateralized stablecoin strategies.
{% endtab %}
{% endtabs %}


---

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