# YEX Perps Specifications

YEX is deployed as a HIP‑3 DEX with index perpetuals quoted in the sandbox collateral USDYP.

### Deployment status

* **YEX DEX:** Deployed&#x20;
* **Volatility Index (VXX‑USDYP):** Deployed&#x20;
* **US 3M TBill Yield Index (US3M‑USDYP):** Deployed&#x20;
* **BTC Funding Rate Index (BTCSWP‑USDYP):** Deployed&#x20;

### Technical notes

* **Collateral token (USDYP):** Token ID `1576`\
  Contract: `0xb9c737ff4e40f3ab62deff08d54a6114`
* **Oracle updater:** `0x2a1285253678490B28e81988C41147651fB420C3`
* **Max leverage (tiered):**
  * position ≥ $0: **20×**
  * position ≥ $500,000: **5×**
  * position ≥ $5,000,000: **2×**

***

YEX perps are designed to make the inaccessible, tradable using perpetual mechanics.

* The market references an annualized rate or **index process** `r(t)`.
* PnL accrues via a **cumulative index** that integrates that rate over time.

A common form is

`I(t) = ∫ r(s) / 8760 ds`

where `8760` is hours/year (used to convert annualized rates into a continuously accruing stream).

Different markets define `r(t)` differently (funding, implied vol roll, Treasury yields), but the goal is consistent: **make time tradeable in an order book**.

***

### Risk note

Sandbox parameters and mechanics can change. Always validate live settings in the UI and onchain configuration before trading.


---

# 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.nunchi.trade/nunchi-yield-exchange-perps/yex-perps-specifications.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.
