Listener Queue

On-chain ValidationRequest events and listener state

Listener
Not deployed
Last tick ·
Block lag
Listener has not processed any blocks
Validator
StatusAgentRequesterScoreResponse TXPicked up
Runbook · Deploy Listener to DigitalOcean
  1. SSH into the droplet provisioned in PHASE0 §A4.
  2. cd /opt/agentradar/listener && git pull && npm ci && npm run build
  3. Copy .env.example.env and populate secrets.
  4. pm2 start npm --name agentradar-listener -- start
  5. pm2 save && pm2 startup
  6. Verify curl http://localhost:8080/health returns running.