> For the complete documentation index, see [llms.txt](https://docs.paragon.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paragon.trade/trading/mark-price.md).

# Mark Price

Paragon follows Hyperliquid's robust price indices model for mark prices. The mark price combines multiple data sources into a median calculation to mitigate manipulation risk:

1. Current Oracle Price
2. Current Oracle Price adjusted by a 150s EMA of the deviation between Hyperliquid's midpoint and the oracle
3. Internal exchange data — median of best bid, best ask, and last trade (supplied by Hyperliquid)

Price updates from Paragon's oracle network are clamped to ±100 bps of the current value to mitigate significant price jumps. This applies to the mark price as well as the oracle price.

Mark price determines margin requirements, liquidation triggers, TP/SL execution, and unrealized PnL.

→ [Hyperliquid Robust Price Indices](https://hyperliquid.gitbook.io/hyperliquid-docs/trading/robust-price-indices)


---

# 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:

```
GET https://docs.paragon.trade/trading/mark-price.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.
