> For the complete documentation index, see [llms.txt](https://docs.activist.org/activist/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.activist.org/activist/organization/finances/funding-sources.md).

# Funding sources

{% hint style="info" %}
As of the Nov 7th, 2024, all costs were exclusively covered by the project initiators.
{% endhint %}

### Why We Need Your Support

Running a platform like ours requires resources. Donations allow us to cover essential costs, like servers and tools, and speed up development. Just as importantly, your support enables us to fairly compensate contributors who bring diverse perspectives and expertise to our platform—individuals who might not be able to participate without financial support.

### Transparency and Accountability

We are committed to managing our finances transparently. All incoming funds and expenditures are openly tracked, giving our supporters full visibility into how their contributions are used. When direct payouts aren’t possible, we find alternative ways to support contributors, such as providing necessary equipment or tools.&#x20;

***

### How You Can Contribute

Choose the method of support that works best for you:

#### **Donate via Änderwerk**

Support us through our fiscal host, Änderwerk, and receive a tax-deductible donation receipt if you're in Germany.

Account holder: Änderwerk gGmbH \
IBAN: DE46 4306 0967 1289 8604 00 \
BIC: GENODEM1GLS GLS Gemeinschaftsbank eG\
Reference: activist.org

#### **Patreon Membership**

Join our Patreon [membership program](https://www.patreon.com/c/user?u=92165050) to support us on a regular basis.

### **Coming soon**

We are working on offering more options to support our work financially and we regularly update this page whenever a new option is set up and available. If you want to support this, please consider joining our [Finances group](/activist/organization/community/circles-and-groups.md#finances).

These options will soon be available:&#x20;

* **OpenCollective:** Make a one-time or recurring contribution through OpenCollective.
* **GitHub Sponsorship:** Become a GitHub Sponsor to support our work directly on the platform.
* **Cryptocurrency:** Prefer to stay anonymous? Send us crypto to our wallet.
* **Issue-Specific Funding via Polar** Fund a specific issue or feature through Polar.

***

Thank you for helping us build a stronger, more resilient platform for activism.


---

# 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.activist.org/activist/organization/finances/funding-sources.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.
