> For the complete documentation index, see [llms.txt](https://gameland-1.gitbook.io/galeon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gameland-1.gitbook.io/galeon/meme-radar-meme-token-detection.md).

# Meme Radar — Meme Token Detection

#### 1 What is Meme Radar

Meme Radar is an AI-powered meme token discovery system that scans BSC, Solana, Base, and Ethereum every 10 minutes, sourcing from smart money, KOLs, whales, and social trends to identify early-stage meme token opportunities while filtering out scam tokens through safety checks.

#### 2 How to View Meme Signals

**Web DApp:**

* Go to Alpha Agent → Meme Radar tab
* Filter by chain (BSC/Solana/Base), signal level, and status
* Click signal cards for details (smart money info, holder distribution, safety assessment)

**Telegram:**

* `/meme` — View all Meme signals
* `/signal <signal_id>` — View details

#### 3 Signal Levels

* **STRONG\_BUY**: Radar score ≥ 70, strong opportunity
* **BUY**: Score 50-69, moderate opportunity
* **WATCH**: Score < 50, observe only

#### 4 Safety Protection

Every meme token must pass 10-point Golden Snipe safety checks before being displayed:

* Top 10 holder concentration ≤ 45%
* Dev holdings ≤ 10%
* Liquidity ≥ $15K
* Holder count ≥ 150
* Honeypot / rug pull risk detection
* Additional trading activity and market cap requirements

Tokens that fail safety checks will never appear in the signal list.


---

# 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://gameland-1.gitbook.io/galeon/meme-radar-meme-token-detection.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.
