Virtual asset service provider onboarding
Retail and institutional onboarding journey for exchanges, brokers, and custodians, with wallet screening wired into the same decision.
Why VerifiX
Most verification vendors hand you an empty rule builder and a sales cycle. VerifiX ships with verification journeys pre-configured for the UAE and wider GCC market, and gives you complete API access the moment you deploy — so compliance does not rebuild policy from scratch and engineering does not wait to start integrating.
Journey templates are a starting point, not legal advice. Each journey's mapping to a specific regulator obligation stays a visible placeholder until confirmed: Each journey step states the obligation it addresses.
Pre-set journeys
Each journey bundles the checks, risk weights, escalation paths, and evidence requirements for one onboarding scenario. Deploy as-is, then adjust to your own risk appetite.
Retail and institutional onboarding journey for exchanges, brokers, and custodians, with wallet screening wired into the same decision.
KYB journey covering entity documents, ownership structure, and UBO verification down to natural persons.
Document, liveness, and biometric match journey with Emirates ID and passport paths, plus non-resident handling.
Escalation journey for high-risk customers: extended screening, source-of-funds collection, and senior sign-off.
Periodic re-screening and risk-based review scheduling, with change alerts routed to your case queue.
Decision records, reviewer actions, and evidence exports assembled per case for internal audit and regulator requests.
UAE PASS integrationComing soon
Onboarding via UAE PASS digital identity is on the roadmap, so UAE residents can be verified with their national digital ID inside the same journey. Availability date: UAE PASS integration is in progress
Primary market focus: United Arab Emirates and the wider GCC. Coverage beyond that: United Arab Emirates today, with the wider GCC next
Regulator by regulator
Each supervisory authority in the UAE onboards a different population under a different rulebook. VerifiX ships a separate journey per authority: the same engine, a different sequence of checks, evidence, and escalation. Open one to see the full step order it runs.
These journeys describe the checks VerifiX runs, not the text of any rulebook. The mapping from each step to a specific legal obligation stays a visible placeholder until confirmed with counsel.
journey: uae_vara_vasp_onboarding
Evidence retained
Decision record, screening hits with reviewer disposition, document images, biometric result, wallet screening report.
journey: uae_cbuae_financial_institution_onboarding
Evidence retained
Customer risk assessment, screening evidence, identity documents, approval trail, periodic review history.
journey: uae_cma_investor_onboarding
Evidence retained
Classification record, entity documents, UBO chain, screening results, reviewer decisions.
journey: difc_dfsa_client_onboarding
Evidence retained
Client due diligence file, country risk rationale, screening evidence, sign-off record.
journey: adgm_fsra_client_onboarding
Evidence retained
Risk assessment record, verification evidence, screening dispositions, monitoring alerts and outcomes.
journey: gcc_generic_onboarding
Evidence retained
Same decision record and evidence pack structure as the UAE journeys.
One click to a live API
Deploying a journey provisions your environment and issues sandbox and production credentials in the same step. There is no restricted tier of the API: every check, case action, and export available in the console is available over HTTP.
curl -X POST https://api.verifix.example/v1/verifications \
-H "Authorization: Bearer $VERIFIX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"journey": "uae_vasp_retail_onboarding",
"customer": { "type": "individual", "residency": "AE" }
}'What changes
Start in sandbox with a pre-built journey, or walk through the console with our team first.