# Central Bank Rate Validation

Before returning data, the returned central bank data is validated with the following checks:

* The `RateFeed` checks that **the returned central bank rate is at most as old as the \_stalenessThreshold.** Note: Even though central bank rates seldom change (on the order of a few times a year at most), oracles are still expected to update the rate to be newer than the `_stalenessThreshold`, even if they are updating to the same rates as served in the previous round. This staleness threshold is set by the `MCAG_MANAGER_ROLE`.
* Before data is accepted in a round, the `MCAGAggregator` checks that **the rate feed's answer is less than a preconfigured maximum value, and that the newly transmitted rate has not changed too drastically from the previous rate**. See the MCAGAggregator Volatility Check section for exact calculations on how this is done.


---

# 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.kuma.bond/kuma-protocol/developers/smart-contract-architecture/rate-feed/central-bank-rate-validation.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.
