> For the complete documentation index, see [llms.txt](https://atlantis-dex.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atlantis-dex.gitbook.io/whitepaper/integrations/perpetuals-and-leverage.md).

# Perpetuals & Leverage

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

Atlantis will integrate advanced trading instruments into the full-suite DeFi platform, such as perpetual contracts and leverage trading. These features allow users to engage in sophisticated trading strategies, maximize capital efficiency and manage risk effectively within a decentralized environment, eliminating the need for centralized entities and KYC procedures.

{% hint style="warning" %}
Leverage trading is risky and can result in significant losses as well as profits. It amplifies both gains and losses, and should only be undertaken by those who fully understand the risks involved. Use leverage responsibly and only with funds you can afford to lose.
{% endhint %}

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

Perpetual contracts enable users to speculate on asset price movements without physical ownership, offering a dynamic and flexible trading experience. Key characteristics of these contracts include:&#x20;

* **No Expiry Date:** Users can maintain positions as long as margin requirements are met.&#x20;
* **Funding Mechanism:** Ensures contract prices remain close to the spot price through periodic funding rate exchanges.
* **High Liquidity:** Minimizes price slippage and enables efficient execution of large trades ensuring seamless and profitable exchanges.&#x20;

<figure><img src="/files/36MQL8FISJ6f4pUzWrqg" alt=""><figcaption></figcaption></figure>

Leverage trading is a financial strategy that enables traders to increase their market exposure by borrowing additional funds. This method allows traders to control a larger investment with a relatively small amount of their own capital. By utilizing leverage, traders can amplify their positions and potentially achieve greater profits if the market moves in their favor.&#x20;

It is to be mentioned that leverage trading also comes with heightened risks. The amplified positions mean that losses can be equally significant, making it crucial for traders to employ effective risk management strategies. Understanding both the benefits and downsides of leverage is essential:

* **Amplified Exposure:** Positions larger than actual capital, magnifying gains and losses.&#x20;
* **Margin Requirements:** Users must deposit a portion of the trade value as margin, with additional funds potentially required to maintain positions.&#x20;
* **Risk Management Tools:** Advanced tools like stop-loss orders to mitigate potential losses and protect capital.


---

# 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://atlantis-dex.gitbook.io/whitepaper/integrations/perpetuals-and-leverage.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.
