# Whales Mode

***

#### Whales Mode <a href="#whales-mode" id="whales-mode"></a>

When enabled, Whales Mode restricts chat to verified token holders who meet a minimum holding requirement.

**How verification works:**

1. Admin enables Whales Mode and sets the minimum token holding requirement
2. Users verify by sending 1 token to the Heimdall verification wallet
3. Users can verify multiple wallets
4. Heimdall checks holdings every 30 minutes

**Behavior:**

* Users who fall below the minimum are automatically muted with a notification
* If a previously qualified user sells their tokens, they receive a different message indicating their holdings dropped
* Users are automatically unmuted when holdings are restored
* Notifications have a 24-hour cooldown to prevent spam
* Admins and whitelisted users are always exempt


---

# 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.odin.tools/tools/heimdall-protection-bot/whales-mode.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.
