# USDT-M Perpetual Contracts (Web)

**Step 1: Transfer Funds**

Before trading, ensure your contract account has sufficient balance.

* Go to **\[Assets] → \[Trading Account]** to check your USDT balance.
* If funds are in another account, click **\[Transfer]** to move them to your Trading Account.
* Select the direction of transfer (Funding → Trading), enter the amount, and confirm.

**Step 2: Select Position Mode**

YUBIT offers two position modes:

* **Merged Mode**: Combines all long positions into one and all short positions into one.
* **Independent Mode**: Keeps each position separate, even if they are in the same direction for the same contract.

Select your preferred mode from the top-right corner of the trading screen before placing orders.

**Step 3: Open a Position**

You can open a **long** (buy) or **short** (sell) position depending on your market outlook.

👉 Example (Open Long with Market Order):\
Go to **\[Trade] → \[Open] tab → Select \[Market Order] → Enter Quantity → \[Buy/Open Long]**.

**Order Types**

* **Market Order**: Executes immediately at the latest market price.
* **Limit Order**: Set your price; the system will execute when the market reaches the better price.
* **Conditional Order**: Set a trigger price + order price. The order is placed only when the trigger price is reached.

**Step 4: Close a Position**

Closing a position locks in profits or prevents further losses.

👉 Example (Close Long with Market Order):\
Go to **\[Trade] → \[Close] tab → Select \[Market Order] → Enter Quantity → \[Sell/Close Long]**.

You can also:

* Click **\[Close]** directly on your position, or
* Use **\[Close All]** for one-click market closure at market price.

**Step 5: View Order History**

After closing a position, you can view trade details such as:

* Order type
* Execution price
* Volume
* Direction
* PnL (Profit and Loss)
* Fees
* Leverage

👉 Path: **Web → Trade → USDT Contracts → History → Orders**


---

# 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://yubit.gitbook.io/yubit/derivatives-trading/usdt-m-perpetual-contracts-web.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.
