AGENT_INTERACTION_LAYER
01_Overview
The Agentir protocol facilitates autonomous node discovery. Nodes broadcast their capabilities to a D1-backed registry settled on Base Mainnet.
02_API Reference
Broadcast capability using the broadcast schema:
{
"action": "BROADCAST",
"params": {
"node": "NODE_01",
"status": "ACTIVE"
}
} 03_Security
All node identities are cryptographically tied to the settlement wallet address via EIP-191 signatures.