# Safety Price limits

CASH adds an extra safety rule to reduce price manipulation:

The **mark price is not allowed to move too far away from the most recent external oracle (spot) price**. The maximum gap is **± (1 / max leverage)**.

In an instance of a CASH market with **20× max leverage**, that means the mark is capped to stay within **±5%** of the last external oracle price — in **both** normal and off-hours sessions.


---

# 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.dreamcash.xyz/trading/safety-price-limits.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.
