> For the complete documentation index, see [llms.txt](https://ripplespy.gitbook.io/ripplespy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ripplespy.gitbook.io/ripplespy/getting-started/publish-your-docs.md).

# Verifying your wallet

To access features in the app, you'll need to go through a wallet verification process, in order to prove that you are holding $RIPPLESPY tokens. You will need to hold a **MINIMUM** of 250 tokens (0.025%) in order to use the wallet scanner.

<figure><img src="/files/TUEybJY20OCvGcHOOK3x" alt=""><figcaption></figcaption></figure>

Simply click "Verify wallet" and you will be redirected to the Telegram verification bot. This bot will guide you through the steps needed in order to verify that you are holding $RIPPLESPY tokens.

<figure><img src="/files/wnCk1GxXUXhBpFxHmBKR" alt=""><figcaption></figcaption></figure>

After pasting your wallet holding $RIPPLESPY tokens, you will need to send a very small (random) amount of XRP to the wallet address provided. Once you've done so, simply paste the transaction HASH or the xrpscan hash url of the transaction

<figure><img src="/files/7vGnvRrcHGRc68JGNhUl" alt=""><figcaption></figcaption></figure>

If you see the success message, you are now successfully verified within the app. You will now be able to scan wallets without limits!


---

# 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://ripplespy.gitbook.io/ripplespy/getting-started/publish-your-docs.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.
