# Claim Rewards

In the GFM Protocol, the final step in the reward distribution process is claiming your earned fees. Due to the nature of the Solana blockchain, it’s impossible to create a transaction that interacts with multiple wallets simultaneously. This means that the fees cannot be directly sent to presalers’ wallets at the moment of harvesting.

**The Role of Harvesting**

The harvesting process is responsible for claiming the fees from the LP tokens and allocating them to the presalers. However, the actual transfer of these fees into individual wallets requires an additional step: **claiming**.

### **Claiming Your Rewards**

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

As a presaler, you have the flexibility to claim your accumulated rewards directly to your wallet at any time. There’s no deadline or limit. The fees from multiple harvests compound and accumulate over time, allowing you to claim all your rewards in one go whenever it suits you. This ensures that you can manage your rewards according to your own schedule, making the process both convenient and user-friendly.


---

# 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.gofundmeme.io/gofundmeme/harvest-lp-lock/claim-rewards.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.
