# Position opening

1. **Connect your wallet.**

<figure><img src="/files/83Py22RM6EYrqRF0zDRS" alt=""><figcaption></figcaption></figure>

2. **Go to the "**[**Provide Liquidity**](https://defituna.com/lp)**" section.**

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

3. **Select a Pool.** I wil proceed with DefiTuna SOL/USDC liquidity pool.\
   You can filter markets by type (Main, Isolated, or Favourites), by pool provider (DeFiTuna or Orca), or choose to display leveraged markets only.

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

4. **Deposit margin in any token you prefer.** The protocol will automatically perform a swap to match the required deposit ratio if needed, so this only affects the swap amount, not the position itself.\
   You can also deposit both tokens simultaneously, especially if you choose to "**Disable swap"**.\
   In this example, I used 100 USDC.

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

5. **Decide whether to enable Leverage.** If you choose to disable it, you can skip to step 8.\
   In this example, I will enable leverage.
6. **Choose leverage.** How much do I want to amplify my liquidity position? Higher leverage means more liquidity added and consequently more fees earned.\
   I set leverage to 3x, which means $200 will be borrowed and added to my $100, making my total position $300.\
   This allows me to earn up to 3x more fees compared to farming with just my initial $100.

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

7. **Select which tokens to borrow to increase your position** — this is called the borrow ratio. By default, it’s set to 50/50, meaning the debt is evenly split between SOL and USDC.\
   This ratio determines your [directional exposure](broken://pages/FZRCMQXfnK4oUOdazCYQ) (represented by the red arrow) and allows you to create "[Short](/learn-more/how-to-open-different-lp-strategies/short-farming.md)", "[Long](/learn-more/how-to-open-different-lp-strategies/long-farming.md)", or "[Neutral](/learn-more/how-to-open-different-lp-strategies/neutral-farming.md)" positions based on your market outlook:

* If I expect SOL to rise, I borrow more USDC to benefit from SOL's appreciation.
* If I expect SOL to fall, I borrow more SOL, so I can buy it back cheaper later and profit from the drop.
* If I expect SOL to remain stable, I borrow both tokens equally.

In this example, borrowing USDC at a 75/25 ratio gives me a "Semi-Long" exposure.

{% hint style="warning" %}
"Short" and "Neutral" strategies are not fully effective with low leverage (below 2x).
{% endhint %}

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

8. **Select your range.** It defines the lower and upper price limits within which you are depositing liquidity and farming yield, similar to how it’s done on platforms like Orca, Raydium, or Meteora.

* Narrow ranges can earn higher fees but require more frequent rebalancing.
* Wider ranges generate lower fees but need less maintenance.

{% hint style="info" %}
If the price moves outside your selected range, your position will no longer earn fees and may be exposed to greater [impermanent loss](/learn-more/understanding-pseudo-delta-neutral-liquidity-provision.md).
{% endhint %}

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

9. **Consider your liquidation carefully.**\
   If your liquidation price is set too far from the current price, you may lose capital efficiency.\
   If it’s too close, or worse, within your range, it becomes risky.

* Borrowing a single token (e.g., a 100/0 ratio) results in one liquidation point.
* Borrowing both tokens creates two separate liquidation points: one for each borrowed asset.

Your borrow ratio, leverage, and price range all directly influence where these liquidation points are placed. Adjust them thoughtfully to balance risk and efficiency.

<figure><img src="/files/5dJ7GLmPWkKzLAA2AHUO" alt=""><figcaption></figcaption></figure>

10. **Define your** [**limit orders**](/dive-into-defituna/provide-liquidity/platform-info/trigger-orders.md) **and swap preferences.**\
    In this example, I’m setting limit orders at the range bounds and choosing to swap to USDC for both orders.

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

11. **You have the option to enable** [**auto-compounding**](/dive-into-defituna/provide-liquidity/platform-info/compound.md)**.**\
    In this example, I’ll auto-compound my yield and "Keep leverage".

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

12. **Once everything is set, click the "Create Position" button to finalize your setup.**

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

13. In the confirmation window, you’ll see the swap amount along with all your selected parameters. Review everything carefully, then **click "Start Farm'" to confirm the transaction in your wallet.**

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

14. If the transaction is successful, your position will appear under "**Opened Positions**". Take note of the available settings, which allow you to [monitor your position](/dive-into-defituna/provide-liquidity/onboarding/monitoring-opened-lp-positions.md) and toggle between token amounts and token values.

<figure><img src="/files/2Ak9ftoJtnp7McyCtpDj" 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://docs.defituna.com/learn-more/how-to-open-different-lp-strategies/position-opening.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.
