Embed trust.
Not data.
The Avallis Verified badge signals to your users and partners that an identity check was performed against a consent-anchored vault — without a single byte of PII leaving the platform.
Avallis Verified
Age 18+ · Identity
Full · Compact · Icon — three variants for any UI context
What the badge certifies
Every Avallis Verified badge is backed by a verifiable chain of events — not just a claim.
User consented
The user explicitly granted consent for this verification — blockchain-anchored with timestamp and purpose.
Vault verified
Avallis IVE ran third-party intelligence checks against the vault data and returned a verified status.
Check passed
The specific verification check (e.g. age_over_18) was evaluated server-side and returned true.
Badge rendered
Your platform receives the verified result and renders the badge. No raw data was transmitted.
Two integration paths
Choose the approach that fits your stack.
Script embed
Drop-in, no backend required
<!-- Avallis Verified Badge --> <script src="https://cdn.avallis.io/badge/v1/embed.js" defer></script> <div class="avallis-badge" data-token="YOUR_CONSENT_TOKEN" data-check="age_over_18" data-variant="full" data-theme="dark"> </div>
Replace YOUR_CONSENT_TOKEN with the token returned when a user grants consent to your application.
API-driven
Full control, render your own UI
// Verify via API then render badge data
const res = await fetch('https://api.avallis.io/api/vault-verify', {
method: 'POST',
headers: {
'x-api-key': 'avl_live_...',
'Content-Type': 'application/json',
},
body: JSON.stringify({
consentToken: 'uuid-from-consent-grant',
check: 'age_over_18',
}),
})
const { verified, checkedAt } = await res.json()
// verified: true — render "Avallis Verified" badge
// verified: false — do not render badgeFull control over rendering. Use the verified result to show your own UI or the Avallis badge assets.
Where the badge fits
Fintech / Lending
Show income-verified or age-verified badges on loan applications. Reduce manual document review.
Rental Platforms
Display "Income Verified" on renter profiles. Landlords trust the badge — renters keep their pay stubs private.
Gig Economy
Verify workers are 18+ or have employment history on file. Badge appears on their profile without exposing underlying data.
Healthcare
Show insurance-active status on patient intake. No member ID transmitted — just a verified badge.
Age-Restricted Commerce
Display age-verified badge at checkout. Satisfies compliance without storing DOBs in your database.
HR / Recruiting
Employment history verified badge on candidate profiles. Reduces reference check workload.
Start embedding trust today
Get API access from the business portal. First integration typically takes under a day.