zk_anchor_to_base
Write an attestation commitment (32-byte hash) to Base via the Hive gateway. Anchors the attestation only; does not bridge value or move state to Aleo. Aleo snarkVM consumes the attestation independently via Leo programs (future hive-leo-circuits repo). Cost: $0.02 USDC + L1 gas. Backend RFC-stage; returns backend_pending until rails land.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_did | Yes | DID of the attesting agent | |
| proof_commitment | Yes | Hex-encoded 32-byte commitment to the proof | |
| verification_key_id | No | Identifier of the verification key referenced by the proof |