# Backtesting and Calibration

The methodology is designed to be **empirical and adaptive**.

* Initial thresholds and weights are **calibrated using historical protocols and known incidents**.
* We monitor:
  * How AAA/AA/A protocols perform vs. BB/CCC when stress events or exploits occur
  * **Incidents per 10 protocols per rating band** (or similar normalized metrics)
* We periodically adjust the framework to better align with **real-world outcomes**.

We commit to publishing **annual calibration reports** summarizing:

* Rating distributions and changes over time
* Observed incidents and losses by rating band
* Methodology adjustments and their rationale


---

# 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.stakingrewards.com/defi-ratings/rating-methodology/backtesting-and-calibration.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.
