Skip to main content
Bitcoin-SX

Digital credentials

Certificates That Verify Themselves.

Issue diplomas, licenses, or compliance certificates as signed, tamper-evident records anyone can check without calling your office.

A signed diploma with an embossed seal

The context

Credential verification is a phone call. Someone emails a PDF, a registrar checks a database, and the whole chain rests on the verifier being able to reach the issuer during business hours.

A signed, tamper-evident on-chain record inverts that: the verifier checks the credential directly, and forgery becomes detectable rather than merely discouraged.

What you get

Issuer authenticity by signature
Signature-context verification proves the credential was issued by the key it claims.
Revocation and expiry in Script
Encode expiry dates and revocation conditions into the contract rather than a side database.
Verifier-facing lookup app
A lookup app and API are generated together, so third parties can check a credential without contacting you.

Where it starts

Credential issuance, described once.

Certification is a listed example
The Architect's own prompt examples include certification and credential issuance. Describe the issuer, the expiry and the revocation path in plain English.
The verifier is generated with it
You get the lookup API and a verifier-facing app alongside the contract, which is the whole point: nobody should have to phone your office.
Signature context is already handled
Proving the credential came from your key uses the standard library's signature-context verification rather than something you hand-roll.
The Prompt tab listing example contracts including certification and issuance

Inside the IDE

Front tab: verifier lookup app
Front tab: verifier lookup app. The generated verifier-facing surface a third party uses to check a credential independently.
Editor tab: credential contract source
Editor tab: credential contract source. The SX source behind the credential, including the expiry and revocation conditions.

Honest limit

Legal recognition of a credential depends entirely on your institution and jurisdiction. This supplies the tamper-evidence technology, not the legal standing.

Try it now

Run it in the browser before you sign up for anything.

Open the full editor in a new tab

Get the digital credentials starter kit

A prompt pack and worked example for this use case, so you start from something that already runs rather than a blank editor.

This form isn't connected yet.

Set NEXT_PUBLIC_FORM_STARTER_KIT to a Google Form share link and this section starts collecting submissions. No code change needed.

The starter kit content is still being authored per use case. Join and we'll send it the moment yours is ready, rather than mailing you a placeholder.

Frequently asked questions

If something you need to know isn't here, just ask. We'd rather answer directly than leave you guessing.

That depends on your institution and jurisdiction, not on the technology. What this gives you is tamper-evidence and independent verifiability; legal recognition of the credential itself is a question for whoever confers your authority to issue it.

Certificates That Verify Themselves.

Issue diplomas, licenses, or compliance certificates as signed, tamper-evident records anyone can check without calling your office.

Explore other use cases