> For the complete documentation index, see [llms.txt](https://davestaxcp.gitbook.io/freewallet.io-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://davestaxcp.gitbook.io/freewallet.io-user-manual/getting-started/what-is-the-automatic-donation-system-how-do-i-turn-it-off.md).

# What is the Automatic Donation System? How do I turn it off?

Freewallet and Counterparty development is a public service to the Counterparty and Bitcoin community. \
\
\&#xNAN;*<mark style="color:green;">**Jeremy Johnson (Jdog) is the developer of Freewallet and relies on donations only.**</mark>* \
\
The first moment you sign in or create a wallet in Freewallet, a message appears

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

<mark style="color:yellow;">This feature is entirely optional but is automatically set to on.</mark> In the settings you can choose which Fund to support by using Freewallet:

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

**If you would like to turn ADS off, please follow this instruction:**

Navigate to the “Settings” icon in the upper right

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

Click the “Preferences” tab. Set the Auto-Dontate button to Disabled – Do Not Donate

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

In the Auto-Donate field you can enable to donate on all transactions, on 75%, 50%, or 25% of all transactions while using Freewallet. \
\
You can also pick the specific Counterparty Fund you would like to donate to under the “Cause” dropdown menu. Lastly you can choose exactly how much BTC will be donated each time ADS is used.

If you wonder where donated funds go, check out current and future [Counterparty Improvement Proposals](https://github.com/CounterpartyXCP/cips) which is the main focus of the community for received donations. \
\
You can also join the conversation in the [Official Freewallet Telegram](https://t.me/freewallet_io), [Counterparty Telegram](https://t.me/Counterparty_XCP), and [Counterparty Twitter](https://twitter.com/CounterpartyXCP) or you can even [fork the protocol](https://docs.counterparty.io/docs/advanced/federated-node/getting-started) and begin experimenting yourself!


---

# 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://davestaxcp.gitbook.io/freewallet.io-user-manual/getting-started/what-is-the-automatic-donation-system-how-do-i-turn-it-off.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.
