Create
Nexartis or a tenant site requests a Yanez challenge and receives QR data plus a creator-only status URL.
// Nexartis × Yanez
Nexartis composes Yanez proof ceremonies into high-value agent flows: onboarding, delegated payments, payment intent authorization, and context-bound approvals. The result is a clean service boundary where humans authorize once, agents act within bounded scope, and verifiers retain cryptographic evidence.
// Architecture
The QR service can generate challenges from the deployed Yanez site or from an external display site. Callback URLs stay anchored to the Yanez Worker, while status URLs remain creator-only so the final proof routes back to the site that initiated the flow.
Nexartis or a tenant site requests a Yanez challenge and receives QR data plus a creator-only status URL.
The QR can be rendered on the Yanez site or embedded on another origin with CORS-enabled API access.
The Yanez app performs live photo capture and signs the exact challenge or canonical preapproval blob.
The Worker verifies BLS, address binding, and scope, then exposes results through the protected status URL.
// API contract
POST /api/sessionGET /api/session/:id?status_token=…POST /api/preapprovalGET /api/preapproval/:id?status_token=…POST /v1/verify-preapproval// Built for
Agent payment preauthorization
Sybil-resistant onboarding
Scoped payment intents
Run-level user consent
Audit trails for delegated actions
Verifier-bound token presentation