Some things
are worth
proving.

PRVNZ gives brands, creators, and the platforms that carry them a way to make their work verifiable — across what they ship, what they publish, and what they claim. One record per item, every audience, in any market.

4

jobs in one platform

Authenticity, provenance, AI & content, compliance — one record, every audience.

3

verification environments

Public, institutional-grade, and retail-speed — saved in parallel for redundancy.

languages, markets, jurisdictions

Geography-neutral by design. Localized to the customers in front of you.

1

record per item

Selective disclosure means each audience sees what they're entitled to — and nothing else.

What PRVNZ is for

Four jobs. One layer of proof.

PRVNZ does four things at once: it proves a physical product is the real one, records the claims behind it, keeps creative work and AI-generated content distinguishable, and delivers the regulation roadmap as a byproduct. Most brands need all four; you don't want four platforms.

Authenticity

Prove the real thing is real.

Job 01

Every item PRVNZ touches gets a verifiable identity that a customer, a customs officer, or a marketplace can check in seconds. Autonomous agents sweep marketplaces and customs feeds, flag counterfeits as they appear, and route resale back through the brand.

Provenance

Make every claim checkable.

Job 02

Where it came from, who handled it, what it's made of, how it was made. Supplier-claim agents ingest each filing, cross-check it against lab data, customs records, and IoT signals, and write the verified result back to the passport — so the next person who asks doesn't have to take your word for it.

AI & content

Keep authorship verifiable.

Job 03

Mark AI-generated and AI-modified media so it can be told apart from the real thing. Protect creative work, brand assets, and IP — derivative-detection agents watch for unauthorized copies, scraped catalogs, and synthetic remixes across the open web.

Compliance

Ship the regulation roadmap with the product.

Job 04

Product passports, content marking, supplier due diligence, climate disclosure, marketplace seller verification — the laws on your roadmap covered by one platform, in every market you ship to. Regulation-mapping agents track new rules as they land and update your passports automatically.

Autonomous agents

Intelligent at every step of the supply chain.

PRVNZ runs autonomous AI agents from the moment a supplier files a certificate to the moment a product is recycled. They act on events, verify claims against the outside world, and surface risk before it lands. The passport stops being a static record — it becomes continuous.

ProgrammableMode 01

Act on every event, automatically.

When a supplier files a certificate, an item is sold, a recall is issued, or a return arrives — the right thing happens without anyone opening a ticket. Agents read the event, run the logic, and write the result back to the passport.

  • Auto-verify and ingest supplier certificates
  • Transfer ownership at point of sale
  • Activate or transfer warranty on resale
VerifiableMode 02

Cross-check claims against the world.

Every claim gets independently checked against external sources — lab results, customs data, IoT and satellite signals, marketplace listings, regulatory watchlists. The record isn't "what someone said"; it's what was checked.

  • Lab-certificate validation against issuing labs
  • Customs and shipping match against declared origin
  • Marketplace counterfeit and gray-market sweep
AnticipatoryMode 03

Surface risk before it lands.

Patterns across your network add up to early signals — supplier instability, counterfeit hotspots forming, lifecycle and recall risk building, climate exposure on a route. Agents surface these to your team in the cadence they actually read.

  • Counterfeit hotspot forecast by region and SKU
  • Supplier-risk and stability score
  • Lifecycle and recall risk prediction

One record, every audience

A passport that tells the right story to each reader.

The same record renders differently for the customer holding the product, the marketplace listing it, the auditor reviewing it, and the recycler taking it apart. Selective disclosure means each audience sees what they're entitled to — and nothing else.

  • Tamper-proof. Verifiable forever.
  • Localized to whichever markets you ship to.
  • Selective disclosure for every audience.
  • Built for brand teams, not just compliance.
VerifiedPRVNZ · sample

Illustrative passport · what the data looks like

Verifiable
at every
touchpoint.

OriginVerified
MaterialsDeclared, tamper-proof
AuthorshipSigned, cryptographic
Repair rightLinked
ResaleBrand-controlled
End-of-lifeRecycler-routed
Sample passport — for illustration only.

The platform

A verification stack designed for the long run.

Explore the platform
Issuance

Product passports your design team will actually approve

Issue digital passports for any SKU, batch, or one-of-a-kind piece. Branded scan experiences. Localized to wherever your customers are. Designed in your CMS, not ours.

  • Bulk issuance via CSV, API, or ERP sync
  • Editable templates with your typography and motion
  • QR, NFC, and silent watermark carriers
  • Every scan attributed back to your CDP
Provenance

A tamper-proof record of every claim you make

Every supplier statement, lab certificate, sustainability metric, and chain-of-custody event is saved tamper-proof. Auditors verify without asking permission.

Authenticity AI

Counterfeit, IP, and content verification in one engine

Computer vision trained per-brand to spot fakes in marketplace photos, social posts, and customs flags. IP fingerprints to catch unauthorized derivatives. Generative-content provenance for the work you publish yourselves.

Customer experience

Scan flows your customers will share

Customers shouldn't know they're inside a verification platform. They should know they're inside your brand. PRVNZ renders inside your domain, your design, your story.

Interoperability

Works with the standards your finance team already trusts

PRVNZ runs across three verification environments — public, institutional-grade, and retail-speed — so your records travel anywhere your customers, suppliers, and regulators do.

Agents

Autonomous AI at every step of the supply chain

Agents act on events, verify claims against the outside world, and surface risk before it lands. They run continuously across every step — from supplier onboarding to resale and end-of-life — and write everything they do back to the passport.

Principles

What we believe about trust.

Verification can be a footnote on the back of a box, or it can be the most premium surface your brand owns. PRVNZ exists to make the second one true.

01

Trust is a brand asset

Verification is marketing surface, not back-office plumbing. Every scan is a moment with your customer — designed by your team, hosted on your domain, attributed to your CDP.

02

One layer, every job

Authenticity, provenance, AI and content, compliance — all four jobs run on one record. Autonomous agents make that record continuous, not one-shot. Adding the next job is configuration, not a new platform.

03

Brand-led, geography-neutral

Branded scan flows. Editable creative. Localized to whichever markets and languages you ship to — not a fixed list. PRVNZ never inserts itself between you and your customer.

04

Built on infrastructure that lasts

Powered by Tenzro — institutional-grade infrastructure designed to outlast vendor cycles. Your records don't expire when the platform pivots.

For engineering

A few lines. A real product passport.

Issue a passport, save it, and render the customer scan flow. The same call works across every verification environment — public, institutional-grade, and retail-speed — so you only ever write it once.

Read the docs
TypeScript
import { Prvnz } from "@prvnz/sdk";

const prvnz = new Prvnz(process.env.PRVNZ_KEY);

const passport = await prvnz.passports.issue({
  brand: "your-brand",
  collection: "ss26",
  sku: "sku-001",
  serial: "014/250",
  data: {
    origin: "FR",
    materials: { recycledPolyester: 0.78 },
    carbonKg: 4.2,
  },
  rails: ["open", "institutional"],   // multi-anchor for redundancy
});

console.log(passport.url);
// https://verify.your-brand.com/p/...

Pre-launch · design partner program

Help us shape verification for your category.

We're working with a small set of brand-led companies before going live. If your team owns brand integrity, customer experience, or compliance — we want to talk.