# Risk Philosophy

The protocol follows three fundamental principles:

1. **Accounting-first safety**\
   Execution may fail or stall; accounting must remain correct at all times.
2. **Failure isolation**\
   A plane (or strategy within a plane) can fail without affecting other planes or global solvency.
3. **Conservative valuation**\
   When validators cannot confirm a strategy’s state, its value is immediately discounted until validation resumes.

These principles ensure that the system can handle asynchronous cross-chain behaviour without compromising user guarantees.


---

# 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://multistake-1.gitbook.io/multistake-docs/documentation/oracle-architecture/risk-model/risk-philosophy.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.
