# Monitoring Opened Leveraged Spot Positions

Once on the **Trade** page, you will see a section at the bottom called **Positions**. You must be logged in with the wallet that opened the initial position to view it.

By clicking on any active position, you can display the chart along with the entry price, liquidation price, and any TP/SL levels directly on the graph.

You can edit your position directly from the dashboard using the following icons:

1. [**TP/SL**](/dive-into-defituna/provide-liquidity/platform-info/trigger-orders.md) – Set a target price to automatically close your position. When triggered, you'll receive back the token you originally deposited as collateral.
2. **Close** – Fully close your position. On the panel that appears, you can also reduce your position size by moving the slider below 100%. \
   "*Withdraw*" indicates the amount you'll remove from your position. \
   "*Price Impact*" refers to the price change caused by your trade size. \
   "*Slippage*" is the maximum acceptable price deviation, which you can adjust by clicking the dropdown and selecting a preset or entering a custom value. \
   "*Swapping through Jupiter"* is recommended for better execution, but only if it reduces your estimated price impact.

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

{% hint style="info" %}
**"Pair"** displays the selected token pair, along with the current leverage and the pool provider's logo.

**"Size"** is the notional value of the position, calculated as *Margin + Borrowed Funds*.

**"Margin"** indicates the value of your current position, excluding leverage, and funding.

**"Margin (Initial)"** is the value of your initial deposit. Click the “T” button to view the breakdown by token.

**"Funding"** is the borrowing fee paid to the lending vault.

**"Liq Price"** indicates the price at which your position may be liquidated.&#x20;

**"Price / Entry"** shows the current pool price and the price at which you opened the position.

**"TP / SL"** displays your *Take Profit Trigger* and *Stop Loss Trigger* order prices, if set.

**"PnL"** displays the profit and loss of your position.\
\&#xNAN;*PnL = (Profit/Loss on your collateral) – Funding – Protocol Fees.*

**"Time"** shows the timestamp when the position was created, along with how much time has passed since then.

**"Address"** links to the Solscan SPL token address, showing all events related to this leveraged spot position.
{% endhint %}

To choose which columns to display on your **Positions** dashboard, click here and tick the relevant boxes. You can also choose to enable all.\
![](/files/t4kZ8gsMhvKEWuhxiVGY)

By clicking the “T” button, you can view all dashboard values broken down by token.

{% hint style="warning" %}
If you wish to increase your position while keeping the same leverage, simply open a new position with the same leverage as your current one.

Currently, you cannot repay your debt directly to reduce leverage. However, you can open a new position with leverage set to 1x, which adds margin without adding borrowed funds — effectively reducing your overall leverage.
{% 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://docs.defituna.com/dive-into-defituna/trade/onboarding/monitoring-opened-leveraged-spot-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.
