> For the complete documentation index, see [llms.txt](https://cyberdex.gitbook.io/exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cyberdex.gitbook.io/exchange/using-cyberdex/trading/perpetual-swaps.md).

# Perpetual Swaps

Perpetual swaps (also known as perpetual futures) are the derivative contracts that allow traders to speculate on the price of the underlying asset (example: ETH, BTC) without an expiration date, as opposed to the more traditional dated futures contracts.

Explore more information on Perpetual Swaps trading with CyberDEX.

<figure><img src="/files/wdEYNj7HNDqeRol0cnzn" alt=""><figcaption></figcaption></figure>

### Perpetual Swaps on CyberDEX

The margin on CyberDEX Perpetual Swaps contracts is always settled in sUSD. The price of sUSD is pegged 1 to 1 to $USD when using it to settle transactions, regardless of any 3rd party pricing.

#### The basics

* Perpetual swaps allow traders to speculate and capture profits on both upside and downside moves without owning the underlying asset.&#x20;
* Perpetual swaps enable the use of leverage. This is a powerful tool that can yield bigger returns with less fees than that of the spot market. Although, the leverage involves a huge risk, and therefore, a robust risk management and a concise strategy must be employed when trading assets.
* The use of product: Perpetual swaps are by no means the beginner choice in regards to the many instruments there are to trade crypto, therefore, the prior research and familiarity with this instrument is highly advised.

Trading Swaps are simultaneously highly lucrative and highly risky, potentially leading to significant drawdowns, therefore we highly suggest doing research and study in the mechanics of the underlying market and its participants, etc.&#x20;


---

# 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://cyberdex.gitbook.io/exchange/using-cyberdex/trading/perpetual-swaps.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.
