> For the complete documentation index, see [llms.txt](https://learn.thetruetrade.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.thetruetrade.io/deposit-and-trade/web3-trading/how-to-trade-in-web3-mode.md).

# How-To-Trade in Web3 Mode

### **How to Trade in Web3 Mode on TTT**

**Step 1: Connect Your Wallet**

* Click on **"Web3"** mode on the TTT platform.
* Select **"Connect Wallet"** and choose your preferred EVM-compatible wallet (MetaMask, Trust Wallet, SafePal, etc.).
* Alternatively, **scan the WalletConnect QR code** to connect any supported wallet.
* Approve the connection request in your wallet.

**Step 2: Fund Your Wallet**

* Ensure you have at least **$10 USDT (BEP20)** in your wallet to start trading. No deposits are required
* Make sure your wallet has sufficient **$BNB** to pay for network gas fees

**Step 3: Set Up Your Trade**

1\. Choose your **trading pair** (e.g., BTC/USDT, ETH/USDT).\
2\. Select **Long** or **Short** based on your market prediction.\
3\. Choose **Market** or **Limit** order for execution.\
4\. Set your **leverage** (up to **1001x**) and enter your trade size.\
5\. Adjust **Take Profit (TP)** and **Stop Loss (SL)** for risk management.

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

**Step 4: Sign & Confirm the Trade**

* Click **"Trade"**, and a transaction request will appear in your wallet.
* Review the details and **confirm the transaction**.
* Your trade will be executed once the transaction is validated on the **BNB Chain**.

**Step 5: Manage Your Position & Orders**

* Track your open positions in the **Positions** tab.
* Modify **TP/SL** anytime (SL < 90%, TP < 500%).
* Close trades by clicking **"Close"** and signing the transaction.
* View **order details, status, and position history** in the **Orders** tab.
* Check all **open/closed transactions**, including **margin, size, PNL**, and more in the **History** tab.

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

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


---

# 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://learn.thetruetrade.io/deposit-and-trade/web3-trading/how-to-trade-in-web3-mode.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.
