> For the complete documentation index, see [llms.txt](https://docs.walletx.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.walletx.bot/faq.md).

# FAQ

- [Affiliate Program](https://docs.walletx.bot/faq/affiliate-program.md)
- [Frequently Asked Questions](https://docs.walletx.bot/faq/frequently-asked-questions.md)
- [Where can I find the top wallets?](https://docs.walletx.bot/faq/frequently-asked-questions/where-can-i-find-the-top-wallets.md)
- ["I bought premium". Where can I find the alpha wallet drops?](https://docs.walletx.bot/faq/frequently-asked-questions/i-bought-premium-.-where-can-i-find-the-alpha-wallet-drops.md)
- [Is it possible to have a CSV file including all the alpha wallets?](https://docs.walletx.bot/faq/frequently-asked-questions/is-it-possible-to-have-a-csv-file-including-all-the-alpha-wallets.md)
- [Should I copy ✅pump.fun traders or ❌pump.fun traders?](https://docs.walletx.bot/faq/frequently-asked-questions/should-i-copy-pump.fun-traders-or-pump.fun-traders.md)
- [Why do I get this error: "❌ Error occurred while checking wallet (WE-1)"](https://docs.walletx.bot/faq/frequently-asked-questions/why-do-i-get-this-error-error-occurred-while-checking-wallet-we-1.md)
- [Why does the WalletX bot take long to check wallets now?](https://docs.walletx.bot/faq/frequently-asked-questions/why-does-the-walletx-bot-take-long-to-check-wallets-now.md)
- [How can I know if my WalletX subscription is still active?](https://docs.walletx.bot/faq/frequently-asked-questions/how-can-i-know-if-my-walletx-subscription-is-still-active.md)
- [Why is WalletX giving me different results than other analyzers? (GMGN, Dexscreener,etc)](https://docs.walletx.bot/faq/frequently-asked-questions/why-is-walletx-giving-me-different-results-than-other-analyzers-gmgn-dexscreener-etc.md)
- [How do I access WalletX premium group after purchase? (Premium Plan)](https://docs.walletx.bot/faq/frequently-asked-questions/how-do-i-access-walletx-premium-group-after-purchase-premium-plan.md)
- [At what time does WalletX drop the premium wallets each day?](https://docs.walletx.bot/faq/frequently-asked-questions/at-what-time-does-walletx-drop-the-premium-wallets-each-day.md)
- [Why does WalletX recommend skipping wallets with too many transactions?](https://docs.walletx.bot/faq/frequently-asked-questions/why-does-walletx-recommend-skipping-wallets-with-too-many-transactions.md)
- [Why I haven't received my premium subscription yet?](https://docs.walletx.bot/faq/frequently-asked-questions/why-i-havent-received-my-premium-subscription-yet.md)
- [Which copy trading bots does WalletX recommend for Solana?](https://docs.walletx.bot/faq/frequently-asked-questions/which-copy-trading-bots-does-walletx-recommend-for-solana.md)
- [What are the # tags meaning?](https://docs.walletx.bot/faq/frequently-asked-questions/what-are-the-tags-meaning.md)
- [What is an "Elite" Wallet?](https://docs.walletx.bot/faq/frequently-asked-questions/what-is-an-elite-wallet.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://docs.walletx.bot/faq.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.
