# Built for safety

- [7-part security framework](https://docs.noon.capital/built-for-safety/7-part-security-framework.md)
- [1. Custody you can trust](https://docs.noon.capital/built-for-safety/1.-custody-you-can-trust.md): Security begins at the custodial layer. Noon never keeps funds on exchanges or in unaudited wallets. Every deployed asset is secured, segregated, and verifiable on-chain.
- [2. Audited & secured infrastructure](https://docs.noon.capital/built-for-safety/2.-audited-and-secured-infrastructure.md)
- [Smart contract security](https://docs.noon.capital/built-for-safety/2.-audited-and-secured-infrastructure/smart-contract-security.md): This documentation outlines the security measures implemented in our smart contract system, focusing on access control, role management, and monitoring mechanisms.
- [Smart contract audits](https://docs.noon.capital/built-for-safety/2.-audited-and-secured-infrastructure/smart-contract-audits.md): This is a summary of our smart contract audits.
- [3. Radical transparency of reserves & returns](https://docs.noon.capital/built-for-safety/3.-radical-transparency-of-reserves-and-returns.md)
- [4. Layered insurance coverage](https://docs.noon.capital/built-for-safety/4.-layered-insurance-coverage.md)
- [5. Disciplined risk management](https://docs.noon.capital/built-for-safety/5.-disciplined-risk-management.md)
- [6. Diversified & audited yield sources](https://docs.noon.capital/built-for-safety/6.-diversified-and-audited-yield-sources.md)
- [7. Robust governance & operational integrity](https://docs.noon.capital/built-for-safety/7.-robust-governance-and-operational-integrity.md)


---

# 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://docs.noon.capital/built-for-safety.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.
