> For the complete documentation index, see [llms.txt](https://docs.securd.org/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.securd.org/documentation/securd-models/lp-token-rating-model/examples.md).

# Examples

In order to illustrate the rating methodology, we consider three liquidity pools from Uniswap V2: • USDC-WETH; • DAI-USDC; • WBTC-WETH. The following results are obtain from the USDC-WETH pool:

| VeV (%) | MRM | VeS (%) | LRM |
| :-----: | :-: | :-----: | :-: |
|   66.2  |  6  |   0.04  |  1  |

*Table 4: USDC-WETH liquidity pool.*&#x20;

The MRM of the USDC-WETH pool is 6 (Highly speculative) as it is well known that crypto-assets are highly volatile which is reflected in the VeV. However, since it is one of the largest pool in terms of liquidity of Uniswap V2, the LRM is 1 as expected.&#x20;

| VeV (%) | MRM | VeS (%) | LRM |
| :-----: | :-: | :-----: | :-: |
|   1.8   |  1  |   0.09  |  1  |

*Table 5: DAI-USDC liquidity pool.*&#x20;

On the other hand, the MRM of the DAI-USDC pool is 1 (Prime quality) because stable-coins are less volatile than crypto-assets.

| VeV (%) | MRM | VeS (%) | LRM |
| :-----: | :-: | :-----: | :-: |
|  32.29  |  5  |   0.21  |  2  |

*Table 6: WBTC-WETH liquidity pool.*

Finally, the MRM of the WBTC-WETH pool is 5 (Speculative). The resulted MRM is better than the USDC-WETH pool thanks to the positive correlation between the WBTC and the WETH which reduces volatility and therefore risk.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.securd.org/documentation/securd-models/lp-token-rating-model/examples.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
