# Risk Parameters & Stats

## Stats Page

The Stats page, found under More in the top navigation bar, details every piece of information relevant to the transparent operation of WCM, including risk parameters and statistics about the exchange.

<figure><img src="/files/S1xfXnHQtv1IwIduLIaC" alt=""><figcaption></figcaption></figure>

## Risk Parameters

The two most important risk parameters are Risk Price and Risk Slippage. You can see these in a table towards the bottom of the page. Risk Price is an asset volatility factor. Risk Slippage is an asset local liquidity factor.

<figure><img src="/files/xhiPySSF3lFvZlojScXP" alt=""><figcaption></figcaption></figure>

These two values are summed (Risk Price + Risk Slippage) to get the "Asset Risk" value on Margin Calculation tab, which then enters into the Available Margin calculation.

<figure><img src="/files/SFTtp1LJH6yraUuWXDBJ" alt=""><figcaption></figcaption></figure>

The risk parameters are reviewed quarterly and set to be conservative, slow moving parameters. The intention is that these parameters should be set to manage market conditions far outside of what has been observed historically.

The exact calculation for determining these parameters will be published.

## Exchange Stats

Some things include:

* Fees, including max fees.
* Minimum order quantities. Order sizes are rounded to the minimum quantity.
* The bid/ask spread and number of orders for all markets.
* Risk parameters for each token.
* Addresses and other token specific details.

The page looks like this.

<figure><img src="/files/z6jfa0Vthsptc3QGDDBD" alt=""><figcaption></figcaption></figure>

## Uptime

You can see the uptime and network connectivity on the UI, in the lower left hand corner, when you hover your cursor over "Blockchain Operational."

<figure><img src="/files/Fd9OODrcfnHhU4OYxfxV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AFzpx43MJmMLcfcaAUGW" alt=""><figcaption></figcaption></figure>

You can find MegaETH's uptime page [here](https://uptime.megaeth.com/).

<figure><img src="/files/w5A7cW3zqZT5euwNZfLV" alt=""><figcaption></figcaption></figure>


---

# 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.world.inc/essentials/risk-parameters-and-stats.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.
