> 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/nav-driven-accounting.md).

# NAV-driven accounting

VaaS uses NAV-driven accounting to keep vault shares aligned with the value of underlying assets.

The simplified share price formula is:

```
Vault share price = total vault NAV / total shares outstanding
```

For liquid onchain strategies, total vault NAV may be calculated from onchain positions and pricing feeds. For RWA-backed products or offchain strategies, NAV may depend on external administrator reports, reserve data, collateral values, and third-party verification.

**The NAV process generally includes:**

1\. asset and position data collection;

2\. reserve or collateral verification;

3\. fee accrual;

4\. liability adjustment;

5\. deviation check;

6\. signer review or oracle quorum;

7\. onchain NAV publication;

8\. reporting and dashboard update.

NAV updates should be frequent enough for the vault's liquidity profile. Liquid vaults may update more often. Private credit or structured yield vaults may update on a daily, weekly, or scheduled basis depending on available data and redemption terms.


---

# 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/nav-driven-accounting.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.
