wallet-monitoring-bot

Monitor Solana wallet activity and send alerts across multiple channels.

3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/SanctifiedOps/solana-skills --skill wallet-monitoring-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wallet-monitoring-bot
Source: https://github.com/SanctifiedOps/solana-skills/tree/main/skills/bots/wallet-monitoring-bot
Command: npx skills add https://github.com/SanctifiedOps/solana-skills --skill wallet-monitoring-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wallet Monitoring Bot helps teams observe on-chain activity for Solana wallets, generating timely alerts for transfers, thresholds, and security events while enforcing rate limits and privacy guardrails.

Core Features & Use Cases

  • Continuous on-chain monitoring of configured wallets for SOL transfers, token movements, and NFT activity.
  • Threshold-based alerts with privacy-preserving redaction for public channels.
  • Deduplication by transaction signature and optional Redis-backed persistence for reliability.
  • Use cases include treasury monitoring, whale watching, security alerting, and compliance auditing.

Quick Start

  1. Install dependencies and configure a minimal wallet list and data source.
  2. Set up alert channels (Discord/Telegram/Slack) and a webhook URL.
  3. Run the bot locally and verify alerts with a test transaction.

Frequently Asked Questions about wallet-monitoring-bot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor Solana wallet activity and send alerts to Discord or Telegram?

You can monitor Solana wallet activity by configuring data sources like Helius webhooks, RPC polling, or WebSocket streams. The bot tracks transfers and token movements, then delivers alerts to channels like Discord, Telegram, or Slack with rate limits.

What is the best way to prevent duplicate alerts for Solana on-chain transactions?

To prevent duplicate Solana on-chain alerts, use idempotent deduplication by transaction signature. The bot enforces this deduplication automatically and supports optional Redis-backed persistence to ensure reliability across restarts.

Can I set threshold-based alerts for Solana transfers without exposing wallet addresses?

Yes, you can set threshold-based alerts for Solana transfers while maintaining privacy. The bot applies privacy-preserving redaction to wallet addresses before sending alerts to public channels, ensuring sensitive data remains protected.

How do I set up a Solana wallet monitoring bot for treasury tracking?

To set up Solana wallet monitoring for treasury tracking, install the bot, configure a minimal wallet list with a data source, and connect alert channels. It tracks SOL, token, and NFT movements, enriching alerts with USD valuations.

Does the wallet monitoring bot support WebSocket streams and Helius webhooks simultaneously?

Yes, the bot supports optional data sources including Helius webhooks, RPC polling, and WebSocket streams simultaneously. You can configure multiple data sources to ensure comprehensive on-chain monitoring coverage across your wallets.

Why am I missing on-chain alerts for NFT activity across my Solana wallets?

Missing NFT activity alerts may result from incorrect data source configuration or rate limiting. The bot monitors NFT movements but enforces rate limits; verify your webhook URL setup and run a test transaction to confirm alerts trigger properly.