# Risk Indicators

The platform will calculate the risk indicator based on real-time HashToken price and offering price and period according to the formula:

$$R=(T/52*PHPH​-0.7*T/52\*P)$$

1. PH​ is the real-time price of HashToken, calculated from the above hash value formula, or you can use real-time data from the secondary market to calculate.
2. P is the HashToken issuance consideration, T is the number of remaining terms (in weeks)
3. The initial value of risk indicator R is 0.246, the warning threshold is 0.4, and the risk indicator is always positive.


---

# 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://merlinprotocol.gitbook.io/merlin-protocol-old/risk-control/risk-indicators.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.
