# Comparison

## What makes Open Collective different?

* **Full transparency** of both where money comes from and where it goes.
* Completely **open source**.
* Designed for **ongoing collaborative communities**, not individual creators or one-off campaigns.
* Offers [**Fiscal Hosting**](https://github.com/contraexemplo/documentation-mirror/tree/64a4ad619be01803dff529e94dd2a76f1f227e98/hosts/README.md) as a service, so projects don't need to legally incorporate or figure out taxes.

| name           | one time donations | recurring donations | fees                                         | transparency (incoming funds) | transparency (spending funds) | Open Source | Designed for...     | Offers fiscal hosting |
| -------------- | ------------------ | ------------------- | -------------------------------------------- | ----------------------------- | ----------------------------- | ----------- | ------------------- | --------------------- |
| OpenCollective | yes                | yes                 | 5% + credit card fees (+ host fees if any\*) | yes                           | yes                           | yes         | Communities         | yes                   |
| Patreon        | no                 | yes                 | 5% + credit card fees                        | yes                           | no                            | no          | Individual creators | no                    |
| KickStarter    | yes                | no                  | 5% + credit card fees                        | yes                           | no                            | no          | One-off campaigns   | no                    |
| GoFundMe       | yes                | no                  | 5% + credit card fees                        | yes                           | no                            | no          | One-off campaigns   | no                    |


---

# 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://documentarians.gitbook.io/metadocumentation/product/comparison.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.
