# Perpetuals

Perpetual futures on the Nexus Exchange will be fully onchain, high-performance derivative markets built directly into the Nexus Layer 1.

Perpetual futures are derivative contracts that track the price of an underlying asset without requiring ownership of the asset itself. Traders gain continuous exposure by posting collateral, opening a leveraged position, and paying or receiving funding depending on market conditions.

These markets allow traders to take leveraged long or short positions on supported assets without expirations, while benefiting from deterministic execution, transparent accounting, and cryptographic verifiability at every step.

Unlike traditional perpetual DEXs that simulate a decentralized exchange on top of a general-purpose VM, Nexus will integrate financial primitives *natively at the protocol layer*. Matching, liquidation, margining, and funding rate calculations will run inside **NexusCore**, a high-throughput co-processor suite designed specifically for Internet-scale markets.

{% content-ref url="/pages/AqqDLK8Gl5hB6ZNg2TvI" %}
[Margining](/trading/perpetuals/margining.md)
{% endcontent-ref %}

{% content-ref url="/pages/MokYJMKkzmORVVniaOVs" %}
[Order Types](/trading/perpetuals/order-types.md)
{% endcontent-ref %}

{% content-ref url="/pages/FnKhTNy5gwyA9ep4Tqgh" %}
[Positions](/trading/perpetuals/positions.md)
{% endcontent-ref %}

{% content-ref url="/pages/nbLZpftIwaAWi7eYhlRs" %}
[Funding Rates](/trading/perpetuals/funding-rates.md)
{% endcontent-ref %}

{% content-ref url="/pages/FZI7z9JeuwLx4eakuziz" %}
[Liquidations](/trading/perpetuals/liquidations.md)
{% endcontent-ref %}

{% content-ref url="/pages/H42fMbtNl9hxSobreJA6" %}
[Price Oracles](/trading/perpetuals/price-oracles.md)
{% endcontent-ref %}


---

# 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.nexus.xyz/trading/perpetuals.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.
