Use Cases

Where binary verification fits.

Age, KYC, consent, agents, and edge presentment without warehousing identity on AffixIO.

01

Age assurance

Evaluate age predicates on your host. Prove locally. Return eligible true or false without shipping date of birth to AffixIO for retention.

02

KYC gates

Keep KYC records on your stack. Use kyc and yesno circuits from the public catalogue. Gate onboarding on attested eligibility.

03

Consent verification

Check consent_verification and related circuits before processing. Binary outcomes for policy enforcement.

04

Agent permissions

Middleware requires verify before sensitive tools run. Models receive proof_id, not raw credential fields.

05

Offline retail and kiosks

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.

06

Finance and eligibility

Policy predicates for income brackets, credit ranges, and composite attested checks without centralising dossiers.

Use case questions

How AffixIO maps to common verification scenarios.

How does AffixIO support age assurance?

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.

How does AffixIO fit KYC gates?

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.

Can AffixIO check agent permissions?

Yes. Policy middleware and agent servers can require verify outcomes before tool execution, returning proof_id instead of raw credential data to orchestration layers.

Does AffixIO support offline retail or kiosks?

@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.