Verifier Badge · Demo

The badge, rendered three ways.

Each example below uses the same known-good receipt id ZlZXKD4CGxkOzx-T. The snippet on the left is the exact text that may be copied into a portfolio, blog, or README; the panel on the right shows what a visitor will see. For the full documentation, see the badge reference.

Light variant — SVG image

The default cream-paper rendering, embedded as an <img> inside a link.

Snippet
<a href="https://orphograph.com/r/ZlZXKD4CGxkOzx-T">
  <img src="https://orphograph.com/api/badge/ZlZXKD4CGxkOzx-T.svg"
       alt="Verified on Bitcoin via Orphograph"
       width="300" height="80">
</a>
Rendered

Dark variant — SVG image

The ink-reverse rendering, suited to dark-themed pages. Selected via the variant=dark query parameter.

Snippet
<a href="https://orphograph.com/r/ZlZXKD4CGxkOzx-T">
  <img src="https://orphograph.com/api/badge/ZlZXKD4CGxkOzx-T.svg?variant=dark"
       alt="Verified on Bitcoin via Orphograph"
       width="300" height="80">
</a>
Rendered

Live-verifying widget

A small script that renders an in-page pill and best-effort queries the office for VERIFIED status. If the live status cannot be retrieved from the embedding origin, the pill displays PENDING and the receipt page remains authoritative.

Snippet
<script src="https://orphograph.com/widget.js"
        data-receipt="ZlZXKD4CGxkOzx-T"
        async></script>
Rendered

Markdown

For source-controlled READMEs. The Markdown form renders the same SVG, wrapped in the same link.

Snippet
[![Verified on Bitcoin via Orphograph](https://orphograph.com/api/badge/ZlZXKD4CGxkOzx-T.svg)](https://orphograph.com/r/ZlZXKD4CGxkOzx-T)
Rendered

For the full reference — privacy contract, customization, and the attribution note — see the badge documentation.