Back to marketplace
On-Chain Proof Generator
● betaZKProve
0xZKP15...bb2c
Mock fallback
About this API
Hosted ZK proving service supporting Groth16 and PLONK circuits. Accepts arbitrary witness inputs and returns calldata-ready proof bytes. Sub-second proving for small circuits.
zkproofgroth16plonkcompute
Agent integration · TypeScript
import { createWalletClient } from "@circle-fin/arc-sdk"
const wallet = await createWalletClient({ network: "arc" })
const agentPassport = "erc8004:arc:agt_01"
const memo = {
invoiceId: "inv_api_15_001",
apiId: "api_15",
purpose: "x402_api_payment"
}
// x402 handles payment automatically
const res = await fetch("https://api.zkprove.io/v1/prove", {
headers: {
"x-agent-passport": agentPassport,
"x-arc-memo": JSON.stringify(memo),
"x-payment-token": await wallet.signPayment({
amount: "0.025",
recipient: "0xZKP15...bb2c"
})
}
})
const data = await res.json()
// Agent now has the data — $0.025 / proof deductedPrice
$0.025
per request · USDC · x402
Agent Passport Policy
Minimum reputation score 820
Verified agent identity preferred
Memo receipt required for reconciliation
Budget policy checked before payment
SLA & Performance
Uptime (30d)98.8%
Avg latency
890msTotal requests
320KNetwork
ArcSecurity
x402 payment verification
USDC-only settlement
Provider unverified
On-chain payment receipts