> 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/configurable-vault-parameters.md).

# Configurable vault parameters

<table data-header-hidden><thead><tr><th width="204.78125">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>Accepted assets</td><td>The tokens or currencies accepted for deposit.</td></tr><tr><td>Supported networks</td><td>The chains where users can subscribe, hold, or redeem.</td></tr><tr><td>Minimum deposit</td><td>The smallest subscription size accepted by the vault.</td></tr><tr><td>Vault capacity</td><td>Maximum total deposits or assets under management.</td></tr><tr><td>Investor eligibility</td><td>KYC, AML, jurisdiction, accreditation, allowlist, or other access rules.</td></tr><tr><td>Management fee</td><td>Ongoing fee charged by the vault or strategy.</td></tr><tr><td>Performance fee</td><td>Fee based on positive performance, if applicable.</td></tr><tr><td>Strategy whitelist</td><td>Approved strategies, accounts, borrowers, or venues.</td></tr><tr><td>Allocation quotas</td><td>Maximum capital assigned to each strategy or venue.</td></tr><tr><td>Redemption window</td><td>Instant, daily, weekly, monthly, T+7, T+30, or custom epoch-based rules.</td></tr><tr><td>NAV cadence</td><td>Frequency of NAV updates and reporting.</td></tr><tr><td>Oracle quorum</td><td>Number and type of signers required for NAV publication.</td></tr><tr><td>Deviation threshold</td><td>Maximum permitted NAV change before manual review or pause.</td></tr><tr><td>Emergency controls</td><td>Conditions under which vault activity can be paused.</td></tr></tbody></table>


---

# 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/configurable-vault-parameters.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.
