> For the complete documentation index, see [llms.txt](https://docs.wowswap.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wowswap.io/howtoguide/opening-a-trade.md).

# 👍Opening a trade

## Setting up your wallet

Before you can trade, you will need one of the BNB Smart Chain, Avalanche, Polygon or any other WOWswap supported blockchain and connect the wallet. You will also need to have some supported tokens to trade with.

## Making a leveraged trade

1. Go to the exchange page [here](https://wowswap.io/swap).
2. Connect your wallet to one of the supported chains by clicking Connect to a Wallet (you can also Connect in the top right-hand corner).

![](https://lh3.googleusercontent.com/kYBqITBY_MuuBNvi1gBMbKGUdwFVI_VPUZrFT8z2y1GRt7-396VVtzjfgamfODUIJyq-bXz4JEqm2ZozxYSohbu8KyOPeIsSlxl5dBPBPMc5MIr2_V-ZJyASf3XOKPFqdTbM01Lo)

**3.** Select your **long** or **short** trade.

![](https://lh6.googleusercontent.com/o3Lvs2dBBqbs95BtajjJyDnaGHj0DNhQqProL1wd3poBsiH_a4RgJeJzVGEMXr49E86SC1eJTQNTe4PbdRnqriAJAtZG7wdWTyYjB01Tr4cdjx2ViCHkUaZcp8cl8ccid86aAsGL)

4\. Choose the token you want to trade from the dropdown menu in the "From" section.

![](https://lh3.googleusercontent.com/Fpc80iiB58751EFg15QxcPoH-eibzEEXVCYaz0v2hfJW2mfJdgrh2eiv0F9oB8CG75P45Pn5XyEIc-tAsW1c-tzbycvBLCEGweMlnWhQXSnfBZh28GzzYjYFnqUh5tpaTll_Z4Tw)

Whichever token you choose, you will need to make sure you have some to trade with. Your balance is shown above the token dropdown menu.&#x20;

5\. In the settings, when you click on the gear above the token selection field, you can select the slippage you want and the time for the transaction.

![](https://lh3.googleusercontent.com/GNz0_Cnil0pZPUt8zGo-ruhIdo8YEODgPM9TyjJvuW6MWOODtpJ9COVJu1e8ChnLBb6WiXWFXJjScinQ_XFjIQ6G4KBKWhvNmPPW5JPNhCVYVucq3MNr9YHUUY58U5IHxMEENhlH)

6\. Choose the token you want to trade to in the "To" section as above. Next, type an amount for your "From" currency by clicking inside the input box.

7\. Next, you can set the leverage you want by dragging the slider to the desired value. Your "To" currency amount will be estimated automatically.

![](https://lh6.googleusercontent.com/1WTHozjdHjd_5PDew83hLjZ5rs8qDH3M5nqRoMZKnQI-cPUAhm96MQdbKN8krbJdV_8eILGGDNmSf2lKJGjWVU-g7i77Uo1hvDdPmJlvnD3avroXlrT0gZBebspFnaR2Ln2_mGq7)

8\. Check the details, and click the **Long Buy** button.

![](https://lh3.googleusercontent.com/rNImt8eyOAKPa-sXl59H4IA1ULVnbAamH0hZpH3B99T5HbwhUIl292mGcsR2dSaGyEZRxse3L_ZxQ6QlG3XQl8CbVvuU_-3SNlXYgTOBeerVTmo5PoLnJy6y0r5qTu0as-m62Cpk)

A window with more details will appear. Check the details are correct.

![](https://lh5.googleusercontent.com/gg--uhL_2SmEdIkuL1wl-xUVJJEFYzQ_EbORD_l95Mu7int29B8wI_npL1pPlhD-lpuouBEYtyGqhp0MFCT9uyBZfMg98t3sstFcwZx5JjnmBZPSTsiv5m4BK9Og8pR3xSYSVKiJ)

9\. When you are ready, click the **Confirm Swap** button. Your wallet will ask you to confirm the action.

10\. Done! You can click **View on explorer** to see your transaction details on the explorer.

![](https://lh3.googleusercontent.com/s4xRo6zWW9To3Cvzxnge3N731dCONl0w0GghXgBHZ386leUAZtdE5DJ5_QKnhst8pVMWtc9wuxa8XmeEP_QBCCUVAAg8hpwh8chRYCgpJTayo_-mG3GFlamB4y-dQtkG8tou2Y6Y)

11\. Click on the "**Portfolio**" button in the header and track the deal.

![](https://lh5.googleusercontent.com/kMT2gAyOXRWxkhITWd7u4x-neMOyvYbwWXmvu109KE-E5ksJ9uOTORDFj1OR_oKZNJ1tah41Hykhkdv8kng37XK144xtYD1mI0FFymtgnjL-IA1fshWeaCxRAq9c0Y7R-G3lkdIe)

A deal on a short position works the same way.


---

# 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://docs.wowswap.io/howtoguide/opening-a-trade.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.
