# Open & Close Positions

### How to Open a Position?

{% hint style="success" %}
In Lite Mode, all orders execute instantly at market price. In Pro Mode, you can set precise entry points and risk parameters.
{% endhint %}

You can open a position in two ways:

* From the **“Trade”** tab, or
* By opening any token in **“Insights”** and tapping **“Trade”**.

{% stepper %}
{% step %}

#### **Select Market**

Tap the asset name (e.g., BTC, APT, etc.) to open the market list, then choose your pair.
{% endstep %}

{% step %}

#### **Choose Direction**

Tap **“Long”** if you expect the price to rise, or **“Short”** if you expect it to fall.
{% endstep %}

{% step %}

#### Set Size & Leverage

Enter your order size (in USD or token units) and adjust your leverage.
{% endstep %}

{% step %}

#### Confirm Order

Tap **“Place Long Order”** or **“Place Short Order”**, then tap **“Confirm”**. Position will appear both on the token page and in the **“Home”** section.
{% endstep %}
{% endstepper %}

***

### How to Close a Position?

{% hint style="info" %}
When a position is closed, all active TP/SL orders linked to it are automatically canceled.
{% endhint %}

{% stepper %}
{% step %}

#### Select the Position

Tap the position you want to close to open its details.
{% endstep %}

{% step %}

#### Adjust or Set TP/SL <sup>Optional</sup>

You can add or edit Take-Profit (TP) and Stop-Loss (SL) at any time before closing.
{% endstep %}

{% step %}

#### Choose Close Method & Confirm Order

In Pro Mode, tap **“Close Position”** to close fully at market, or place a Limit Order with **“Reduce Only”** enabled to exit at a specific price.

In Lite Mode, tap **“Close Position”**, select the portion to close, and tap **“Confirm**.**”**
{% endstep %}
{% endstepper %}

***

### Reading the Active Position Panel

Your position panel shows all key metrics and available actions in one place.

<table data-view="cards" data-full-width="false"><thead><tr><th align="center">Field:</th><th>Description:</th></tr></thead><tbody><tr><td align="center"><strong>Entry Price</strong></td><td>The average price at which your position was opened.</td></tr><tr><td align="center"><strong>Mark Price</strong></td><td>The current reference price used to calculate PnL and liquidation.</td></tr><tr><td align="center"><strong>Liq. Price</strong></td><td>The estimated price level where liquidation will occur if margin runs out.</td></tr><tr><td align="center"><strong>Value</strong></td><td>The total notional size of your open position.</td></tr><tr><td align="center"><strong>Margin</strong></td><td>The collateral currently locked to maintain this trade.</td></tr><tr><td align="center"><strong>Funding</strong> / <strong>Rate</strong></td><td>Amount to pay or receive, and the current funding rate.</td></tr><tr><td align="center"><strong>Header</strong></td><td>Displays the asset and leverage (e.g. SOL, Long 10×) along with Unrealized PnL in value and %</td></tr><tr><td align="center"><strong>Actions</strong></td><td><strong>“Set TP</strong>/<strong>SL”</strong> to define Take-Profit or Stop-Loss. <strong>“Close”</strong> to exit instantly. <img src="/files/za57gCeEYghFkGtoDlg1" alt="" data-size="line"> to create a PnL Card.</td></tr></tbody></table>


---

# 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.onfomo.com/trading/open-and-close-positions.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.
