# Validation & Testing

Every vault goes through a 4-phase process before public launch:<br>

1. Simulation & Backtesting:
   * Curators test $100K notional strategies over 30–365 day windows
   * Simulated across market conditions and adversarial scenarios
2. Benchmark Testing:
   * Compared vs passive LPs and competitors
   * Metrics: net APY, gas costs, execution efficiency
3. Scaling Deployment:
   * Gradual deployment at 25–100% of capacity
   * Each phase monitored for 7–14 days
4. Live Track & Final Launch:
   * Minimum $100K tracked over 30–60 days
   * Must outperform passive LPs without breach of constraints<br>

Only after these steps does a vault become publicly accessible.

<br>


---

# 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.nodo.xyz/public/nodo-vault-security-framework/validation-and-testing.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.
