aura-labs.ai

AURA Protocol Documentation

This section contains the complete protocol specifications for the AURA Framework.

Contents

Core Specifications

Message Reference

Protocol Overview

The AURA protocol enables three types of participants to communicate:

Participant Role Primary Messages
Scout Buying agent Intent registration, negotiation requests, transaction requests
AURA Core Neutral broker Matching, routing, coordination
Beacon Selling agent Proposition registration, offers, confirmations

Message Flow

Scout                    AURA Core                   Beacon
  │                          │                          │
  │─── Intent Registration ──>│                          │
  │                          │─── Anonymized Inquiry ───>│
  │                          │<── Proposition ───────────│
  │<── Matched Propositions ──│                          │
  │                          │                          │
  │─── Negotiation Request ──>│                          │
  │                          │─── Forward Request ──────>│
  │                          │<── Offer ─────────────────│
  │<── Offer ─────────────────│                          │
  │                          │                          │
  │─── Accept ───────────────>│                          │
  │                          │─── Transaction ──────────>│
  │                          │<── Confirmation ──────────│
  │<── Confirmation ──────────│                          │

Transport

Security

See Also