# Account & Wallets

Your account page at [solmatebot.com/account](https://solmatebot.com/account) lets you manage your personal wallets and account information.

## Account Information

After logging in, you'll see:

* Your Discord username
* Your Discord ID (with a copy button)

## Managing Wallets

Your connected wallets are used for holder verification across all servers that use Solmate.

<figure><img src="https://solmatebot.com/docs/placeholder-account-wallets.png" alt=""><figcaption><p>Account page showing connected wallets</p></figcaption></figure>

### Adding a wallet

1. Click **Add new wallet**
2. Choose the wallet type:
   * **Solana Wallet** — for SOL, SPL tokens, and NFTs
   * **EVM Wallet** — for ETH, BNB, ERC-20, and BEP-20 tokens

<figure><img src="https://solmatebot.com/docs/placeholder-account-add-wallet.png" alt=""><figcaption><p>Choosing wallet type to add</p></figcaption></figure>

3. You'll be redirected to the verification page to prove wallet ownership

### Verifying a wallet

After adding a wallet, you need to verify it. You have two options:

{% tabs %}
{% tab title="Sign a Message" %}

1. Connect your wallet (Phantom, Solflare, MetaMask, Trust Wallet, Coinbase Wallet, and 300+ more supported)
2. Sign a message when prompted
3. This does **NOT** trigger a blockchain transaction and costs nothing

<figure><img src="https://solmatebot.com/docs/placeholder-account-sign-message.png" alt=""><figcaption><p>Signing a verification message</p></figcaption></figure>
{% endtab %}

{% tab title="Send a Transaction" %}

1. Send a small amount of SOL (or BNB for EVM) to the displayed address
2. Enter the transaction ID/hash on the verification page
3. Your wallet is verified once the transaction is confirmed

This method works if you can't connect your wallet directly (e.g., hardware wallets).
{% endtab %}
{% endtabs %}

### Wallet cards

Each connected wallet shows:

* Shortened wallet address (linked to block explorer)
* Network badge (Solana or EVM)
* Verification status and date
* SOL balance (for Solana wallets)
* **Verify** button (if not yet verified)
* **Remove** button

### Removing a wallet

Click the **Remove** button on the wallet card to disconnect it from your account.

{% hint style="danger" %}
**Safety reminder:** The verification page will only be on `solmatebot.com` or `spruijtstudios.com`. If the domain is different, it's fake — contact Solmate staff immediately.
{% endhint %}


---

# 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.solmatebot.com/web-dashboard/account-and-wallets.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.
