mempool-signal-scan

Detect real-time mempool signals for swaps and large transfers via RPC.

17|45|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill mempool-signal-scan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mempool-signal-scan
Source: https://github.com/XSpoonAi/spoon-awesome-skill/tree/main/web3-data-intelligence/mempool-signal-scan
Command: npx skills add https://github.com/XSpoonAi/spoon-awesome-skill --skill mempool-signal-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill detects real-time mempool signals to help traders identify high-value opportunities in pending transactions and act quickly.

Core Features & Use Cases

  • RPC mempool integration: Fetches live mempool data via txpool_content to surface candidate signals.
  • Real gas price data: Uses network RPC eth_gasPrice to estimate transaction costs for timing decisions.
  • Swap & transfer detection: Identifies DEX router interactions and large ERC20 transfers for potential execution.
  • Dual-mode operation: Supports API mode with live data and parameter mode with predefined signals.
  • Multi-network support: Works across Ethereum, Polygon, Arbitrum, Optimism, and BSC for broad coverage.

Quick Start

Run the script with API mode to start monitoring the mempool for swap and transfer signals on your chosen network.

Frequently Asked Questions about mempool-signal-scan

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

FAQPage Schema
How do I monitor the Ethereum mempool for pending DEX swap transactions?

You can monitor the Ethereum mempool for pending DEX swaps by fetching live data via direct RPC calls to txpool_content. This Skill matches pending transactions against known DEX routers and outputs structured JSON signals with timestamps.

Can I detect large ERC20 token transfers in the mempool before they are confirmed?

Yes, you can detect large ERC20 token transfers before confirmation by scanning pending transactions in the mempool. The Skill identifies significant transfer events and surfaces them as actionable JSON signals for fast execution.

Does this mempool scanner support multiple networks like Arbitrum, Polygon, and BSC?

This mempool scanner supports multiple networks including Ethereum, Polygon, Arbitrum, Optimism, and BSC. It applies the same pending transaction detection logic across all supported chains to identify high-value crypto opportunities.

How do I get real-time gas price data alongside mempool trading signals?

To get real-time gas price data alongside mempool trading signals, the Skill queries the network RPC using eth_gasPrice. This estimates current transaction costs and includes the gas price directly in the structured JSON output for timing decisions.

What is the best way to identify high-value crypto opportunities from pending transactions?

The best way to identify high-value crypto opportunities from pending transactions is to scan the mempool for DEX router interactions and large transfers. This approach surfaces actionable insights before block confirmation, enabling faster trading decisions.

Can I use predefined mempool signals instead of live API data for testing?

You can use predefined mempool signals instead of live API data by switching to parameter mode. This dual-mode operation allows you to test structured signal outputs without requiring an active RPC connection to the network.