For the complete documentation index, see llms.txt. This page is also available as Markdown.

What is Blerify

Blerify is a digital identity infrastructure platform that lets governments and enterprises issue tamper-proof credentials, lets people carry those credentials on their phone, and lets any organization verify them in seconds — without calling back to the issuer.


Who it's for

Issuers are organizations that want to put their credentials on a user's phone: a government agency issuing national IDs, a university issuing diplomas, a financial institution issuing KYC status, a professional body issuing licenses. Blerify handles the cryptography, the trust registry, and the delivery — the issuer provides the data.

Holders are the people who receive credentials into the Blerify Wallet. They control what they share and with whom. No credential leaves their phone without their biometric approval.

Verifiers are organizations that need to confirm something about a person — age, identity, employment status, professional license — without storing the underlying document. They call a small API and get back a verified result.


What you can issue and verify

Blerify supports two credential formats:

W3C Verifiable Credentials — the JSON-LD / JWT format defined by the W3C. Use this for any credential whose schema you define: employee badges, academic diplomas, insurance cards, professional certifications.

ISO 18013 mDocs (mDL) — the ISO standard for mobile driving licenses and government-issued identity documents. Use this when you need interoperability with government systems or ISO-compliant readers.

Both formats are signed with the issuer's cryptographic key, anchored in a decentralized trust registry, and verifiable offline.


Real use cases in Latin America

National digital identity. A government agency issues citizens a digital version of their national ID card. Citizens receive it in the Blerify Wallet; banks, telecoms, and retailers verify it at onboarding without photocopying anything.

Professional licenses. A professional body issues digital licenses to doctors, lawyers, and engineers. Hospitals and law firms verify the license via API before granting system access — no phone calls, no registry lookups.

Academic credentials. A university issues diplomas and transcripts as W3C credentials. Employers verify them instantly. The university doesn't need to run a verification hotline.

Employee digital badges. A company issues a digital work credential to contractors and full-time employees. Physical access systems, HR portals, and benefits platforms verify the credential in the same flow as a standard API call.

Financial KYC. A regulated financial institution issues a KYC-passed credential to customers who've already gone through identity verification. Partner organizations can accept that credential without running their own KYC — the cryptographic proof travels with the holder.


How Blerify relates to open standards

Blerify implements open W3C and ISO standards — not a proprietary protocol. Credentials issued on Blerify are interoperable with any wallet or verifier that supports:

  • OpenID for Verifiable Credential Issuance (OID4VCI)

  • OpenID for Verifiable Presentations (OpenID4VP)

  • ISO 18013-5 for mDocs

This means holders are not locked into the Blerify Wallet and verifiers are not locked into the Blerify API. Where interoperability matters, credentials work beyond the Blerify ecosystem.


The four products

Blerify ships as four independent products, each with its own portal, API, and access control:

Product
What it does

Issuance

Issue W3C credentials and ISO 18013 mDocs to holders

ID Wallet

The mobile app where holders receive and present credentials

Verification

Verify credentials presented by holders

Trust Registry

The decentralized record of who can issue what

Each product is documented in its own section. You don't need all four — most integrations use two or three.

Post-Quantum Certificates is a feature within Issuance, not a standalone product — see Post Quantum Certificates.


Next steps

Last updated