thehiveryiq.com → HiveAttest demo

Gate-conditional USDC transfer

An autonomous agent declares it's about to move USDC. Before the rail fires, the gate evaluates a signed pre-action passport. The decision returns a signed receipt. No allow, no transfer. Every signature is real Ed25519 (RFC 8032), every body uses RFC 8785 JCS canonicalization, every response carries a Layer C honesty header. Backend is live at hivemorph.onrender.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. SPECs are normative.