> For the complete documentation index, see [llms.txt](https://docs.fwallet.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fwallet.net/app-fruits-wallet/yield-farming/how-to-farm/yield-farming-donation.md).

# Yield Farming Donation

On the Yield Farming Donation screen, users can donate part of their rewards after their yield farming has been completed.                                                                                                                                                                                                                                                                                                                                                                                              ![](/files/r2Pp4rDzK4AlBWwHSXoV)

**Step 1**&#x20;

* Select donation plan&#x20;
  * Choose donation amount: 30%, 40%, or 50%&#x20;
  * Or enter the specific value you want to donate.&#x20;
  * Or no donation.&#x20;

**Step 2**

* Select a charity that you would like to donate to:&#x20;
  * Any charity (the FRUITS organization will select a project).&#x20;
  * Or you can select the project you wish to donate to.&#x20;

**Step 3**

* The system will validate the input value.&#x20;
* The “Confirm” button will become enabled once validated (must select the donate plan).&#x20;
* Press the “Confirm” button --> Displays the “Confirm Yield Farming Plan” popup.                                                                                                                                                                               ![](/files/7NwGzIIRXddd3GNWudPR)

On the Confirm Plan Yield Farming, check the displayed information:

* &#x20;Amount: The number of applied funds for Yield Farming&#x20;
* Farming Fee: Fee for Yield Farming
* Fee: Transaction Fee
* Farming Plan (Lock Time): Yield Farming Period&#x20;
* APR: Annual Percentage Rate for your Yield Farming
* Amount: The percent you have chosen to donate
* Selected Charity: The charity you're donating to

**Step 4**&#x20;

* Once you finish checking the Confirm Yield Farming Plan information, press the “OK” button --> Redirects to the screen containing the user's yield farming information.&#x20;

**Step 5**&#x20;

* Your yield farming submission has been completed. Press the "Back to Home" button to return to the "Home" screen.                                                                                                                                                                                                                                                                                     ![](/files/hbwdTpQXYgICCDGNXKAK)


---

# 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.fwallet.net/app-fruits-wallet/yield-farming/how-to-farm/yield-farming-donation.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.
