wallet_monitor

Monitor Ethereum and Base wallets for large transfers and token swaps.

47|22|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/ethereumdegen/stark-bot --skill wallet-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wallet_monitor
Source: https://github.com/ethereumdegen/stark-bot/tree/main/modules/wallet_monitor
Command: npx skills add https://github.com/ethereumdegen/stark-bot --skill wallet-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, starkbot-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users monitor cryptocurrency wallets for significant on-chain activity, such as large trades and swaps, providing timely alerts and transaction history.

Core Features & Use Cases

  • Wallet Tracking: Monitor specific Ethereum and Base addresses for incoming and outgoing transactions.
  • Whale Trade Detection: Automatically identifies and flags large value transactions exceeding a user-defined threshold.
  • Swap Identification: Detects and categorizes token swaps based on ERC-20 transfer patterns.
  • Use Case: You can set up monitoring for a known whale's address on the Ethereum mainnet and receive alerts whenever they execute a trade over $50,000.

Quick Start

Add the wallet address 0x123...abc to monitor on mainnet with a large trade threshold of $100,000.

Frequently Asked Questions about wallet_monitor

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

FAQPage Schema
How do I track Ethereum wallet activity and detect large whale trades?

To track Ethereum wallet activity and detect whale trades, you can monitor specific addresses for incoming and outgoing transactions. This Skill automatically flags large value transactions exceeding a user-defined USD threshold and provides transaction details.

Can I monitor crypto wallets on the Base blockchain for token swaps?

Yes, you can monitor crypto wallets on the Base blockchain for token swaps. The Skill tracks both Ethereum and Base addresses, detecting and categorizing token swaps based on ERC-20 transfer patterns.

Do I need Alchemy API keys for on-chain transaction monitoring?

Yes, you need Alchemy API keys for on-chain transaction monitoring. The Skill requires these API keys to access Alchemy APIs for retrieving on-chain data, wallet transfers, and historical transaction information.

What is the best way to set up whale alerts for large crypto transactions?

The best way to set up whale alerts for large crypto transactions is to define a USD threshold for monitored addresses. The Skill then detects large value trades exceeding this threshold and alerts you with the specific transaction details.

Does wallet monitoring support historical transaction data retrieval?

Yes, wallet monitoring supports historical transaction data retrieval. The Skill uses a local SQLite database for state management, allowing it to store and provide historical on-chain activity and transaction details over time.