# Liquidity risk measure (LRM)

In order to define the liquidity risk measure, the scoring methodology relies on the liquidity at risk (LaR) which corresponds to the liquidity of the pool in a stressed scenario and is illustrated in the following graph:

<figure><img src="/files/Pttov16T5xVm1Ie9VV9Q" alt="" width="563"><figcaption><p>Figure 1: Liquidity of the WBTC-WETH pool in SushiSwap and the associated LaR which corresponds to the 97.5th percentile.</p></figcaption></figure>

Moreover, the VaR equivalent Slippage (VeS) is the slippage resulting from a $10000 trade given the liquidity at risk. The VeS is also assigned to a liquidity risk category ranging from a scale of 1 (low risk) to 7 (high risk):

<table><thead><tr><th width="323" align="center">VeS</th><th width="200" align="center">LRM</th></tr></thead><tbody><tr><td align="center">&#x3C; 0.1%</td><td align="center">1</td></tr><tr><td align="center">≥ 0.1% and &#x3C; 0.5%</td><td align="center">2</td></tr><tr><td align="center">≥ 0.5% and &#x3C; 1%</td><td align="center">3</td></tr><tr><td align="center">≥ 1% and &#x3C; 2%</td><td align="center">4</td></tr><tr><td align="center">≥ 2% and &#x3C; 5%</td><td align="center">5</td></tr><tr><td align="center">≥ 5% and &#x3C; 10%</td><td align="center">6</td></tr><tr><td align="center">>10%</td><td align="center">7</td></tr></tbody></table>

*Table 3: Liquidity risk measure (LRM).*


---

# 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.securd.org/documentation/securd-models/lp-token-rating-model/liquidity-risk-measure-lrm.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.
