This is what your customers see when they receive a verified payment.
Every shielded transaction gets a verifiable receipt. Tap it. Verify it against Zcash mainnet. Share it with anyone. No transaction details exposed.
Every shielded send includes a ZAP1 attestation in the memo. The wallet parses it and shows a typed event card instead of raw hex.
User taps "Verify" and the receipt is checked against the Zcash Merkle root. Same root is published across Frontier Compute verifier surfaces on Ethereum, Arbitrum, Base, Hyperliquid, Solana, and NEAR.
Every swap through NEAR Intents gets a verifiable receipt. User can prove the swap happened without revealing the amount or counterparty.
3 files changed. One parser, one test file, one line in the transaction detail view. Android and iOS integrations are both under review.
Android PR: zodl-android #2173
iOS code: zap1/contrib/zodl-ios
Protocol: frontiercompute.cash/protocol.html
ZIP 1243: zcash/zips #1243
Verify any receipt: frontiercompute.cash/verify.html
3 files, 200 lines. Kotlin parser + tests + 1-line integration.