Verifications
Onchain proof that a user is verified
Let users prove they've passed identity checks with a privacy-preserving attestation, without sharing personal data.
const { verified, country } = await yb.verifications.check({
address: userAddress,
schema: "account-verified"
})
if (!verified) showVerifyPrompt()
What you get
Privacy first
No personal data is published onchain.
Reusable
Verify once, use across apps.
Country attestations
Enforce geographic rules.
Simple check
One call to gate access.
Quickstart
- Step 1
Create an account
Sign up for a free developer account.
- Step 2
Generate API keys
Create keys with the scopes you need.
- Step 3
Install the SDK
npm, pip or go get, whichever you prefer.
- Step 4
Ship it
Test on testnet, then switch to mainnet.
Start building in minutes
Create a free developer account and get API keys instantly.