From verified proof to portable trust
This page shows how a real GAFAIG record can be displayed on a third-party website through a live widget and verification modal.
The widget preview is part of the GAFAIG proof flow. A record is certified in GAFAIG, verified through signed public proof, and then surfaced as a portable trust signal that can appear outside the originating organization’s platform.
The widget does not perform verification. It displays the result of the GAFAIG verification layer.
This is how GAFAIG trust appears outside the originating organization’s platform.
A verified trust signal that can be displayed on any external system
The widget is not a static badge. It is a live trust surface that reads from GAFAIG’s public verification layer. This allows a third-party site to display a current GAFAIG trust record without recreating the verification process or exposing private internal materials.
A certified GAFAIG record can be surfaced outside the GAFAIG website while preserving the same public trust outcome.
Trust no longer has to remain inside the certifying platform. It can be reviewed and verified wherever the record appears.
How external trust is delivered
A GAFAIG record exists in the public registry and can be verified through the public trust surface.
An external site loads the GAFAIG widget script using the registry identifier.
The widget resolves the live trust data from GAFAIG’s public verification endpoints.
The site displays a current GAFAIG trust signal without running its own governance verification logic.
Embedded trust widget
This is the live widget rendering for the selected record. It is the same trust surface that can be embedded on an external website.
Copy and use on a third-party site
The widget displays verified results from the GAFAIG verification endpoint. Independent verification must use the exact signed messageString returned by the API.
<script src="https://www.gafaig.com/widget/gafaig-widget.js"></script>
<div data-gafaig-id="GAFAIG-00000013"></div><script src="https://www.gafaig.com/widget/gafaig-widget.js"></script>
<script src="https://www.gafaig.com/widget/gafaig-verify.js"></script>
<button onclick="verifyGAFAIG('GAFAIG-00000013', { baseUrl: 'https://www.gafaig.com' })">
Verify this GAFAIG record
</button>Open verification without leaving the page
The verification helper allows a third-party site to open a live GAFAIG verification modal. This lets users inspect the trust result without navigating away from the host site.
The proof does not stop at the verify page
GAFAIG turns verified AI governance into a portable public trust signal. It is a public trust infrastructure layer that allows verified governance outcomes to appear, be reviewed, and be trusted outside the originating organization’s platform.