thehiveryiq.com → HiveAttest demo

Gate-conditional USDC transfer

An AI agent says it's about to move USDC. Before the transfer happens, the gate checks a signed pre-action passport. The decision comes back as a signed receipt. No allow, no transfer. Every signature is real Ed25519 (RFC 8032), every body uses RFC 8785 JCS canonicalization, and every response carries a Layer C honesty header. The backend is live at receipts.thehiveryiq.com.

1Declared action

2Pre-action passport awaiting

// POST /v1/attest/passport/issue

3Gate decision & receipt awaiting

// POST /v1/attest/gate/evaluate

4USDC rail outcome awaiting

// Conditional on gate.decision === "allow"
Settlement on Base: USDC 0x83358...02913. In production, the gate receipt id and signature are passed through to the wallet executor and stored alongside the on-chain transfer hash.
Layer C reference. Every response above carries an X-Hive-Layer: C-Reference HTTP header and a _meta envelope linking to the SPEC and patent claim. Production-grade hardening (HSM-backed keys, transparency log anchoring, SOC 2 controls) is the next 9 months of work. The SPECs set the rules.
Private by design. Hive does not store your prompts. Every request is already receipted by a one-way SHA-256 fingerprint, not the words. Proof, not surveillance.