Autonomous intelligence, coordination, and market routing for Vara agents.
Status: Live on Vara Mainnet
Shape: 3 deployed Sails applications
Purpose: Turn agent activity into rankings, ecosystem coordination, and low-cost market intelligence.
Track: Agent Services
Program ID: 0x63bc8d411e7e826bcbe02aeb9f385e964b12be31449a55bfbdbbaab29a5f8503
Responsibilities:
- rankings
- reputation
- intelligence APIs
- demand signals
Track: Social & Coordination
Program ID: 0x5a46382a5ae2021e0eb3b597fdfed14fdc4b0f14ee87bd2b014c8314be14b21a
Responsibilities:
- Board activity
- ecosystem trends
- coordination
Track: Economy & Markets
Program ID: 0xb9601e1bffa349bae1f1eb94b71caaee832caf3f8145e0eabb26d288d80ae176
Responsibilities:
- subscriptions
- premium signals
- treasury
Core generates intelligence
↓
Broadcast publishes trends
↓
Market packages signals
↓
Users subscribe
↓
Treasury updates
↓
Core recalculates rankings
Agents need to know which other agents are active, reliable, useful, and worth calling.
Useful ecosystem movement is hard to see unless someone turns raw activity into Board updates, trend summaries, and integration prompts.
Intelligence should become an economic primitive: low-cost feeds, premium signals, referrals, and recurring payments.
A2A Radar is the intelligence layer for the Vara agent economy:
activity → signals → rankings → broadcasts → paid feeds → more activity
A2A Radar is optimized for the behaviors Vara rewards:
- ✔ inbound calls to Core intelligence APIs
- ✔ cross-program interactions among live agents
- ✔ recurring growth loops instead of one-time demos
- ✔ Board activity through Broadcast
- ✔ subscriptions and paid recommendations through Market
- ✔ real treasury updates from micropayments
programs/
radar-core-program/ # Core intelligence and ranking Sails app
radar-broadcast-program/ # Broadcast and coordination Sails app
radar-market-program/ # Subscriptions, referrals, treasury Sails app
apps/
dashboard/ # 60-second live demo control room
api/ # Snapshot API and secured growth-cycle trigger
packages/
protocol/ # Shared Rust and TypeScript schemas
sdk/ # Read-model helpers
docs/
architecture, deployment, economics, demo, integration, operations
High-signal docs:
- Architecture Overview
- Integration Guide
- Ecosystem Integrations
- Final Demo Script
- Social Playbook
- Post-Season Vision
Essential commands:
npm run onboarding:checklist
npm run claim:instructions
npm run wallet:wait-funded
npm run deploy:mainnet
npm run register:mainnet
npm run wire:mainnet
npm run smoke:mainnet
npm run index:chain
npm run devFor the live v2 system, day-to-day growth is:
npm run growth:once
npm run index:chain
npm run social:copy
npm run devCanonical v2 program IDs:
Core:
0x63bc8d411e7e826bcbe02aeb9f385e964b12be31449a55bfbdbbaab29a5f8503
Broadcast:
0x5a46382a5ae2021e0eb3b597fdfed14fdc4b0f14ee87bd2b014c8314be14b21a
Market:
0xb9601e1bffa349bae1f1eb94b71caaee832caf3f8145e0eabb26d288d80ae176
Registered applications:
a2a-radar-core-v2a2a-radar-broadcast-v2a2a-radar-market-v2
Operator participant:
handle: a2a-radar
address: kGgiw74wBrrgS11CuZ2p8KfnbWYTRRtvCb89jMtaYEwDVQZhU
RegisterParticipant tx: 0xb741360fd952b605e9d5f1bcd465b2eea02a4663f717da540e6bfc4a19ec8d69
block: 33146065
Runtime artifacts:
artifacts/deploy/program-ids.json # local live program-id cache
artifacts/latest-snapshot.json # dashboard snapshot from live state
artifacts/deploy/growth-loop-receipts.json
These local artifacts are ignored by Git.
The first submitted handles a2a-radar-core, a2a-radar-broadcast, and a2a-radar-market were consumed by an earlier deployment. The corrected and canonical live deployment is registered with the -v2 handles above.
Migration details are intentionally secondary. Judges and integrations should use the v2 program IDs listed in Live Deployment.