# How to Open a LP Position

1. Navigate to our website: [https://defituna.com](https://defituna.com/). By default, you will land on the **Markets** section.
2. Click the **Connect Wallet** button (the purple icon at the top of the page) and follow the prompts to connect the wallet you’d like to use.
3. Once connected, go to the **Liquidity Provision** tab. There, you’ll find a table of all available pools. Select your desired trading pair by clicking on it.
4. You’ll then be redirected to the **Provide Liquidity** section, where you can fully set up your position in the following order:

### Position

{% hint style="info" %}
You can choose whether or not to use **Leverage** on your LP position by using the dropdown. You can also enter a custom value, which will display a slider allowing you to set or input your leverage.

**"Disable Swap"** determines whether you can deposit a single asset as collateral—if disabled, DefiTuna will automatically swap the necessary amount to reach the target deposit ratio; if enabled, your deposit must already match the required ratio.

**"Full-Range"** when enabled, allows you to provide liquidity across the entire price range.

**"Lock"** when enabled, permanently locks your position in the protocol. To access this feature, you must first enable **Allow Position Locking** in your Settings.

**"Borrow Ratio"** allows you, when leverage is enabled, to choose the combination at which your borrowing will occur. In general, the asset you borrow is the one you end up shorting. You’ll also notice that your Borrow Ratio directly influences your **PnL chart,** which you can enable by toggling the PnL button in the upper right corner of the chart.

**"**[**Lower / Upper Trigger**](/dive-into-defituna/provide-liquidity/platform-info/trigger-orders.md)**"**, when enabled, allows you to close your LP position at a specific price and also enables you to swap your position into the desired token.

**"**[**Auto-Compounding**](/dive-into-defituna/provide-liquidity/platform-info/compound.md)**"**, when enabled, reinvests your yield back into your LP position. You can decide to "*Keep Leverage*" or to "*Reduce Leverage*".

**"Size"** indicates the notional value of your position in $, where Borrowed Funds + Margin = Position Size.

**"**[**Liq. Price**](/dive-into-defituna/provide-liquidity/platform-info/liquidations.md)**"** indicates the price points at which your position may be liquidated (lower and/or upper bounds). You may have one, two, or no liquidation points, depending on your setup.

**"Deposit Ratio"** is the distribution of your deposit across both sides of the pool from the current price.

**"Margin"** refers to the initial deposit of funds from your wallet.

**"**[**Fees**](/dive-into-defituna/provide-liquidity/platform-info/fees.md)**"** includes the protocol fee and a refundable fee.

**"Slippage"** is the maximum acceptable price deviation. You can change this value by clicking the dropdown and selecting one of the preset options or entering a custom value.
{% endhint %}

The interface provides three tools to help you build your position with confidence:

**Set your range directly on the chart**\
Rather than entering price boundaries manually, you can set your upper and lower range visually on the TradingView chart. This lets you see exactly where your position sits relative to the current price and recent price action.

{% embed url="<https://youtu.be/LbADpdYap8A>" %}

**Visualize liquidity depth at a glance**\
The liquidity depth view lets you see buy and sell pressure at any price level in real time. Understanding where liquidity is concentrated before deploying capital ensures you never enter a position blind.

{% embed url="<https://youtu.be/sZSeleYImhQ>" %}

**Forecast your PnL before committing**\
The built-in PnL chart models your expected returns based on your range, [yield](/dive-into-defituna/provide-liquidity/platform-info/yield-estimation.md), and current market conditions. Adjust your parameters and see the impact instantly — no surprises when you exit your LP.

{% embed url="<https://youtu.be/VCX6GNRe6e4>" %}

If you're happy with the setup you may proceed by pressing on **Create Position**.

{% hint style="info" %}
You can find a more in-depth guide [here](/learn-more/how-to-open-different-lp-strategies/position-opening.md).
{% 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/provide-liquidity/onboarding/how-to-open-a-lp-position.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.
