# Setting Up Your Wallet

### Wallet Setup Process

1. **Set Up Wallet:**

   * When you attempt to access payment features after singing up, you’ll see a prompt on the dashboard instructing you to complete your **Wallet Setup** and **Identity Verification**.
   * Click on **Wallet Setup** to begin.

   <figure><img src="/files/rCnCVHln5EaXmUosu0CA" alt="" width="563"><figcaption></figcaption></figure>
2. **Create a Secret PIN:**

   * After clicking on **Wallet Setup**, you’ll be guided to set up a **Secret PIN** for your wallet.
   * Enter and confirm the secret PIN. You must agree to the terms:
     * The PIN cannot be recovered once set.
     * The PIN is required for future withdrawals.

   <figure><img src="/files/HbfnsKCBgwqcHB7ebMnK" alt="" width="563"><figcaption></figcaption></figure>
3. **Optional: Back Up Your Wallet:**
   * After creating the PIN, you’ll be prompted to back up your wallet using either **Google Drive** or **Passkey**. While this step is optional, we strongly recommend it for added security.
   * Back up allows for wallet recovery without needing the PIN if access is lost.
4. **Finalize Wallet Creation:**
   * Once your PIN is set and backup is complete, your wallet is linked to your BraidPay account, allowing you to send and receive payments and access BraidPay’s payment tools.


---

# Agent Instructions: 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:

```
GET https://docs.braidpay.com/braidpay/set-up-braidpay/setting-up-your-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
