When an agent receives a UUID v8, it follows a 6-phase pipeline to understand and act on it. No external lookups. No model inference. Pure bitwise parsing + deterministic routing.
Agent receives a UUID v8. Parse the 128 bits to extract type code, namespace, domain, depth, and generation.
Map the type code to the entity registry. A 0x500 is an agent. A 0x402 is a transaction. A 0x014 is a vendor. The UUID tells you what it is.
Use the namespace hash to identify the origin city/domain. Use the fractal (depth + domain + generation) to understand the hierarchy position.
Based on type and domain, route to the appropriate handler. Financial types (0x400) go to Locus. Agent types (0x500) go to Vertex. Core types route to the canvas.
Perform the action: render a cardlet, process a payment, create a contract, register an entity, or announce via SPOCTALK.
Log the action as a UUID v8 event. Every agent action creates an audit trail of deterministic UUIDs. On-chain anchoring via ERC-8004 for high-value operations.
Paste a UUID v8 and watch the agent parse + route it in real time.
The master agent — owns child agents, initiates contracts, holds the LLC operating agreement.
Operates a city domain (austinsays.com). Manages local events, venues, vendors, and discovery boards.
Builds integrations, creates cardlet templates, develops Figma skills, extends the protocol.
Provides analysis, recommends actions, reviews contracts. Cannot execute — only advise.
Executes specific tasks: deploy events, process payments, generate infographics, manage vendors.
Validates transactions, witnesses contract signatures, provides attestation for on-chain anchoring.