> 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/about-rwaperp/key-features.md).

# Key Features

Explore RWAPerp’s RWA markets, trading tools, custody model, and risk framework.

### 1. RWA price exposure

RWAPerp offers synthetic, price-tracking perpetual contracts on real-world assets.

Trade leveraged long or short exposure without owning or tokenizing the underlying assets. Oracle price feeds reference underlying markets. Defined off-hours rules support pricing when traditional markets are closed.

### 2. Deep liquidity

Professional market makers quote RWAPerp markets continuously. A high-performance matching engine keeps spreads tight and fills fast.

Orders move efficiently from placement to matching, filling, and onchain settlement. This reduces friction when entering or exiting positions.

### 3. Multi-chain access

Deposits and withdrawals support cross-chain access, with USDC used as collateral.

Support begins with X Layer. More networks will be added over time, so users are not limited to one network.

### 4. Self-custody

RWAPerp is non-custodial. Connect your own wallet and authenticate with cryptographic signatures.

Users sign orders, which contracts verify. Settlement occurs onchain. You never give fund custody to a centralized intermediary.

### 5. Complete perpetual trading toolkit

* **Leverage tiers and one-way positions** support flexible position sizing.
* **Cross and isolated margin** support different risk-management approaches.
* **Limit, market, reduce-only, and TP/SL orders** enable precise execution.
* **Mark, index, and last prices** provide a transparent price system.
* **Periodic funding fees** transfer between longs and shorts, with defined components, intervals, and caps.

### 6. Layered risk framework

Margin requirements and liquidation rules manage position risk. An insurance fund absorbs shortfall losses.

Auto-deleveraging (ADL) provides a final backstop. Together, these controls support system solvency during market stress.


---

# 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/about-rwaperp/key-features.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.
