> 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/how-to-keep-receiving-contributions-on-geyser.md).

# 🚨 How to keep receiving contributions on Geyser

Geyser’s standard Bitcoin funding flow is temporarily unavailable due to a disruption affecting one of our payment service providers (Boltz, see [notice](https://x.com/geyserfund/status/2084381411923087719)). We are upgrading our payment infrastructure, but this work is expected to take several weeks.

In the meantime, project creators should [**(1) Connect Stripe**](#id-1.-connect-stripe) and[ **(2) Add their own Bitcoin payment details**](#id-2.-add-direct-bitcoin-payments) so contributors can continue supporting them.

### 1. Connect Stripe

You can connect Stripe from **Payment Settings**. This gives contributors a seamless way to pay by card and sends funds directly to your connected bank account. Stripe processing fees apply.

This is a temporary arrangement while we build a more robust Bitcoin funding flow. We’ll share further updates as the work progresses.

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

### 2. Add direct Bitcoin payments

As a Geyser project creator:

1. Open your Geyser project and click **Dashboard**.
2. Open **Payment Settings**.
3. Find **Direct Bitcoin Payments**.
4. Enter your:
   * Bitcoin on-chain address
   * Lightning address
5. Select **Save payment details**.

Your addresses will be displayed on your project and during the contribution flow. Payments are sent directly to your wallet, and **Geyser charges no fee**.

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

### Important limitation

Because these payments happen outside Geyser’s payment infrastructure, Geyser cannot verify them. They will therefore **not appear in your project’s contribution totals or activity**.

Please double-check that both addresses are correct and belong to wallets you control before saving them.


---

# 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/how-to-keep-receiving-contributions-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.
