Overview
The RWA (Real World Assets) vertical provides access to tokenized stocks, commodities, and custom assets deployed as HIP-3 dexes on Hyperliquid. Each HIP-3 dex is an independent perp market deployed by a partner with their own set of listed assets.RWA markets are currently available on Hyperliquid only. They use the same order format as perps.
How HIP-3 Dexes Work
A HIP-3 dex is a custom perpetual futures exchange deployed on Hyperliquid L1. Each dex:- Has its own set of listed markets (e.g., AAPL, TSLA, GOLD)
- Uses oracle-based pricing for settlement
- Supports custom leverage, margin, and fee parameters
- Is managed by a deployer who can add assets, set oracles, and configure risk params
Step 1: Discover Available Dexes
Step 2: Browse Markets
List all RWA markets, optionally filtered by dex:Step 3: Get Market Data
RWA markets support the same data endpoints as perps:Step 4: Trade RWA Perps
Trading is identical to regular perps — the same order format and wallet signing:Step 5: Check Positions
For Dex Deployers: Admin Actions
If you are a HIP-3 dex deployer, the Provider API exposes admin endpoints for managing your dex:| Endpoint | Description |
|---|---|
POST /rwas/:provider/admin/register-asset | Register a new asset on your dex |
POST /rwas/:provider/admin/set-oracle | Set/update oracle configuration |
POST /rwas/:provider/admin/set-funding | Configure funding rate multipliers |
POST /rwas/:provider/admin/halt | Halt trading on the dex |
POST /rwas/:provider/admin/set-oi-caps | Set open interest caps |
POST /rwas/:provider/admin/set-fee-recipient | Change fee recipient address |
POST /rwas/:provider/admin/set-margin | Set margin table IDs |