> 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/faq.md).

# FAQ

<details>

<summary>Can I raise funds for anything?</summary>

Yes, as long as it aligns with Geyser’s values: open, creative, and community-driven projects that promote positive impact around the world.

The project does not have to be about Bitcoin per se.

</details>

<details>

<summary>How do I start a project?</summary>

Simply create an account, click **“Creator"** then **"Launch your Project”**, add your story, set a goal, and publish. The  You’ll start receiving Bitcoin directly to your wallet.

</details>

<details>

<summary>Is Geyser Available in my country?</summary>

Most probably! Geyser works in almost every country. See which country we operate in: [Countries on Geyser](/geyser-docs/resources/countries-on-geyser.md).

</details>

<details>

<summary>Do I need to be verified to raise funds?</summary>

Only email verification and social login is required to start. When you raise over $10k you need to verify via a phone number, and over $100k you need to verify with ID.&#x20;

</details>

<details>

<summary>What fees does Geyser charge?</summary>

Geyser fees range from **0 % to 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**.

Geyser also charges an upfront project launch fee, in order to keep the signal on the platform high and reduce the number of spam projects.&#x20;

Learn more here: [Geyser Fees](/geyser-docs/resources/geyser-fees.md)

</details>

<details>

<summary>How can contributors support a project?</summary>

They can contribute using Bitcoin via Lightning and fiat.

Learn more [Contribute on Geyser](/geyser-docs/product-guides/contribute-on-geyser.md)

You can also support projects by spreading the word as an Ambassador. Simply login and share the project link using your Ambassador URL. Learn more:[Become an Ambassador & Earn](/geyser-docs/product-guides/getting-started/become-an-ambassador-and-earn.md)

</details>

<details>

<summary>When do I receive the funds?</summary>

You need to manually withdraw your funds by going to your Geyser project and clicking 'withdraw'. You can only withdraw once your balance reaches $20.

You can withdraw to your Bitcoin or Lightning address.

</details>

<details>

<summary>How can I increase my project’s visibility?</summary>

Tell your story clearly, add visuals, and share your project on social media or Nostr to attract more contributors.

Learn more from [Success Stories](/geyser-docs/your-project-guides/success-stories.md)

Make sure you follow the[Project Checklist](/geyser-docs/resources/project-checklist.md)

</details>

<details>

<summary>How can I contact Geyser for help?</summary>

You can reach us via the [Contact us](/geyser-docs/contact-us.md) page.

</details>

<details>

<summary>How do I update the preview images for my project?</summary>

Project links display the main image of your project. If you change the main image, you may need to update the preview for each social media site. Below are the steps to do this:

## Twitter step-by-step

1. Copy your project link
2. Paste it [here](https://cards-dev.twitter.com/validator)

<figure><img src="/files/YyClxSLwTKyBcJMujz4k" alt=""><figcaption><p>Twitter link preview example</p></figcaption></figure>

## Telegram step-by-step

1. Copy your project link
2. Paste it in [this telegram chat](https://t.me/WebpageBot)

<figure><img src="/files/KAz5fetkLqsKTaT6NuSZ" alt=""><figcaption><p>Telegram link preview example</p></figcaption></figure>

</details>

Have more questions? Reach out to us here: [Contact us](/geyser-docs/contact-us.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/resources/faq.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.
