# How to Use Cetus Margin

This tutorial guides you how to use Cetus Margin to place margin trades. Please note that Cetus Margin is a different product from DeepBook Margin via the Cetus UI.&#x20;

#### **1. Select a market**

Enter the **Margin Trading** page (<https://app.cetus.zone/margin>) and choose the market you want to trade.

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

#### **2. Choose direction**

Select **Buy / Long** or **Sell / Short** based on your market view.

<figure><img src="/files/28zZI4c0w6FIn6fkPOWh" alt=""><figcaption></figcaption></figure>

#### **3. Deposit collateral**

Enter the amount you want to deposit.\
Collateral can be **either the base or quote asset** of the selected market.\
Minimum deposit: **≥ $5**.

<figure><img src="/files/9oO4vR024y8NEHyRV5qy" alt=""><figcaption></figcaption></figure>

#### **4. Set leverage**

Choose your leverage level (starting from **1.1×**).\
Each market has a different maximum leverage depending on current lending conditions.

<figure><img src="/files/5IVjeGGqVr9fiNRl0vVe" alt=""><figcaption></figcaption></figure>

#### **5. Review order parameters**

Your order info will be displayed below after you entered all the inputs. Info includes the key parameters like:&#x20;

* **Entry Price**
* **Estimated Liquidation Price**

Review these carefully to avoid mis-operation or unexpected execution results.

And remember set a reasonable **slippage tolerance** in case that market price experiences unexpected spikes during your order execution.

<figure><img src="/files/7fFioXBNul3JWmst4VK2" alt=""><figcaption></figcaption></figure>

#### **6. Submit the order**

Confirm all settings, submit the order, and approve the transaction in your wallet.

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

#### **7. Track your position**

Once executed, your **long/short position** will appear in the **Positions** section at the bottom of the page.

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

#### **8. Monitor position health**

Keep an eye on your **Current LTV** and **Liquidation LTV**.\
If the Liquidation LTV is reached, your position may be liquidated at any time.

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

#### **9. Manage risk if LTV rises**

If your LTV approaches the liquidation threshold, you can:

* Top up collateral
* Reduce leverage
* Partially repay debt

All actions are available under **Manage**.

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

#### **10. Additional position controls**

Under **Manage**, you can also:

* Increase or decrease position size
* Close the position
* Claim rewards (from lending protocols, if applicable)

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

#### **11. Share your position performance**

Cetus has also integrated the **Cetus Box** tools, allowing you to generate and share a PnL card for your margin position if you like.

<figure><img src="/files/0F9ZbW6YsQT5QyW2kPmc" alt=""><figcaption></figcaption></figure>


---

# 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://cetus-1.gitbook.io/cetus-docs/guides/how-to-use-cetus-margin.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.
