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

# Understanding the Risks

As with any DeFi protocol, investing in Liquidex carries risk. We believe in **full transparency** — here is a clear picture of the risks and how the protocol works to mitigate them.

***

## Compliance risk

* Tokenized stock assets are **permissioned** and **restricted to non-US users**
* Issued by **Robinhood Assets (Jersey) Ltd** — subject to their terms & availability
* You are responsible for ensuring you are **eligible** to hold these assets in your jurisdiction

{% hint style="warning" %}
The DeFi layer is permissionless, but the **underlying tokenized assets** carry these restrictions.
{% endhint %}

***

## Market & execution risk

Fast block times (\~100ms) can create opportunities for **Maximal Extractable Value (MEV)** and slippage. The protocol mitigates these with:

| Mitigation               | Detail                                   |
| ------------------------ | ---------------------------------------- |
| **Strict slippage caps** | Enforced on all rebalancing transactions |
| **Default maximum**      | **2% slippage** limit                    |

{% hint style="info" %}
These safeguards protect your capital from adverse price movements during execution.
{% endhint %}

***

## Oracle risk

The protocol relies on **Chainlink oracle heartbeats** for asset pricing:

| Parameter                 | Detail                                                     |
| ------------------------- | ---------------------------------------------------------- |
| **Update cadence**        | Roughly every **24 hours** or upon **0.5% deviation**      |
| **Staleness guard**       | Strict staleness thresholds prevent use of outdated prices |
| **During unusual events** | Feeds may pause and report their **last good value**       |

{% hint style="warning" %}
The protocol enforces strict thresholds so **outdated prices are never used** for critical operations.
{% endhint %}

***

## A final note

Please **do your own research** and only invest what you can afford to lose. DeFi protocols, tokenized assets, and digital assets involve **substantial risk**.

{% hint style="danger" %}
Liquidex is provided on an **"as is"** basis. This documentation is for **informational purposes only** and does **not** constitute financial advice.
{% endhint %}


---

# 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.liquidex.sh/risk/understanding-the-risks.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.
