# Open/Close a Trade

{% hint style="info" %}
**Skip Down to** [**Close a Trade**](#how-to-close-a-trade)
{% endhint %}

## How to Open a Trade

### 1)  Go to the Lynx application

Enter the [Lynx application](https://app.lynx.finance/leverage?chainId=250\&sa=usdc\&pairId=1) and connect your wallet by clicking the "Connect Wallet" button on the top right corner.

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

### ​**2) Select the instrument you’d like to trade**&#x20;

Click the dropdown menu for traded instruments and select the instrument you'd like exposure to. For this tutorial, we will choose the BTC/USD pair.

<figure><img src="/files/7GfARwyPRALUteKMsoxQ" alt=""><figcaption></figcaption></figure>

### 3) Select your Direction  <a href="#id-3-select-either-long-or-short-by-clicking-on-the-buy-long-or-the-sell-short-buttons.-for-this-tutori" id="id-3-select-either-long-or-short-by-clicking-on-the-buy-long-or-the-sell-short-buttons.-for-this-tutori"></a>

Choose to go "Long" or "Short". For this tutorial, we will open a long position.

<figure><img src="/files/1V6GvEpaoaxIhUiQA1bX" alt=""><figcaption></figcaption></figure>

### 4) Select your collateral asset <a href="#id-4-enter-the-amount-of-tokens-you-want-to-deposit-as-collateral-for-your-position.-note-this-is-denom" id="id-4-enter-the-amount-of-tokens-you-want-to-deposit-as-collateral-for-your-position.-note-this-is-denom"></a>

Click the collateral dropdown menu and select the asset you want to use as collateral. In this example, we will choose SPIRIT.

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

### 4. Enter the amount of collateral  <a href="#id-4-enter-the-amount-of-tokens-you-want-to-deposit-as-collateral-for-your-position.-note-this-is-denom" id="id-4-enter-the-amount-of-tokens-you-want-to-deposit-as-collateral-for-your-position.-note-this-is-denom"></a>

Enter how much collateral you want to use for your position. This is denominated in token units, not $USD. In this example, I will use 1000 $SPIRIT tokens as collateral.

{% hint style="warning" %}
Note: If the app shows you have 0 Available Balance, you must first deposit funds into your trading account. See [Deposit/Withdraw to Lynx Account](/lynx-finance/for-users/tutorials/deposit-withdraw-to-lynx-account.md).
{% endhint %}

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

### 5) Configure leverage, stop loss, and take profit parameters <a href="#id-5-select-the-amount-of-leverage-you-want-to-use-and-if-youd-like-to-set-a-stop-loss-or-take-profit" id="id-5-select-the-amount-of-leverage-you-want-to-use-and-if-youd-like-to-set-a-stop-loss-or-take-profit"></a>

Select the amount of leverage you want to use and if you'd like to set a stop loss or take profit. If you don't set a stop loss or take profit, the default values will be assigned.

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

### 6) Submit your trade <a href="#id-5-select-the-amount-of-leverage-you-want-to-use-and-if-youd-like-to-set-a-stop-loss-or-take-profit" id="id-5-select-the-amount-of-leverage-you-want-to-use-and-if-youd-like-to-set-a-stop-loss-or-take-profit"></a>

Click 'Place Order' to submit your trade. Follow the prompts in your wallet.

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

## How to Close a Trade

### 1) Select 'Close' next to the position <a href="#id-8-under-the-positions-tab-find-the-position-that-youd-like-to-close-and-click-the-x-button" id="id-8-under-the-positions-tab-find-the-position-that-youd-like-to-close-and-click-the-x-button"></a>

Click the 'Close' button next to the position you want to close. Follow the prompts in your wallet.

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

​


---

# 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://lynx-finance.gitbook.io/lynx-finance/for-users/tutorials/open-close-a-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.
