Age assurance
Evaluate age predicates on your host. Prove locally. Return eligible true or false without shipping date of birth to AffixIO for retention.
Use Cases
Age, KYC, consent, agents, and edge presentment without warehousing identity on AffixIO.
Evaluate age predicates on your host. Prove locally. Return eligible true or false without shipping date of birth to AffixIO for retention.
Keep KYC records on your stack. Use kyc and yesno circuits from the public catalogue. Gate onboarding on attested eligibility.
Check consent_verification and related circuits before processing. Binary outcomes for policy enforcement.
Middleware requires verify before sensitive tools run. Models receive proof_id, not raw credential fields.
See the live Edge Audit cornerstone demo for subject_ref-only edge proofs. @affix-io/sdk-light proves in milliseconds and queues sync when api.affix-io.com returns.
Policy predicates for income brackets, credit ranges, and composite attested checks without centralising dossiers.
How AffixIO maps to common verification scenarios.
Your host evaluates age predicates locally, proves with the SDK, and syncs to api.affix-io.com for binary eligible true or false without shipping date of birth to AffixIO for retention.
KYC records stay on your stack. AffixIO verifies circuit outcomes such as kyc and yesno identifiers in the public catalogue, returning attested eligibility without warehousing identity dossiers.
Yes. Policy middleware and agent servers can require verify outcomes before tool execution, returning proof_id instead of raw credential data to orchestration layers.
@affix-io/sdk-light proves in milliseconds locally and queues sync to api.affix-io.com when connectivity returns, suitable for kiosks and edge POS. Live demo: Edge Audit.