Embed your license badge
Every real paid licence gets a private verify link and an embeddable badge. Once its asynchronous commitment is anchored, a holder may disclose that link so another party can check the bundle against Hedera. Before anchoring, the page says that verification is pending.
Snippet
Your verify link is on your receipt and your certificate; it ends in a random token that only you can hand out.
<a href="https://printwright.liftbyai.com/verify/YOUR-VERIFY-TOKEN">
<img src="https://printwright.liftbyai.com/verify/YOUR-VERIFY-TOKEN/badge"
alt="Printwright licensed unit" width="200" height="36">
</a>
What it proves
The badge itself proves nothing. Its private link discloses the proof bundle, recomputes the commitment, and compares it with the exact public Mirror Node message. A printable certificate is available from the same page.
Independent verification widget
For proof that does not depend on this marketplace, add the standalone widget to
any HTML page. Give it the proof bundle from your delivery — as a URL, or pasted into the page —
and it recomputes the commitment in the browser and compares it against the Hedera mirror.
Pinning topic-id means a bundle anchored anywhere else cannot pass.
<script defer src="https://printwright.liftbyai.com/printwright-verify-widget.js"></script>
<printwright-verify bundle-url="https://printwright.liftbyai.com/api/v1/certificates/YOUR-CERT-ID"
topic-id="0.0.9855330" network="testnet">
</printwright-verify>