> For the complete documentation index, see [llms.txt](https://rwaperp-1.gitbook.io/rwaperp-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rwaperp-1.gitbook.io/rwaperp-docs/perpetual-futures-and-rwa-instruments/rwa-pricing-and-trading-hours.md).

# RWA Pricing & Trading Hours

Roles, permissions, and how access flows from workspace to project.

Because real-world assets (such as equities) trade only during their native market hours, while perps run 24/7, off-hours pricing is handled explicitly:<br>

* Price source: the reference (index) price is aggregated from multiple oracle price feeds. Outlier protection is built in — a feed that strays too far from the consensus of the others is pulled back toward it, and a feed that stops updating is dropped from the calculation until it recovers.&#x20;
* Market open: the index price tracks live market data.
* Market closed (nights, weekends, holidays): the index price is frozen at the last close, and the system automatically widens the allowed deviation between mark price and index price to accommodate reduced liquidity and a wider basis.
* Gap risk: the underlying market can re-open far from where it closed. Positions held across a close may see sudden changes in unrealized PnL — and liquidation risk — at the next open, so size positions with this in mind.

<br>

This directly affects mark price, funding, and liquidation (see those sections).

<br>


---

# 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://rwaperp-1.gitbook.io/rwaperp-docs/perpetual-futures-and-rwa-instruments/rwa-pricing-and-trading-hours.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.
