> For the complete documentation index, see [llms.txt](https://whitepaper.nomoex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.nomoex.com/our-product/nomodex.md).

# NomoDEX

#### “Crypto perpetual futures are financial derivatives traded on cryptocurrency exchanges”

The crypto-derivatives market has surpassed the crypto spot market in trading volume, driven by continuous expansion and the introduction of new products. While crypto derivatives introduce novel tradable assets, they share several characteristics with traditional derivatives. These derivatives, considered secondary contracts or financial instruments, derive their value from a primary underlying asset, such as Bitcoin.

### Perpetual Futures with DEX

NomoDEX represents a sophisticated feature created by Nomoex, providing traders with a state-of-the-art experience in decentralised perpetual futures trading. Cryptocurrency perpetual futures are financial instruments traded on digital asset exchanges, enabling traders to forecast the future prices of cryptocurrencies without a predefined expiration date.

### Leverage Mechanisms

Leveraged trading allows traders to amplify their positions by borrowing funds to increase their buying power. While leverage can amplify profits, it also introduces additional risks. NomoDEX addresses this challenge by offering a range of leverage mechanisms tailored to meet the diverse needs of traders.

### Risk Management

#### Partial Liquidation:

The margin ratio serves as a gauge for assessing the risk associated with users' assets. Liquidation is triggered when the margin ratio falls at or below 0%. It is advised that you pay close attention to margin ratio changes, to avoid your positions from liquidation.

#### Insurance Funds and Clawback Mechanism:

Insurance funds are established to mitigate losses incurred from forced liquidation. In a volatile market, users' positions may face liquidation. If orders cannot be executed at the takeover price, resulting in substantial losses exceeding the capacity of insurance funds, the platform will enact the "clawback" mechanism. Under this mechanism, profitable accounts in the current period compensate for the excess losses from liquidation based on their profit ratios.

{% content-ref url="/pages/Q9OQU8rDtH9Jf6gIUoSm" %}
[Overview of perpetual futures](/our-product/nomodex/overview-of-perpetual-futures.md)
{% endcontent-ref %}

{% content-ref url="/pages/yFSI5hWsETscoQobnOAE" %}
[USDT margined perpetual contract](/our-product/nomodex/usdt-margined-perpetual-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/a65xF5Nt19WMm71QXvBk" %}
[Functions](/our-product/nomodex/functions.md)
{% endcontent-ref %}


---

# 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://whitepaper.nomoex.com/our-product/nomodex.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.
