> For the complete documentation index, see [llms.txt](https://guide.geyser.fund/geyser-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.geyser.fund/geyser-docs/resources/geyser-fees.md).

# Geyser Fees

The basic Geyser creator fee is **5 %** and may go higher if the creator opts in for additional marketing support. This represents a **low amount compared to many other crowdfunding platforms**.

#### Fee Comparison

Here’s how Geyser compares to other crowdfunding platforms.

<table><thead><tr><th width="154.32421875">Platform</th><th width="134.98046875">Platform fee</th><th>Banking/Processing</th><th>Total fees</th></tr></thead><tbody><tr><td><strong>Geyser</strong></td><td>5 % </td><td>0.2% (see below)</td><td>5% 🟢</td></tr><tr><td><strong>GoFundMe</strong></td><td>0% </td><td>3% + US$0.30</td><td>3% 🟢</td></tr><tr><td><strong>Kickstarter</strong></td><td>5 %</td><td>3% - 5%</td><td>8%-10% 🔴</td></tr><tr><td><strong>Indiegogo</strong></td><td>5 %</td><td>3% + $0.20</td><td>8% 🔴</td></tr><tr><td><strong>Catarse</strong></td><td>-</td><td>-</td><td>13% 🔴</td></tr></tbody></table>

#### Geyser Processing/Banking fee breakdown

There may be additional fees for swapping from other payment methods. See below

<table><thead><tr><th width="182.83203125">Contribution type</th><th>Fee</th></tr></thead><tbody><tr><td>Lightning/Onchain</td><td>0.2% processed by <a href="https://boltz.exchange/">Boltz</a> for the swap, plus any additional mempool fees</td></tr><tr><td>Fiat via Banxa</td><td>3.5% charged by our partner <a href="https://banxa.com/">Banxa</a> for the swap to lightning</td></tr><tr><td>Fiat via Stripe</td><td>3.5% + 0.3 charged by Strike for payment processing.</td></tr></tbody></table>

> Note: The actual total cost to a creator may vary depending on payment method, currency conversion, card type, country of operation and additional options elected (e.g., marketing support).

#### Geyser Creator Fees

* The base standard fee is **5 %** for on-chain and Lightning contributions when Geyser runs the wallet.
* **Ambassador fees (affiliates)**: creators can activate [Ambassador Earnings](/geyser-docs/product-guides/project-features/ambassador-earnings.md) to reward people who help promote their project and bring in contributions. When activated, when a contribution is made through an ambassador referral link, **5% of the eligible contribution goes to the ambassador**. This is in addition to Geyser’s standard 5% creator fee.

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

#### Contributor (Backer) Fees

* There are **no contributor fees** charged by Geyser themselves.
* The contributor may optionally add a **tip** to support Geyser (at their choice) when making contributions.

#### Why This Matters

* Compared to other legacy platforms charging 5 %+ plus processing fees, Geyser offers a **competitive cost structure** especially for Bitcoin-centric projects.
* The ambassador reward is a growth incentive: it compensates people for bringing in contributions that likely would not have happened without their promotion.

#### Best Practices for Creators

* Make sure you estimate **payment processing / banking fees** in addition to Geyser’s commission.
* If you choose to activate Ambassador Earnings, factor in the extra 5% fee as part of your overall budget.
* Include in your campaign budget a buffer for any optional tips or payment-method costs so your net needed amount is realistic.


---

# 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://guide.geyser.fund/geyser-docs/resources/geyser-fees.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.
