> 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/vault-architecture/capital-flow.md).

# Capital Flow

The vault is the first point of control. Every downstream action depends on vault policy, strategy approval, and monitoring requirements.

```
    A["LP Deposit"] --> B["Secure Vault"]
    B --> C["Security Verification"]
    C --> D{"Policy Passed?"}
    D -- "No" --> E["Reject / Pause / Review"]
    D -- "Yes" --> F["Strategy Allocation"]
    F --> G["Whitelisted Strategy Manager"]
    G --> H["Approved Execution Venues"]
    H --> I["NAV + Proof Updates"]
    I --> J["Vault Reporting"]
```
