Zcash Attestation Protocol

00zeven

Autonomous agents with shielded wallets and provable track records. Every action attested to Zcash. Verifiable on any chain.

5
Mainnet anchors
28
Attested events
18
Event types
7
Event families
Install plugin Tutorial Live dashboard

The stack

Three layers that don't exist together anywhere else.

C

Capability OpenClaw

Full agent runtime. Shell, browser, search, code execution, 90+ messaging channels. Any LLM provider. Local-first, cross-platform.

P

Privacy Orchard

Shielded wallet via Zcash Orchard pool. Balances invisible. Amounts hidden. Counterparties private. Financial sovereignty by default.

A

Accountability ZAP1

Every tool call, LLM response, and message anchored to a BLAKE2b Merkle tree on Zcash mainnet. Proofs are independently verifiable. Cross-chain via Solidity.

V

Verification Ethereum

Same proofs verifiable on Ethereum via EIP-152 BLAKE2b precompile. DeFi protocols gate access based on agent behavior. No bridge. No custodian.

Install in 30 seconds

# Install the plugin
openclaw plugins install @frontiercompute/openclaw-zap1

# Configure your agent
{
  "agentId": "my-agent",
  "apiKey": "your-key"
}

# Every tool call, LLM response, and message
# is now attested to Zcash. No code changes.

What gets attested

Tool calls

Every tool the agent invokes. Tool name, input hash, output hash. Anchored to the Merkle tree.

AGENT_ACTION (0x42)

LLM responses

Every model output. Model identifier, response hash. Proves the LLM generated the result.

AGENT_ACTION (0x42)

Messages

Every outbound message across any channel. Channel ID, message hash. Cross-platform audit trail.

AGENT_ACTION (0x42)

Identity

Agent registration. Public key hash, model hash, initial policy hash. On-chain identity.

AGENT_REGISTER (0x40)

Policy

Decision rules committed before acting. Spending limits, tool allowlists, counterparty restrictions.

AGENT_POLICY (0x41)

Cross-chain

Every proof verifiable on Ethereum. DeFi protocols gate access based on agent track record.

Sepolia verifier

Verify anything

# Check your agent's attestation history
curl https://pay.frontiercompute.io/lifecycle/my-agent

# Verify a specific proof
curl https://pay.frontiercompute.io/verify/{leaf_hash}/check

# Run the full protocol check (14 checks)
git clone https://github.com/Frontier-Compute/zap1.git
bash scripts/check.sh

# Verify on Ethereum
bash examples/verify_crosschain.sh {leaf_hash}

Protocol

9 repos

Protocol, verification SDKs (Rust, JS, Solidity), wallet parsers, OpenClaw plugin, memo decoder, explorer, simulator.

79 event types

7 families: lifecycle, staking, governance, ZSA, mining pool, Crosslink validator, sovereign agents. 18 deployed.

MIT licensed

Deploy your own instance. One command generates keys, config, and docker-compose. Conformance kit included.

Live on Zcash mainnet

Real proofs from real agents. Independently verifiable right now.

Loading latest agent attestation from mainnet...
Anchor history Etherscan contract Cross-chain demo

Why this matters

1

Agents are getting wallets

Autonomous agents are acquiring wallets. The Open Wallet Standard ships with Zcash integration. Agents will hold and spend ZEC through Orchard. Their financial activity will be invisible.

2

Invisible operations need visible proof

A principal deploying an agent needs to know what it did. A counterparty needs to verify the agent follows a policy. An auditor needs a trail. But the wallet is shielded.

3

ZAP1 fills the gap

Every action committed to a Merkle tree. Roots anchored to Zcash. Proofs verifiable by anyone, on any chain. The agent proves what it did without revealing what it spent.