# Providing Liquidity

Providing liquidity on our platform takes only few steps and will allow you to earn great yield weekly. The pool we'll be using in this example has already been created. Follow the steps below to get started:

#### Step 1: Choose Your Pool

1. From the dashboard, choose the pool to which you'd like to provide liquidity.

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

2. Select your preferred pool by clicking on the **Add Liquidity** button.

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

#### Step 2: Prepare Your Assets

1. To provide liquidity, you will need a 50-50 split of the assets. In this example, we'll be using Solana (SOL) and FALX. But you can choose any other pool, the steps will be the same.
2. Enter the amount of one asset. The interface will automatically calculate the required amount of the other asset. For instance, if you enter 0.64 SOL, it will auto-calculate the corresponding amount of FALX needed.

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

#### Step 3: Confirm and Approve the Transaction

1. Click on **Add Liquidity** to proceed.

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

2. A confirmation dialog will appear, showing the quantities of SOL and FALX you are adding.

<figure><img src="/files/052v5xMztQUDEzwwlR8c" alt=""><figcaption></figcaption></figure>

3. If you do not have enough of either asset, you will receive an error message. Ensure you have the correct amounts.
4. Review the details carefully. Once you're satisfied, click **Confirm**.

#### Step 4: Complete the Transaction

1. After approving, please wait for the transaction to complete.

<figure><img src="/files/2bbBqOXiJkzAHtyph28j" alt=""><figcaption></figcaption></figure>

2. You will receive a transaction hash, which you can use to confirm the success of your transaction. This hash will be displayed at the top right corner of the interface.

#### Step 5: Confirm Your LP Share

1. Once the transaction is confirmed, you will be able to see your share percentage in the liquidity pool.

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

2. Congratulations! You are now a liquidity provider for the Solana and FALX LP pool.

#### Conclusion

By following these steps, you have successfully provided liquidity to an existing pool and become an LP. You can now earn fees from trades made in the pool, proportional to your share.

Happy liquidity providing!


---

# 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://falconx.gitbook.io/falconx/liquidity-pools/providing-liquidity.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.
