> 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/product-guides/contribute-on-geyser.md).

# Contribute on Geyser

You can contribute to projects by both donating to projects as well as purchasing products and rewards on their project pages.

#### **Payment methods**

<table data-view="cards"><thead><tr><th></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td>Contribute with Bitcoin</td><td><a href="/pages/LmZzS1Fn3ALjPSMUxeHP">/pages/LmZzS1Fn3ALjPSMUxeHP</a></td></tr><tr><td>Contribute with Fiat</td><td><a href="/pages/UlwYFECWB7ta19OGQMU3">/pages/UlwYFECWB7ta19OGQMU3</a></td></tr></tbody></table>

Geyser supports both Lightning and on-chain payments, giving contributors full flexibility.&#x20;

To stay **KYC-free**, Geyser uses **Boltz Exchange**, a non-custodial third-party service that swaps on-chain donations to Lightning.

Geyser never holds or controls your funds.

Learn how to get your money back in the rare case an on-chain payment fails.

***

#### Contributing to different project types

Contributions to Open Fundraisers are direct, peer-to-peer and final. This means that creators get their money immediately.

Contributions to All-or-Nothing Campaigns&#x20;

***

#### How contributions work on Geyser

If you're logged in, your contributions will display your profile and connected social accounts. You can also choose to contribute **anonymously**.

Public contributions help others discover valuable projects and build trust within the community - so we recommend you contribute while being logged in.

All contributions - regardless of payment method - appear on the project’s page (right-hand side of the screen).

{% embed url="<https://www.youtube.com/watch?index=4&list=PLIDbic_KUMN3vwTcN9IcEVy_1e-UCAni4&v=9cUpGtccHL8>" %}

#### How to Fund a Project

1. Go to the **project page**.
2. Click **Contribute** on the right-hand side.
3. Enter the amount you want to send.
4. Add a public comment (optional).
5. Choose your preferred payment method:
   * **Browser wallet** (e.g., Alby)
   * **Lightning**: Scan the QR code or click *Copy lightning invoice* to pay with your wallet
   * **On-chain**: Follow the on-chain payment instructions provided here - learn more about [Contribute with Bitcoin](/geyser-docs/product-guides/contribute-on-geyser/contribute-with-bitcoin.md)

***


---

# 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/product-guides/contribute-on-geyser.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.
