> For the complete documentation index, see [llms.txt](https://docs.luminite.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.luminite.app/tutorials/lp-with-sparkdex.md).

# LP with SparkDEX

SparkDEX offers two ways to earn by providing liquidity:

* SparkDEX v2 (Classic Pool): Full-range liquidity
* SparkDEX v3 (Concentrated Liquidity): Customizable price range for higher capital efficiency

### SparkDEX v2&#x20;

V2 uses full-range liquidity, meaning your assets stay active across all price ranges. No need to configure Min/Max.

1\. Open SparkDEX Pools

* Go to Earn [luminite.app/earn](https://www.luminite.app/earn) → Locate the SparkDEX Pools card and click Deposit [luminite.app/pool](https://www.luminite.app/pool)&#x20;

Switch to V2 tab

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

![](/files/xbG19av46m5brJNMUULS)

2\. Select a Token Pair\
Click on the pair you want to deposit into

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

* Input the amount for token A or B
* Token B or A amount auto-fills by the pool ratio.

3\. Enter Deposit Amounts

<figure><img src="/files/4LufUBfEvPOVOFTU4PWU" alt=""><figcaption></figcaption></figure>

4. Approve Tokens and Confirm Press Approve to approve each token then click Confirm & sign the transaction in your wallet.

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

5\. Complete & Track your position\
A success notification appears “Liquidity Added”.\
You will now see your LP position on the right side of the dashboard at V2 tab.

### Providing Liquidity to SparkDEX v3 Pools

V3 introduces Concentrated Liquidity, allowing you to choose a price range to concentrate your liquidity for higher yield.

1\. Go to SparkDEX Pools

* Go to Earn luminite.app/earn → Locate the SparkDEX Pools card and click Deposit luminite.app/pool&#x20;
* Switch to V3 tab

<figure><img src="/files/4LoEIxnlbbhYI2JZmmYE" alt=""><figcaption></figcaption></figure>

![](/files/p7WatjPIoozgykZAhwrZ)

2. Select Token Pair & Fee Tier Note: The token pair you choose will determine the Fee Tier.

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

3\. Set Range Strategy&#x20;

* Full range: get the rewards on all possible prices but earn less fee than other options but ensure a continuous flow of rewards
* Other options: The higher the level, the smaller the price range, with higher fee earned&#x20;

Or you can adjust the range by yourself by dragging the Min Price line and Max Price line or adjust the amount of Minimum or Maximum card below

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

4\. Input Amounts at Deposit Method

Enter the amount you wish to allocate.\
The platform calculates required token ratios for your chosen price range.

<figure><img src="/files/0DakAbi6qVxTFozW8oxU" alt=""><figcaption></figcaption></figure>

5\. Approve Tokens and Add liquidity&#x20;

* Approve both tokens if not approved before.

Click Add Liquidity and sign/confirm the transaction.

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

6\. Complete & Track your position\
Notification appears “Liquidity Added”.\
Your position will show under Your Pools - V3 tab with analytics.<br>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.luminite.app/tutorials/lp-with-sparkdex.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
