> For the complete documentation index, see [llms.txt](https://docs.zkdx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkdx.io/litepaper/lp-risk-grading.md).

# LP Risk Grading

zkDX has implemented a risk grading system for traders and liquidity providers, empowering them to make informed decisions and manage their risks according to their risk preferences.

The risk grading system in zkDX is based on factors such as security, liquidity, and market stability associated with trading products. The system categorizes liquidity provision behaviors into three risk levels: Low, Medium, and High. These levels are represented by $ZKLP (Low Risk), ZKMLP (Medium Risk), and ZKHLP (High Risk) respectively. By disclosing the risk levels, zkDX enables liquidity providers to gain a better understanding of the risks associated with the products they engage in.

Using this risk grading, zkDX creates liquidity pools with different risk levels. Traders and liquidity providers have the flexibility to choose the specific trading product and pool that aligns with their risk preferences. This allows them to trade or provide liquidity for trading products with varying risk grades and enables them to earn returns that correspond to their risk exposure. These returns primarily come from different fee ratios and revenue allocations.

The risk grading system helps in isolating risks while also expanding the coverage of trading products to include more volatile assets. By marketizing the risk, the market is empowered to make choices, improving capital efficiency and enabling a more effective allocation of resources.


---

# 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.zkdx.io/litepaper/lp-risk-grading.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.
