# Notifications

Real-time blockchain alerts via Discord DM.

## How It Works

Subscribe → Rafiki monitors → Activity detected → DM sent

## Categories (52 total)

### Hive Activity

| Category                    | Default |
| --------------------------- | ------- |
| Votes, Comments, Mentions   | On      |
| Transfers, Follows, Reblogs | On      |
| Account Creation            | Off     |

### Rewards

| Category                            | Default |
| ----------------------------------- | ------- |
| Author/Curation/Beneficiary Rewards | On      |
| HBD Interest, Power Down Fills      | On      |
| Producer Rewards                    | Off     |

### Staking & Delegations

| Category                            | Default |
| ----------------------------------- | ------- |
| Delegations, Power Up/Down, Savings | On      |

### Governance

| Category                               | Default |
| -------------------------------------- | ------- |
| Witness Votes (Received)               | On      |
| Witness Votes (Cast), DHF, Price Feeds | Off     |

### Hive-Engine

| Category                            | Default |
| ----------------------------------- | ------- |
| Token Transfers, Delegations, Stake | On      |
| Market Orders, Order Fills          | Off     |

### INLEO

| Category                            | Default |
| ----------------------------------- | ------- |
| Thread Replies/Mentions, LEO Alerts | On      |
| Premium Expiry                      | On      |
| LPUD Reminders (T-7, T-3, T-1, T-0) | Off     |

### Splinterlands

All off by default: Battles, Rewards, Rentals, DEC/SPS, Market, Streaks, League, Season Reminders

### Monitoring

All off by default: Whale Alerts, Hashtags, Keywords, Price Movement

### Search Alerts

| Category                                                       | Default                 |
| -------------------------------------------------------------- | ----------------------- |
| Saved search matches (new threads matching your saved queries) | Off (enabled per alert) |

## Presets

| Preset          | Best For                                   |
| --------------- | ------------------------------------------ |
| `minimal`       | Low noise — mentions, large transfers only |
| `active`        | Daily users — votes 10+, comments, rewards |
| `creator`       | Content creators — all engagement          |
| `whale_watcher` | Large stakeholders                         |
| `witness`       | Hive witnesses                             |
| `trader`        | Hive-Engine traders                        |
| `nft_collector` | NFT/Splinterlands                          |
| `silent`        | Mute all                                   |

Apply: `/rafiki preset minimal`

## DM Troubleshooting

If Discord DMs are blocked, Rafiki will guide you to fix your privacy settings so alerts can resume normally.

**Best next steps:**

* Make sure Discord allows direct messages from server members
* Run `/rafiki test` after updating your settings
* If needed, resubscribe with `/rafiki subscribe <username>` to refresh your setup

## Condensing

Groups rapid-fire notifications into summaries.

```
/rafiki condensing enable
/rafiki condensing threshold 5   # Condense after 5+ (range: 1-10)
```

## LeoDex Social Feed Alerts

Rafiki can also surface new original posts from **@leodexio** in Discord so you can keep up with LeoDex updates in real time.

**What you get:**

* Direct post links that render clean previews in Discord
* One-tap **Like**, **Repost**, and **Reply** links
* Original LeoDex posts only, keeping the feed focused on new updates

## Daily Signal (Premium Alternative)

Want curated content instead of individual notifications?

**Daily Signal** delivers a personalized digest of top INLEO threads once per day — no notification spam.

* Choose your topics (crypto, hive, gaming, etc.)
* Set your preferred delivery time
* Get a clean summary instead of dozens of alerts

Set up: `/rafiki signal setup`

## Troubleshooting

| Issue       | Fix                                                                                            |
| ----------- | ---------------------------------------------------------------------------------------------- |
| No DMs      | Check Discord DM settings → `/rafiki test`                                                     |
| DMs blocked | Rafiki will provide step-by-step instructions to fix privacy settings, then run `/rafiki test` |
| Paused      | `/rafiki test` resumes delivery                                                                |
| Too many    | `/rafiki preset minimal` or try Daily Signal                                                   |


---

# 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.inleo.io/rafiki-ai-assistant/notifications.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.
