# Short Farming

### **What is "Short" Farming?**&#x20;

Short farming is a strategy that lets you profit when the price of an asset decreases. In this example, you borrow SOL to sell it for USDC and provide both as liquidity in a Liquidity Farming. If SOL’s price falls, it will be bought back at lower prices within the range you set, generating profits. Additionally, you earn trading fees while your position stays within the range.

Think of it as **a limit order that also earns fees while waiting for the price to move**.

***

#### Short Exposure: Fully Adjustable on DefiTuna <a href="#short-exposure-fully-adjustable-on-defituna" id="short-exposure-fully-adjustable-on-defituna"></a>

DefiTuna allows you to control how much exposure you have to the market. By adjusting parameters like price range, borrow ratio, and leverage, you can create a position that matches your market outlook — whether you prefer higher potential returns with increased risk or a safer, more moderate approach.

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

#### Key Parameters to Manage Short Exposure <a href="#key-parameters-to-manage-short-exposure" id="key-parameters-to-manage-short-exposure"></a>

1. **Deposit Ratio**
   * This is how much of your position consists of USDC.
   * Higher deposit ratios increase your exposure to the strategy.
   * For example, creating an out-of-range position with a 100% deposit ratio of USDC maximizes your short exposure.
2. **Range**
   * The price range determines when your borrowed SOL will be repurchased.
   * Setting a lower minimum price means SOL will be bought back for less, increasing your profits.
   * A wider range can reduce fee-earning efficiency. Think of it as a balance between fee generation and the appreciation of your collateral.
3. **Borrow Ratio**
   * Borrowing more SOL increases your exposure to the strategy.
   * If you choose to borrow 100% SOL, you maximize your potential profitability.
4. **Leverage**
   * Leverage allows you to increase the size of your position by borrowing additional funds.
   * Higher leverage can amplify your profits if the price moves in your favor but also increases your risk.

{% hint style="info" %}
To reduce the risk of liquidation, you can borrow more USDC, lower your leverage, and set up [limit orders](/dive-into-defituna/provide-liquidity/platform-info/trigger-orders.md).
{% endhint %}

<figure><img src="/files/1tLHH5gDE9MmAWghxxsN" alt=""><figcaption><p>Here, I've switched the PnL chart to display the "PnL in SOL".</p></figcaption></figure>

***

#### Advanced Tip: Boost Profits Through [Auto-Compounding](https://app.gitbook.com/o/dNJbZ5r3exVREI6Gzxls/s/MyF9WLf9iWl1sLBOWmVE/~/changes/133/dive-into-defituna/provide-liquidity/platform-info/compound#auto-compounding). <a href="#advanced-tip-boost-profits-through-compounding" id="advanced-tip-boost-profits-through-compounding"></a>

***

#### Important Note: <a href="#important-note" id="important-note"></a>

When your position goes out of range, you stop benefiting from further price decreases. Ensure that your range is well-optimized for the expected market movement.

***

#### **Final Reminder:** <a href="#final-reminder" id="final-reminder"></a>

Short farming is a powerful way to profit from declining prices during Bear Market, but it requires careful planning and risk management. Use DefiTuna’s flexible tools to adjust your position, align it with your goals, and ensure sustainable growth.


---

# 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/short-farming.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.
