# First Trade Walkthrough

To start trading on Storm Trade, you’ll need to open your first position. Here’s a step-by-step guide to help you do that using [@StormTradeBot](https://t.me/stormtradebot).

<div align="center"><img src="/files/XxwAxYThbr73hjeUf1J3" alt="Storm Trade Interface" width="600"></div>

***

## 🧭 Step-by-Step Guide

Go to [@StormTradeBot](https://t.me/stormtradebot) and click **`Start`**. Then press the **`Trade`** button to launch the Storm app.

1. 🔗 **`Connect your wallet`** and make sure it has enough funds:
   * It’s recommended to have at least **1 TON**;
   * Only \~**0.25 TON** is typically needed to cover network fees.
2. 📊 Go to the **`Trade`** tab to access the trading interface.
3. 🔍 Select a trading pair using the search bar or from the available list.

<div align="center"><img src="/files/Okzsc2QU4BWp9VH1Ie63" alt="Position Direction Selection" width="600"></div>

4. ↕️ Choose your position direction:
   * **`Long`** — if you expect the price to go up;
   * **`Short`** — if you expect it to go down.
5. ⚙️ Choose the **order type**:
   * By default, **`Market Order`** is selected — it opens your position at the current market price.
   * Learn more in the [Order Types](/trading-concepts/triggered_orders.md) section.
6. 💼 Select the asset you’ll use as **collateral** (**TON**, **USDT**, or **NOT**), and enter the desired amount.
7. 🎚️ Set the **`leverage`**:
   * Available leverage may vary depending on the trading pair;
   * Storm Trade offers leverage from **1x** (lower risk, moderate profit) to **500x** (higher risk, higher reward).
8. 🛡️ Set protective orders:
   * **`Stop Loss`** — automatically closes your position if the loss limit is reached;
   * **`Take Profit`** — closes the position at your desired profit level.
9. 🏆 Check your **Reward Points**:
   * Earned rewards will be distributed as a drop in **STORM** tokens;
   * Holders of [Market Makers NFT](https://getgems.io/market-makers) can boost reward farming up to **2x** by holding **1 to 5 NFTs** in their wallet.
10. 🧾 Check the fee:
    * If you joined via a **referral link**, your fee will be reduced based on your inviter’s discount tier.
11. ✅ **`Confirm the transaction`** in your wallet. Once confirmed, your position details will appear on the chart, including entry price, liquidation level, and set orders.

***

## 💸 Fees

❗ When opening a position, up to **\~0.25 TON** will be deducted to cover the network fee. Around **0.17 TON** is refunded back to your balance.

🔹 **Storm Trade Trading Fees:**

* **USDT pairs** — from **0.06%** to **0.12%**
* **TON/NOT pairs** — from **0.12%** to **0.2%**

🟢 These are among the **lowest trading fees** in DeFi.

***

## ✅ Closing a Position

✊ If a **Stop Loss** or **Take Profit** order is triggered, the position is closed **automatically** — no additional network fee is charged.

✍️ To close a position manually:

* Click **Close Position**;
* Confirm the transaction;
* Your funds (including any profit or loss) will be returned to your balance.

***

## 📌 Ready for Your First Trade?

🏄 *Join Storm and start trading on your terms!*


---

# 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://docs.storm.tg/getting-started/first_trade.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.
