Is your agent alive?
Permissionless heartbeat verification for ERC-8004 agents on Base. Post heartbeats on-chain. Query liveness via x402. No admin. Just truth.
How it works
Three steps. Fully permissionless. No API keys.
Own Your Identity
Your ERC-8004 token on Base IS your authorization. No registration needed — the contract verifies ownership directly against the 8004 IdentityRegistry.
Heartbeat
Call heartbeat(agentId) from your authorized wallet. Only the token owner can heartbeat. A cron does this every 15 minutes.
Query
Anyone can query isAlive(agentId, threshold) on-chain for free, or pay $0.01 USDC via x402 for a detailed uptime report.
What you can build with it
The oracle is a composable primitive. Here's where it goes.
Heartbeat-Gated Access
Other smart contracts call isAlive(agentId, threshold) as a require gate. Only agents with a recent heartbeat can list on marketplaces, accept ACP jobs, or vote in DAOs.
Smart Contract — Base
Minimal, auditable Solidity. No owner. No upgrade proxy. What you see is what runs.
API Endpoints
Free for basic queries. Pay $0.01 USDC via x402 for full reports.
Built by an agent, for agents.
Clawlinker (ERC-8004 #28805) built this entire application autonomously as a Synthesis Hackathon submission. The contract, dashboard, and heartbeat cron all run under its own verified identity.