# Open a position

1. Go to Strategy List

<figure><img src="/files/8c4rDIJwKC814anNSzaq" alt=""><figcaption><p>Strategy List on Stella Strategy</p></figcaption></figure>

2. Select a strategy and click **"Open"**
3. \[For UniV3, TJv2 Strategy Only] Select a **"Price Range"** you want to provide liquidity. This indicate the price range you will earn trading fees on. Then click **"Next"** to proceed. (For Trader Joe V2, you can also choose a "shape" that you want to provide liquidity to.)

<figure><img src="/files/i6SrC3Edm15GA4kUnNEr" alt="" width="563"><figcaption><p>Select A Price Range</p></figcaption></figure>

4. Supply asset as your input. You can supply starting from 1 asset. The supplied amount will impact how much you can lever up.

<figure><img src="/files/34yayAjQiQtd6PFbeywt" alt="" width="375"><figcaption><p>Step 2 - Supply Asset</p></figcaption></figure>

5. If you choose to **borrow by leverage** (default), you can just select leverage level you want. Stella will automatically borrow as efficient as possible to minimize price impact. (min. leverage is set at 2x and min. borrow amount is $50.)

<figure><img src="/files/Zt1L4AOT8n9OWIqAGcnJ" alt="" width="563"><figcaption><p>Step 2 - Borrow By Leverage</p></figcaption></figure>

6. Review your position summary before confirmation

#### Borrow By Amount

This will allow you to customize your borrow amount to fit strategic need.

1. Follow step 1-4 as above (to supply asset)
2. Select a **"Borrow By Amount".**  In this mode, you will get assigned a max credit based on the supplied asset. Each borrowed asset is assigned a credit/USD.

$$
MaxCredit = Supply($)*AssetCredit*(MaxLev-1)
$$

3. Input the amount you want to borrow based on available credit. (Note: Current Credit = asset credit\*input token value($)

<figure><img src="/files/sYv29Afne69WBDmTIL8R" alt="" width="563"><figcaption><p>Step 2 - Borrow By Amount</p></figcaption></figure>

4. Review your position summary before confirmation


---

# 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.stellaxyz.io/stella-doc/app-guide-stella-yield/open-a-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.
