# Trading Tutorial

### Step-by-Step Trade Execution

1. Go to the trade page: Navigate to the Trade section in IVX.
2. Select trading asset: Choose an asset like $BERA, $ETH or $BTC.

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

3\. Set Leverage & Amount

* Choose your leverage level
* Pick a trade direction: Long / Short
* Enter the trade amount manually or use a percentage reference
* A live quote will be shown for execution

4. &#x20;Choose Order Type

* Market Order: Executes immediately at the current market price but may experience slippage
* Limit Order: Executes only when the market reaches your chosen price

\
The order remains active until filled or canceled manually

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

5. Execute Trade&#x20;

Click the Execute button to confirm your trade, the solver network will pick up the trade and it will be executed on your behalf

6. Confirm in Wallet

Approve the transaction in your Web3 wallet (requires $BERA for gas fees).

7. Trade Live

Your trade is now active and will reflect in your portfolio.

During this period, the position will appear in the pending tab, and only once executed by the solver network your position will fall under "Positions" tab

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

### Monitoring and Managing Open Positions

Once your trade is live, you can track it under "Positions" on IVX.\
\
\- View Real-Time PNL: Check your unrealized profit & loss (unPNL)\
\- Close Trade: Exit your position anytime via Close Position

{% hint style="info" %}
&#x20;Risk Warning: If your margin falls below the maintenance level, your position may be liquidated automatically.
{% endhint %}


---

# 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://documentation.ivx.fi/levo-intent-based-perp-market/trading-tutorial.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.
