> For the complete documentation index, see [llms.txt](https://docs.stryke.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/provide-liquidity.md).

# Provide Liquidity

### **Liquidity Provision**

To add liquidity, navigate to the “Liquidity Provision” section on the trade page, select a range of your choice, and provide liquidity into the AMM of your choice.&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/vJhF0giEoR34XWWbHVFRxsCFd3ObQqiMKJO8NShrIYWopU4FoBsljrCTOYTshyE6k7nVy1z2CXEYCrc8CLNu1liqaSDt7RJYOFyv3wJ2YH_letktFjjBn70KTwtjOcCs-HUQXjpg3Z7EhCmp2npFfWg" alt="" width="375"><figcaption><p>Providing Liquidity for a Predefined Range</p></figcaption></figure>

Every AMM has a different reward rate, to check the respective AMM rates click [here](https://merkl.angle.money/?chain=42161).

<figure><img src="/files/s4gVdqDfjgC5QgYAW0op" alt=""><figcaption><p>Providing Liquidity to Preferred AMM</p></figcaption></figure>

Alternatively, you may select strikes to provide liquidity in the "Option Chain \[C]" section.&#x20;

<figure><img src="/files/2byazO5DaAxmPBPT81FY" alt=""><figcaption><p>Providing Liquidity to Preferred Strikes</p></figcaption></figure>

Finally, review your liquidity positions in the “LP Positions \[L]” section.

<figure><img src="/files/3CRSBBtct0Y23cxohado" alt=""><figcaption><p>Reviewing LP positions</p></figcaption></figure>

### Reserving Liquidity

To "[Reserve Liquidity](/products-overview/product-overview-clamm/for-liquidity-providers.md#reserving-liquidity)" follow these steps:

1. **Navigate to the Trade Page:** Access the trade page here: [Trade Page](https://www.stryke.xyz/en/trade).
2. **Select the Liquidity Pool:** Choose the specific liquidity pool you wish to reserve liquidity in. This could be a pool for trading pairs like ETH/USDC: [ETH/USDC Pool](https://www.stryke.xyz/en/trade/arbitrum/WETH-USDC).
3. **Select “LP Positions \[L]”:** This will display all your liquidity positions.
4. **Manage Liquidity Positions:** Click on “Manage” and then “Reserve” next to the position you want to reserve.
5. **Specify the Amount:** Scroll to specify the amount of assets you want to reserve in the selected pool.
6. **Confirm the Reservation:** Review the details and confirm the reservation. Stryke will then allocate your specified assets to the liquidity pool, which can be withdrawn in the next cycle.

### **Withdrawing Liquidity**

To withdraw your liquidity, click on the “Manage” button next to your deposit in the "LP Postions \[L]" section. Select the strikes from which you wish to withdraw and click on the “Withdraw” button.

<figure><img src="https://lh7-us.googleusercontent.com/k9xEih58Rj73W868NAaORl1oUjjtdkDQ0-FLdsMy4FVZMg6lnonp2lPWgW6OAeTNJzpu9Q8Tx2eCXLO-ecdY2SlgOk4VcaoYtdNp6ce46K7r1R8dOkHs3ORQ6193xZFYkcnVnok9YKX__sVzQ88KQys" alt=""><figcaption><p>Withdrawing Liquidity</p></figcaption></figure>


---

# 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:

```
GET https://docs.stryke.xyz/ui-walkthroughs/clamm-walkthrough/provide-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.
