# Start Trading

With your account funded, you're all set to trade on Helix—delivering a decentralized exchange experience that rivals the speed and cost efficiency of leading centralized exchanges.

### Example: Your First Trade

Let's follow an example whereby you might want to open a $100 BTC PERP long position, and close an existing INJ PERP long position.

First, navigate to the correct trading pair by selecting "Trade" in the top navigation bar and using the markets dropdown visible by clicking the current trading pair.

<figure><img src="/files/LRWMLNLhWqde6qWpWqGC" alt="" width="353"><figcaption></figcaption></figure>

Now that we are on BTC PERP, we can set order parameters for a limit order, which is highly suggested over a market order.

You can either type a limit price in the box, or click a price on the orderbook, and let Helix automatically populate the price box for you. You can also click "mid" in the limit price box, and Helix will automatically calculate and populate the mid-price in the limit price box.

<figure><img src="/files/RqxtNvBbzC0UfqtbwAF5" alt="" width="294"><figcaption></figcaption></figure>

Then, choose an amount (in either USDT or the selected asset, using the dropdown to the right of the asset) and leverage by sliding the blue diamond or typing the desired leverage in the input box to the right of the slider.

<figure><img src="/files/k0nJ30PKfZX1htFK551T" alt="" width="290"><figcaption></figcaption></figure>

Click "Buy / Long" to open the position. If Auto-Sign is not enabled, sign the transaction when prompted by your connected wallet.

<figure><img src="/files/IlE8z2gnDWiKaJoQpsJf" alt="" width="293"><figcaption></figcaption></figure>

The position will now appear in your open positions section right below the price chart. Let's say you wish to close a position, in this case let's close an INJ PERP long position.

<figure><img src="/files/sBCeq2Pf6Ygbm9RtyyPd" alt="" width="313"><figcaption></figcaption></figure>

To close the position, click the red trash bin logo next to the market ticker and confirm the transaction pop up.

### Explore

Take time to get familiar with the platform and supported trading features. To learn more about trading and what Helix has to offer, check out [Trading](/trading.md) and [Trading Bots](/trading-bots.md).


---

# 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.helixapp.com/getting-started/start-trading.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.
