[ Interactive Demo ]

Try a Solidus verification.

Walk through the full flow with a test identity. No real data, no account required, nothing is stored.

1
2
3

Pick a document type

Demo only — these don't actually upload anything. Pick any tile to continue.

This is a static demo. Nothing is submitted, nothing is stored. Live-sandbox swap is on the Phase C roadmap.
[ Developer Path ]

Or just hit the API.

If you'd rather skip the demo and integrate now: onePOSTcreates a verification session, the user goes through the hosted flow, you get a webhook with the credential reference. Five-minute integration.

Read the full quickstart →
create-session.sh
curl -X POST
  https://verify.solidus.network/v1/sessions \
  -H "Authorization: Bearer sk_test_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "level": "L2",
    "country_hint": "DE",
    "callback_url": "https://your-app.com/kyc-done"
  }'

Ship it for real.

First 100 verifications are free. No credit card. The full production API is the same shape as the demo above.

Powered by the Protocol

Solidus Verify is one product on the Solidus Network.

Explore the consensus, the validator economics, and the 15 other products on the same identity layer.

Interactive Demo — Solidus Verify