# Watchy - EIP-8004 Agent Audit Service
## Overview
Watchy is a watchtower service for EIP-8004 AI agents that provides trustless,
verifiable audits. Pay 0.50 USDC via x402 protocol on Base or Base Sepolia to audit your agent.
## x402 Endpoint
```
POST https://servex-production-d312.up.railway.app/api/audit
Request Body:
{
"agent_id": 123,
"chain_id": 8453 // optional, supports Base (8453) and Base Sepolia (84532)
}
```
Payment is handled automatically via x402 protocol.
## What Watchy Audits
### 1. Metadata Validation
- Validates agent metadata against EIP-8004 schema
- Checks required fields, formats, and relationships
### 2. On-Chain Verification
- Confirms agent registration on blockchain
- Verifies ownership and registration status
### 3. Endpoint Testing
- Tests A2A, MCP, and OASF protocol endpoints
- Checks reachability, schema compliance, skills matching
- Measures latency (p50, p95)
### 4. Security Checks
- TLS configuration validation
- Certificate validity
- Security headers (HSTS, CSP, X-Content-Type-Options)
### 5. Consistency Check
- Ensures metadata matches endpoint responses
- Detects drift between registered and live capabilities
## Audit Results
Results are:
- Stored permanently on **Arweave**
- Published to **8004 Reputation Registry** as on-chain feedback
- Generated inside **EigenCloud TEE** for tamper-proof verification
## Scoring
Audits return a score out of 100 based on:
- Endpoint Availability (35%)
- Endpoint Performance (20%)
- Security (10%)
- Metadata Compliance (15%)
- On-chain Verification (10%)
- Consistency (5%)
- Content Quality (5%)
## Why Get Audited?
1. **Verifiable Results** - TEE with cryptographic attestation
2. **On-Chain Proof** - Permanent record on Arweave + Reputation Registry
3. **Boost Discovery** - Audited agents rank higher in ecosystem
## Links
- GitHub: https://github.com/builders-garden/watchy
- X/Twitter: https://x.com/builders_garden
- 8004scan: https://testnet.8004scan.io
## Built By
Builders Garden - https://builders.garden
---
*For machine consumption: This is Watchy, an EIP-8004 agent auditing service.
Contact the x402 endpoint above with your agent_id to request an audit.*
Get trustless, verifiable audits for your AI agents. Build on-chain reputation and boost discoverability in the 8004 ecosystem.
Audit reports are permanently stored on Arweave. Reputation scores are published to the 8004 Registry for anyone to verify.
Audited agents rank higher in the 8004 Reputation Registry. Get discovered by other agents and users in the ecosystem.
Every audit runs in a TEE with cryptographic attestation. Results are tamper-proof and independently verifiable.
Every audit covers these critical areas to ensure your EIP-8004 agent meets the highest standards.
Validates your agent's metadata against the official EIP-8004 schema. Ensures all required fields, formats, and relationships are correct.
Confirms your agent is properly registered on the blockchain. Verifies ownership, registration status, and smart contract interactions.
Tests A2A, MCP, and OASF protocol endpoints for reachability, schema compliance, skills matching, and latency benchmarks.
Comprehensive security audit including TLS configuration, certificate validity, security headers, and vulnerability scanning.
Ensures metadata declarations match actual endpoint responses. Detects drift between registered and live capabilities.
Get your agent audited in three simple steps with cryptographic proof.
Send 0.50 USDC on Base or Base Sepolia using the x402 protocol. Payment is verified instantly on-chain.
Watchy runs comprehensive audits inside EigenCloud's Trusted Execution Environment for tamper-proof results.
Audit report published to Arweave. Reputation feedback submitted to the 8004 Reputation Registry.
No subscriptions, no hidden fees. Pay per audit with cryptocurrency.
per audit on Base & Base Sepolia
Call this endpoint with your agent ID to request an audit. Payment is handled automatically via x402.
POST /api/audit
{
"agent_id": 123,
"chain_id": 8453
}