> 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/launch-a-project/configure-your-wallet-and-withdraw-funds.md).

# Configure your wallet & Withdraw funds

## Configure Your Wallet

When you launch a project using Prism Payments, you must:

1. Set and save a wallet password
2. Store this password somewhere safe

This password is critical, as it encrypts the seed phrase. If you lose your wallet password you will not be able to withdraw your funds, and Geyser cannot recover it for you. Treat it like a seed phrase. Save it securely in a password manager or offline backup.

{% hint style="warning" %}
Ensure you store your password in a safe and secure location. Geyser does not store your password. If you lose your password you lose your ability to withdraw the funds.
{% endhint %}

You can also save the mnemonic words of the seed phrase from their user profile.

#### Configure your existing Geyser project

If you have an existing Geyser project you will not be able to receive contributions if you have not configured your Geyser non-custodial wallet.

Configuring is easy:

1. Click on `My Projects`
2. Click `Configure`
3. Add your existing password (if you have one) or add a new password (if you don't have one already)

{% embed url="<https://youtu.be/_IL3zRrrSf4>" %}

***

## How to withdraw

To withdraw:

1. Go to your Project **Control Panel**
2. Select **Withdraw**
3. Choose your destination wallet
4. Confirm with your saved password

We guide you step by step in the frontend to make this process simple and clear.

{% hint style="warning" %}
You will be requested your account password to withdraw your funds.
{% endhint %}

### Withdraw notifications

You will be reminded to withdraw:

* Via email notifications
* On the **My Projects** page
* Inside your **Project Control Panel**

#### ⚠️ Important

Your wallet password is required to withdraw funds.

* Geyser does **not** store your password
* If you lose it, you will **not be able to withdraw your funds**
* Make sure you store it securely (password manager or offline backup)

***

#### Resources:

Learn which wallets to use here: [Wallets](/geyser-docs/resources/wallets.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/launch-a-project/configure-your-wallet-and-withdraw-funds.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.
