# Contract Specs and Margining

Hyperliquid has one main style of margining for perpetual contracts: USDC margined, USDT denominated linear contracts. That is, the oracle price is denominated in USDT terms, but the collateral is USDC. Note that no conversions with the USDC/USDT exchange rate are applied, so these contracts are technically quanto contracts where USDT PNL is denominated in USDC.

HyENA will have a similar contracts and style of margining, only with margin collateral in USDe rather than USDC. The oracle price is still denominated in USDT, but the collateral is USDe, also with no USDE/USDT conversion applied.<br>


---

# 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.hyena.trade/trading/contract-specs-and-margining.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.
