> 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/security-governance-layer.md).

# Security governance layer

VaaS uses a security governance layer to reduce operational and key-person risk.

**The governance layer include:**

<table data-header-hidden><thead><tr><th width="216.046875">Control</th><th>Purpose</th></tr></thead><tbody><tr><td>3-of-5 Multisig</td><td>Prevents single-key compromise for sensitive governance actions.</td></tr><tr><td>Execution Timelock</td><td>Gives LPs and monitoring systems time to observe high-impact changes before they take effect.</td></tr><tr><td>NAV Signer Quorum</td><td>Requires multiple authorized parties to validate NAV updates.</td></tr><tr><td>Strategy Whitelisting</td><td>Restricts capital deployment to approved strategies and venues.</td></tr><tr><td>Emergency Pause</td><td>Allows deposits, withdrawals, allocation, or redemption to halt during extreme market or security events.</td></tr><tr><td>Role-Based Permissions</td><td>Assigns limited privileges to curators, strategy managers, signers, guardians, and operators.</td></tr></tbody></table>

These controls create a more professionally managed vault environment than an unrestricted contract or discretionary offchain account.


---

# 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/security-governance-layer.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.
