# Trade Process

1. 📈 Start Trading Perpetuals
2. Go to [https://myx.finance](https://myx.finance/) and connect your wallet.
3. Make sure the network is set to **BNB Chain**.
4. On the trading panel, select:
   1. A perpetual pair (e.g., **BTC/USD**)
   2. Leverage
   3. Position direction (**Long** or **Short**) and trade size.
5. Click **“Open Position”**, approve the transaction in your wallet, and confirm.
6. Go to the **“Positions”** tab to monitor your trade, PnL, and manage the position.

> ✅ All trades are executed using **PYTH Oracle prices**, meaning zero slippage and transparent execution.


---

# 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://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-bnb-chain/trade-process.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.
