# Security & Risk

- [Risks](https://docs.ethstrat.xyz/security-and-risk/risks.md): Honest assessment of protocol-wide risks with mitigations — not boilerplate disclaimers.
- [Defense in Depth](https://docs.ethstrat.xyz/security-and-risk/defense-in-depth.md): How eight independent safety layers stack to protect every participant — from smart contract level to economic design.
- [Audits](https://docs.ethstrat.xyz/security-and-risk/audits.md): Security audits — what's been audited, by whom, and what's in progress.
- [Decentralization Scorecard](https://docs.ethstrat.xyz/security-and-risk/decentralization-scorecard.md): Self-assessment of ETH Strategy's decentralization status — what's strong, what's in progress, and what's honestly centralized today.


---

# 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.ethstrat.xyz/security-and-risk.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.
