Certify
Certify is the public-facing reliability score and badge. Every
organisation has a public page at /certify/[orgId] that surfaces
the Verify-computed score with chain-anchored backing.
Public page
The Certify page shows:
- Headline reliability score
- Per-dimension breakdown
- Recent anchored events
- A link to the chain proofs
It works without an account; anyone can see it.
Embeddable badge
/api/certify/[orgId]/badge.svg returns a cacheable SVG with a
score-banded colour (>= 85 emerald, >= 70 blue, >= 50 amber). The
HTML iframe at /api/certify/[orgId]/embed.html wraps the SVG in
a clickthrough that lands on the public page.
Marketplace integration
The Certify badge is visible inline on marketplace surfaces so an
opportunity host can read a counterparty's reliability before
opening a tender.
The match scorer in src/lib/marketplace/match.ts does not
currently factor Certify reliability into its score; it weighs
specialisation overlap, certification overlap, region match, and
project-value fit. Adding reliability as a matcher input is on
the roadmap.
Cross links
/docs/engines/verify: how the score is computed