Listener Queue
On-chain ValidationRequest events and listener state
Base Sepolia
Listener
Not deployed
Last tick · —
Block lag
—
Listener has not processed any blocks
Validator
—
| Status | Agent | Requester | Score | Response TX | Picked up |
|---|---|---|---|---|---|
Runbook · Deploy Listener to DigitalOcean
- SSH into the droplet provisioned in PHASE0 §A4.
- cd /opt/agentradar/listener && git pull && npm ci && npm run build
- Copy .env.example → .env and populate secrets.
- pm2 start npm --name agentradar-listener -- start
- pm2 save && pm2 startup
- Verify curl http://localhost:8080/health returns running.