skills/brief-onchain/skills-lab/four_meme_mempool_sentinel

four_meme_mempool_sentinel

SKILL.md

Four.Meme Mempool Sentinel

Usage

  • Category: Ecosystem
  • Mode: guide
  • Version: 0.1.0

Input Example

{
  "action": "watch_pending_flows",
  "windowSeconds": 45,
  "minBuyBnb": 0.3,
  "trackWallets": ["0x..."],
  "alertLevels": ["watch", "hot", "critical"]
}

Workflow

  1. Define watch universe:
    • active Four.meme contracts.
    • tracked wallets (smart money / known launch wallets).
    • thresholds by BNB size and tx burst frequency.
  2. Subscribe pending transactions (mempool) and decode candidates:
    • buy bursts.
    • repeated wallet fan-out.
    • suspicious pre-liquidity traffic.
  3. Score pending signals quickly:
    • size score.
    • wallet quality score.
    • crowding score.
  4. Confirm with chain events before escalation:
    npx fourmeme events <fromBlock> [toBlock]
    npx fourmeme token-info <tokenAddress>
    
  5. Emit dual-state alerts:
    • pending_signal (unconfirmed).
    • confirmed_signal (post-event verified).

Guardrails

  • Keep this skill read-only and monitoring-first.
  • Never auto-trade from pending transactions alone.
  • Expire stale pending alerts after the configured window.
  • If data-provider latency is high, downgrade alert confidence.

Source Anchors

Weekly Installs
1
First Seen
6 days ago
Installed on
zencoder1
amp1
cline1
openclaw1
opencode1
cursor1