# /verifysignature

Verify that you own a wallet by submitting a signature, message, and public key. This is an alternative verification method for users who prefer not to connect their wallet through the website.

## Usage

`/verifysignature`

No options — a popup form will appear.

## How it works

1. Type `/verifysignature` and press Enter
2. A popup will appear with three fields:
   * **Signature** — the signed message
   * **Message** — the original message that was signed
   * **Public Key** — your wallet address
3. Fill in the fields and submit

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-verifysignature-popup.png" alt=""><figcaption><p>The verification signature popup</p></figcaption></figure>

If the signature is valid, you'll see a confirmation message.

<figure><img src="https://solmatebot.com/docs/placeholder-cmd-verifysignature-success.png" alt=""><figcaption><p>Successful signature verification</p></figcaption></figure>


---

# 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/discord-commands/verifysignature.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.
