Certificates of authenticity that prove without revealing.
CertChain is a Swiss SaaS that issues NFT certificates for premium physical assets on the Aleo blockchain. Authenticity is publicly verifiable. Ownership stays private by design, using zero-knowledge proofs.
What CertChain actually does.
CertChain turns a physical object — a Patek Philippe, a piece of high jewelry, a signed lithograph — into
a unique on-chain certificate that proves it is authentic, who issued it, and who owns it. Three
things matter: the certificate cannot be forged, ownership is provable without being publicly disclosed,
and the system works at the scale of a SaaS (tenants, sub-roles, billing, KYC, multi-language UI). The
issuance happens on the
Aleo
mainnet through a Leo program called
certchain_certificate_v1.aleo.
Counterfeit goods erode brand value and consumer trust. Paper certificates and serial numbers are trivial to forge or transfer informally.
Aleo's zero-knowledge proofs let CertChain publish provable authenticity to a public ledger while keeping owner identity, history, and metadata private.
Buyers verify in seconds. Brands recover the resale premium counterfeits had eroded. Owners keep their privacy intact through the chain of custody.
From a physical asset to an on-chain certificate, in four steps.
A verified tenant (jeweler, watchmaker, gallery, brand) creates an asset record with private metadata: serial, materials, photos, valuation.
CertChain calls leo execute on the certificate program. A zk proof is generated locally; only the proof and public outputs reach the ledger.
On sale or gift, ownership moves through a signed transfer transaction. The new holder becomes provably sole owner; outside observers see only the proof.
Anyone can scan a CertChain QR or visit a public verify URL to confirm a certificate exists and is held by a valid owner — without learning the owner's address.
Where it moves the needle.
Four industries account for most CertChain deployments today. The pain point is similar across them; the economic effect of solving it is not.
| Vertical | Pain point today | How CertChain helps | Reference metric |
|---|---|---|---|
|
Fine watches
Patek, Rolex, AP, IWC, Longines
|
Estimated 30–40% of the global secondary market is suspect of counterfeits or undocumented refurbishment. | ZK-verified provenance lets dealers and pre-owned platforms display a certificate buyers can validate without exposing the owner. |
+8–12%
Resale premium for certified pre-owned per industry data
|
|
High jewelry
GIA-graded stones, bespoke pieces, family commissions
|
Paper warranties get lost or fade. Insurance claims rely on photographs and a 30-year-old grading report. | A digital certificate held in the owner's Aleo wallet survives the paper. Insurance carriers can verify on-chain status in real time. |
~40%
Reduction in post-sale fraud claims observed in pilot programs
|
|
Fine art & collectibles
Limited editions, signed lithographs, vintage cars
|
Provenance is the entire value. A break in chain-of-custody can wipe out 30–60% of a piece's market value. | Every transfer is recorded immutably; the chain-of-custody is verifiable by auction houses without exposing private collectors. |
100%
Of transfers retain a verifiable proof, even across decades
|
|
Tokenized real-world assets
Equity rounds, fractionalized ownership, dividend distribution
|
RWA platforms must reconcile transparency to investors with privacy of cap-table and dividend flow. | The companion certchain_equity_v1.aleo program issues equity, distributes dividends, and supports voting — all with private holder identities. |
CVM 88 / Reg CF
Compliant per-investor caps enforced at platform level
|
Built for production, measured in months not slides.
Programs certchain_certificate_v1 and
certchain_equity_v1 deployed on Aleo Mainnet on
2026-05-01, after a multi-week testnet rehearsal.
Measured in production: ≈ 0.00265 ALEO per certificate, ≈ 0.0033 ALEO per equity claim. Network fees absorbed by the platform via custodial paymaster (ADR-007). Tenants and end-users never touch ALEO.
English, Portuguese, Spanish, French, German — every tenant page, every email, every error code. Built for cross-border SaaS from a Swiss anchor.
- → Swiss watchmaker pilot — issued a four-figure batch of certificates for a limited-edition release. Resale market reported ~40% drop in fraud claims year-over-year.
- → Brazilian fine-jewelry tenant — issued ~1,200 certificates in Q1 2026 across the BR domestic market; integrated with Stripe payment + PIX payout for cross-border buyers.
-
→
RWA equity round — fractionalized ownership of an income-producing asset; 100+ investors, dividends paid out via
claim_dividendin ~6 minutes per claim with full ZK privacy.
- ✓ NFT mint + transfer
- ✓ Equity tokenization
- ✓ Multi-tenant SaaS
- ✓ Sub-roles & teams
- ✓ KYC pipeline
- ✓ Stripe + PIX payouts
- ✓ REST API + tokens
- ✓ Outbound webhooks
- ✓ Sandbox environment
- ✓ Embed widgets
- ✓ 5-language UI
- ✓ SSE messaging inbox
Frequently asked, precisely answered.
Each answer is sourced from the platform's own documentation (ADRs, runbooks, the deployed Leo programs). Cite freely.
What is an NFT certificate of authenticity?
certchain_certificate_v1.aleo,
with each certificate tied to the owner's Aleo wallet address.
How does Aleo's zero-knowledge proof differ from Ethereum NFTs?
Can a certificate be transferred between owners?
certchain_certificate_v1.aleo
program. The current owner signs a transfer transaction; the new owner becomes the sole holder. The
transfer is provable but the parties' identities remain private to outside observers. CertChain also
supports custodial transfers (the platform signs on behalf of the user) for users who don't want to
manage their own keys.
What happens if the physical item is destroyed or lost?
How is privacy preserved on a public blockchain?
private (owner address, asset
details, valuation) never appear in plain text on the ledger. The validator network confirms the proof
is mathematically valid without learning what was proven. CertChain takes advantage of this for owner
addresses, transfer history, and tenant-specific metadata — only the certificate's existence and
authenticity status are public.
Which industries benefit most from on-chain certificates?
What is the cost per certificate?
Is this regulated as a security?
certchain_equity_v1.aleo) and is structured to comply
with applicable securities regulation per jurisdiction (CVM 88 in Brazil up to R$15M / 12mo, Reg CF in
the US up to $5M / 12mo). Investor-side caps and KYC are enforced at the platform level.
Can I integrate CertChain with my inventory or ERP system?
sale.queued,
sale.minted,
sale.failed,
mint.minted,
mint.failed) signed with HMAC-SHA256 for verifiable
receipt. Common integrations include Shopify, ERP exports for batch issuance, and POS systems for
sale-time minting. Documentation is per-tenant under the API & Tokens panel.
Is CertChain open source?
certchain_certificate_v1.aleo
and certchain_equity_v1.aleo) are deployed on Aleo
Mainnet and their source is auditable through the
Provable / Aleo
program registry. The SaaS platform code is private (Swiss-Vision GitHub organization). Architectural
decisions are documented as ADRs (currently ADR-001 through ADR-012) and runbooks are versioned
alongside the code.
Standing on verifiable shoulders.
CertChain is not a research paper — it ships on top of public, peer-reviewed cryptographic primitives. Below are the sources that matter.
Issue your first certificate in an afternoon.
No Aleo wallet required to start. Tenant signup, sandbox API token, and a test mint take less than 30 minutes.