base-monitoring

Monitor Base blockchain AI agent transactions and detect violations.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/SatoshiPierogi/onchain-watchdog --skill base-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: base-monitoring
Source: https://github.com/SatoshiPierogi/onchain-watchdog/tree/main/skills/base-monitoring
Command: npx skills add https://github.com/SatoshiPierogi/onchain-watchdog --skill base-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ethers, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the growing need for transparency and accountability in AI agents operating on the Base blockchain by providing real-time monitoring and violation detection.

Core Features & Use Cases

  • Transaction Monitoring: Fetches and analyzes on-chain transaction data for specified agent addresses.
  • Violation Detection: Identifies suspicious activity patterns such as drain attempts, high failure rates, and wash trading.
  • Activity Summarization: Provides insights into an agent's on-chain behavior, including transaction volume, success rates, and counterparties.
  • Use Case: A decentralized autonomous organization (DAO) can use this Skill to continuously monitor the activity of its AI agents, ensuring they operate within expected parameters and do not engage in malicious behavior.

Quick Start

Use the base-monitoring skill to monitor transactions for the agent address 0x1234567890abcdef1234567890abcdef12345678.

Frequently Asked Questions about base-monitoring

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

FAQPage Schema
How do I monitor AI agent transactions on the Base blockchain?

To monitor AI agent transactions on the Base blockchain, you need a tool that fetches on-chain data via ethers.js and a specified BASE_RPC_URL to analyze agent activity patterns. It scans addresses to detect anomalous behavior and provides activity summaries.

What is AI agent violation detection in blockchain monitoring?

AI agent violation detection in blockchain monitoring is the process of scanning on-chain transactions to identify suspicious activity patterns such as drain attempts, high failure rates, and wash trading. It ensures agents operate within expected parameters.

How do I detect wash trading patterns for on-chain AI agents?

To detect wash trading patterns for on-chain AI agents, you analyze transaction data for specific addresses to identify anomalous behavior. This involves scanning on-chain activity to flag suspicious repeated transfers and high failure rates.

Do I need ethers.js to analyze Base blockchain transaction data?

Yes, you need ethers.js to analyze Base blockchain transaction data because the monitoring skill depends on the ethers library. You also need to set the BASE_RPC_URL environment variable to fetch on-chain data.

Can I get a transaction success rate summary for a specific Base blockchain address?

Yes, you can get a transaction success rate summary for a specific Base blockchain address by analyzing its on-chain activity. The monitoring process provides insights into transaction volume, success rates, and total value transferred.

What kind of on-chain activity patterns indicate a compromised AI agent?

On-chain activity patterns that indicate a compromised AI agent include drain attempts, high failure rates, and wash trading. Detecting these violations requires scanning transaction data for anomalous behavior and unexpected counterparties.