> For the complete documentation index, see [llms.txt](https://docs.krystal.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.krystal.app/products/liquidity-management/lp-transactions/claim-fees.md).

# Claim Fees

> **After providing liquidity for a while, it's time to reap the rewards. Krystal provides a convenient "claim fee" feature to collect those rewards instantly.**

**Step 1: Pick a position and click "Claim Fees"**

You can claim the LP fees you've earned to your wallet from (1) the “Strategies” tab and (2) the “Positions” tab on your [**"Profile"**](/products/liquidity-management/profile-dashboard.md) page, or (3) the “Position Details” page.

* From the [**"Strategy Details"**](/products/liquidity-management/profile-dashboard.md) page, on the right-hand side, click "Claim Fees"\\

  <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(2).png" alt=""><figcaption></figcaption></figure>
* Or from the "Positions" tab in your [**"Profile"**](/products/liquidity-management/profile-dashboard.md) page, click on the three dots icon at the end of the position, then choose "Claim Fees"\\

  <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(20).png" alt=""><figcaption></figcaption></figure>
* Or from the [**"Position Details"**](/products/liquidity-management/profile-dashboard.md) page, click on the "Claim Fees" button in the "Fees" info box.

  <figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(11).png" alt=""><figcaption></figcaption></figure>

**Step 2: Click "Claim" and confirm the transaction in your wallet.**

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(10).png" alt="" width="375"><figcaption></figcaption></figure>

**Step 3: Click on your wallet at the top right corner to see your updated balance.**

<figure><img src="https://github.com/KrystalDeFi/docs-gitbook/blob/main/docs/liquidity-farming/.gitbook/assets/image%20(9).png" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://docs.krystal.app/products/liquidity-management/lp-transactions/claim-fees.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.
