# Security & Audits

City Protocol's neofinance infrastructure is built with security as its foundational pillar. All smart contracts undergo rigorous testing and independent audits by leading security firms.

The architecture inherently limits risk through:

**Separation of Duties:** The curator cannot arbitrarily change strategy behavior. Their actions are bounded by the vault's configuration, permissions, and limits.

**Independent Valuation:** Net Asset Value (NAV) computation is handled by a third-party service independent from the manager, ensuring objective, tamper-proof valuation mirroring regulated fund administration standards.

**Multi-Party Approval:** Operations are secured via Multi-Party Computation (MPC) or Safe multisig wallets. No single person holds a complete private key. Every execution requires coordinated multi-party approval.

**Immutable Reporting:** Every deposit, withdrawal, NAV update, and fee event is immutably recorded on-chain and exportable, designed to match the regulatory requirements of each operator's jurisdiction.


---

# 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/security-audits-tokenomics/security-and-audits.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.
