Verifier
Request and verify credentials from holders. Build verification flows with DCQL queries and receive verified data securely.
# Start a verification sessioncurl -X POST https://your-verifier.example.com/presentation/oid4vp/new-session \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{"dcql_query_id": "age-over-18"}'Verifier
Request and verify credentials from holders. Build verification flows with DCQL queries and receive verified data securely.
Issuer
Issue verifiable credentials to holders. Configure credential types, manage issuance flows, and integrate with OAuth providers.
Platform
The underlying blockchain and MPC infrastructure. Build smart contracts, integrate via APIs, and deploy your own platform nodes.