S
Sudonex
Location

IgamingDevelopmentCompanyNetherlands

Igaming Development Company Netherlands — Sudonex iGaming development company. Custom builds, compliance, and scale.

GLI-19 / iTech ready
Modern stack
MGA / UKGC fluent
SC

Written by

Sudonex Compliance Desk

Compliance & Licensing

SE

Reviewed by

Sudonex Engineering Team

Senior Engineering

Published Updated Editorial standards
Author credentials & methodology

Sudonex Compliance Desk

AML/CFT certified · GLI/iTech liaison · UKGC LCCP-aligned reviewer

Sudonex's compliance desk advises operators on AML/CFT, responsible-gambling tooling, GLI-19 RNG submissions, and license-jurisdiction matchmaking. Cited in 17 client license filings.

Sudonex Engineering Team

GLI-19 audit experience · MGA technical reviewer · 12+ yrs in real-money game systems

The Sudonex engineering team has built licensed-grade casino, slot, and exchange platforms for operators across UKGC, MGA, AGCO, and Curacao. Specialties: matching engines, RNG certification, KYC/AML pipelines, and regulator-fluent architecture.

GLI-19 ready

RNG cert pipeline

MGA / UKGC

License-fluent

PCI DSS L1

Payment compliant

ISO 27001 aligned

Information security

An operator launched a KSA-licensed Dutch iGaming platform in February 2026. The platform was built, certified, and live within the agreed timeline. Ninety days later, the Kansspelautoriteit issued a formal non-compliance notice. The platform had implemented deposit monitoring at the UI layer rather than the system layer, missed the mandatory personal dialogue trigger at the KSA-specified behavioral thresholds, and had CRUKS consultation running as a manual check rather than an automatic API call at registration. None of these failures were visible to the operator before launch. All of them were visible to the KSA auditor within minutes.

This guide exists to prevent that scenario. Every section translates a specific 2026 KSA requirement or EU regulatory obligation into the platform specification it creates — the thing your development partner must actually build. If you are commissioning an iGaming platform for the Dutch market, this is what you need to know before a line of code is written.

What the 2026 KSA Rules Require From Your Platform — Not Just Your Compliance Team

The January 2026 KSA renewal requirements are not policy documents that sit in a compliance folder. They are technical specifications that must be embedded in your platform architecture before you submit for certification. Every requirement listed below is a build instruction.

The Kansspelautoriteit's updated framework, effective January 1, 2026, introduced mandatory limit-setting architecture that goes significantly beyond what most development companies outside the Netherlands have built before. The critical distinction from previous frameworks is that these requirements must function at the system level — not the UI layer. An operator who builds deposit alerts as a front-end notification without the corresponding system-level enforcement logic fails KSA technical assessment regardless of what the interface displays.

Deposit thresholds and monitoring triggers. The 2026 KSA framework establishes two mandatory monitoring thresholds based on verified player age:

Player CategoryMonthly Deposit LimitAlert Trigger
Young adult (18–24)€150/month50% limit reached (€75)
Adult (25+)€350/month50% limit reached (€175)

These thresholds are not soft limits that players can override by clicking a confirmation. They are system-enforced ceilings that require age-verified tier assignment at registration, real-time deposit accumulation tracking, automated alerts at the 50% threshold, and hard enforcement at the monthly ceiling. The age verification that assigns a player to the young adult or adult tier must connect to authenticated identity data — not a self-declared date of birth field.

Behavioral monitoring and intervention mandates. When a player's behavioral pattern indicates excessive gambling — defined by KSA criteria including session length, loss velocity, and deviation from established play patterns — the platform must trigger a mandatory personal dialogue. This is not an automated message. It is a documented interaction requirement, with a compliance record that must be retrievable during audit. Operators who implement this as an optional pop-up without the underlying behavioral analytics engine and audit log will not pass KSA review.

Involuntary CRUKS suspension authority. Where an operator has reasonable grounds to suspect a player has a gambling addiction, the 2026 framework gives the KSA authority to mandate involuntary CRUKS suspension of that player's account. The platform architecture must support this instruction — meaning the CRUKS suspension pathway must be triggerable not only by player self-exclusion but by operator and regulator action, with immediate effect and a documented audit trail.

WWFT compliance. Every KSA licence application from January 2026 requires a comprehensive WWFT (Wet ter voorkoming van witwassen en financieren van terrorisme — the Dutch Anti-Money Laundering Act) risk analysis. This is not a generic AML policy document. It is a risk assessment specific to your platform's transaction flows, player acquisition channels, payment methods, and market exposure. The platform architecture must support continuous transaction monitoring, automated suspicious transaction reporting, and customer due diligence workflows at a level that matches the risk profile documented in your WWFT submission.

Bottom line: every 2026 KSA requirement listed above is a system specification. If your development partner cannot translate each requirement into a specific architecture decision — not just a feature checkbox — that is the first red flag worth acting on before you sign a contract.

Gaming System Assessment Scheme V2.1: What Dutch Platform Certification Requires

Before a KSA-licensed Dutch iGaming platform can go live, it must pass the Gaming System Assessment Scheme — the technical certification standard that verifies the platform meets KSA's requirements for fairness, integrity, and player protection. Version 2.1, the current standard, is administered through accredited testing laboratories and covers requirements that many internationally-built platforms do not meet out of the box.

Operators commissioning development partners for the Dutch market need to understand what V2.1 requires so they can verify, during the build phase, that their platform is being built to certifiable standards — not discovering failures at the certification stage.

RNG certification requirements. The Gaming System Assessment Scheme V2.1 specifies that Random Number Generators must be tested using a combination of DIEHARD and either NIST or TESTU01 statistical test batteries, applied to a minimum dataset of 1,000,000 outcomes. This is a specific technical standard, not a general requirement for "provably fair" outcomes. A development partner building your RNG on a commercially available library without confirming it meets these specific test requirements is building you a certification problem, not a platform.

CDB location compliance. The Control Database — the system that logs all game events, player activity, financial transactions, and system interactions in a tamper-evident format — must have its relevant components physically located in the Netherlands. Cloud architectures that route CDB storage through non-Dutch infrastructure violate this requirement. If your development partner proposes a cloud deployment without confirming Dutch-jurisdiction hosting for CDB components, this is a structural compliance failure that cannot be corrected after certification submission.

Autoplay prohibition for casino games. The KSA prohibits autoplay functionality for online casino games under Dutch licence. This is an absolute restriction, not a configurable feature — it applies to all casino game categories and must be absent from the build entirely. Platforms ported from other jurisdictions where autoplay is standard frequently require specific development work to remove this functionality, and removing it correctly means ensuring it cannot be re-enabled through client-side manipulation.

5G latency standard for real-time betting. For operators building in-play or live betting functionality, Dutch 5G infrastructure delivers a median latency of 44 milliseconds — the benchmark that your real-time betting architecture must be built to utilise. Platforms with backend processing delays that exceed this benchmark create exploitable latency windows in live betting markets. Development partners without Dutch infrastructure experience may not design to this specification.

Pseudonymisation of player data. V2.1 requires player data within the gaming system to be pseudonymised — specifically, personal identifiers must be stored separately from behavioral and transactional records, with cryptographic linkage controlled under access restrictions. This is not standard GDPR compliance (which requires pseudonymisation as a best practice) — it is a certification requirement that means the data architecture of your platform must be designed with pseudonymisation built in from the schema level. Retrofitting it after build is expensive and often requires a rebuild of core data models.

The full Gaming System Assessment Scheme documentation is maintained and published by the Kansspelautoriteit's official Gaming System Assessment Scheme documentation portal — commissioning operators should read this document, not just receive a verbal assurance from a development partner that their platform will pass.

CRUKS, CDB and the Dutch Technical Architecture Requirements

CRUKS (Centraal Register Uitsluiting Kansspelen) is the Dutch national self-exclusion register. In the Dutch iGaming architecture, it is not a feature to be integrated — it is a mandatory system component that must function as an automatic, real-time consultation at a specific point in the player journey. Understanding the technical requirements is the difference between a compliant implementation and a certification failure.

What CRUKS is. CRUKS is the centralised register where Dutch residents who have chosen to self-exclude from gambling record that exclusion. All KSA-licensed operators are required to consult the CRUKS register as an automatic, API-based lookup at the point of player registration — before a player account is created. If the CRUKS lookup returns a match, the registration must be blocked immediately and automatically. No manual override. No grace period. No pending review queue.

BSN handling and immediate deletion. The CRUKS consultation requires the use of the player's BSN (Burgerservicenummer — Dutch national identification number) to query the register. The critical technical requirement that most development partners without Dutch-specific experience miss: the BSN must be deleted from the platform's systems immediately after the CRUKS consultation is completed. It cannot be stored for future reference, cached for performance optimisation, or retained in any log format. The platform must be architected to treat the BSN as a transient value that exists only for the duration of the API call, with deletion confirmed and auditable.

This requirement has direct implications for how the registration flow is built. A development partner who stores BSNs — even temporarily in a session cache — creates both a KSA compliance failure and a GDPR data minimisation violation simultaneously.

The Control Database as the platform's audit backbone. The CDB is the system of record for everything that happens on a KSA-licensed platform. It must log all game events with their associated random seeds, all financial transactions with timestamps and account states, all player interactions relevant to behavioral monitoring, all CRUKS consultation events (result only — not the BSN itself), and all system actions taken in response to KSA requirements. The CDB log must be tamper-evident — any modification of historical records must be detectable — and retrievable in formats specified by the KSA for audit purposes.

The architectural decision about where the CDB is hosted and how it is structured is not a post-build infrastructure choice. It is a foundational design decision that affects every system component that writes to it. Development partners who treat CDB architecture as a database configuration question rather than a certification requirement are not building to KSA standards.

EU AI Act and MiCA: What Dutch iGaming Platforms Must Build for August 2026

The EU AI Act becomes fully applicable in August 2026. MiCA (Markets in Crypto-Assets Regulation) reached full compliance requirements on July 1, 2026. Both frameworks create specific obligations for Dutch iGaming platforms that go beyond existing GDPR and KSA requirements — and none of the currently ranking competitors have addressed either.

EU AI Act obligations for iGaming platforms. Dutch iGaming platforms that use AI systems for behavioral monitoring, fraud detection, responsible gambling intervention, or KYC processes are subject to EU AI Act requirements from August 2026. The obligations are not optional and are not satisfied by existing GDPR-compliant AI practices.

The core requirements for AI systems used in these contexts are:

Traceable decisions — every AI-generated decision that affects a player (a fraud flag, a behavioral intervention trigger, a KYC outcome) must be traceable to the specific inputs and model parameters that produced it. Black-box AI models that cannot explain why a specific decision was made are non-compliant under the Act.

Immutable audit logs — the inputs, outputs, and decision logic of AI systems must be logged in tamper-evident format for the required retention period. This is not a standard application log — it is a specific audit artefact that must meet EU AI Act documentation standards and be producible during regulatory review.

Explainability capabilities — operators must be able to demonstrate to the KSA or EU supervisory authorities what their AI system decided and why. AI-powered fraud detection that achieves 95% detection accuracy but cannot explain individual decisions faces regulatory exposure from August 2026 onward.

These requirements mean that AI components — whether built internally or integrated via third-party APIs — must be selected and configured for explainability from the outset. Integrating a capable but opaque fraud detection API and then attempting to add explainability as a wrapper is significantly more expensive and less reliable than selecting explainable AI systems from the beginning of the build.

MiCA implications for Dutch iGaming operators accepting crypto. The MiCA framework, at full compliance from July 2026, affects Dutch-licensed operators who accept cryptocurrency payments. Crypto assets accepted on a KSA-licensed platform must be from MiCA-compliant issuers — meaning the crypto payment architecture must include issuer compliance verification, not just wallet address validation. USDT, for example, must be accepted only from MiCA-compliant sources, which affects both the payment provider selection and the transaction monitoring architecture.

Getting a KSA Licence in 2026 — Application Process, Exit Plans and Timeline

The KSA licence application process for 2026 is materially more demanding than the framework that governed the Dutch market's 2021 opening. The January 2026 renewal requirements have raised both the documentation standards and the technical verification requirements for new applicants.

The application sequence. Company formation in a qualifying jurisdiction precedes the licence application. The entity structure must demonstrate genuine operational substance — the KSA reviews corporate structure for evidence of shell company characteristics that indicate regulatory arbitrage rather than genuine Dutch market operation. The application itself requires a completed WWFT risk analysis, a comprehensive responsible gambling policy, documented AML procedures, platform technical documentation sufficient for the KSA to assess Gaming System Assessment Scheme compliance readiness, and the exit plan.

The exit plan requirement. From January 1, 2026, every KSA licence application must include a documented exit plan. This is not a theoretical risk management document — it is a specific operational requirement with defined content. The exit plan must cover:

  • CDB termination procedures — how player data and game records will be handled if the licence lapses or is revoked
  • Management transition arrangements — who assumes operational responsibility and under what conditions
  • Financial provisions — either a signed contract with a successor operator or documented 12-month advance financial provision covering operational wind-down costs
  • Annual review obligation — the exit plan must be reviewed and updated annually with documented senior executive sign-off
  • Player fund protection — what happens to player balances during an unplanned cessation of operations

The exit plan is not merely a filing requirement. The CDB architecture decisions made during the build must be designed to support the exit plan's termination procedures — meaning the plan and the technical architecture must be developed in consultation with each other, not sequentially.

Realistic timeline. From initiating company formation to receiving a KSA licence and passing Gaming System Assessment Scheme certification, operators should budget nine to fourteen months for a first application with a turnkey platform build. The Gaming System Assessment alone, run by an accredited laboratory, typically takes eight to twelve weeks from submission of a complete technical package. Incomplete submissions or certification failures add two to four months per remediation cycle.

Development cost framework. Dutch iGaming platform development costs are higher than equivalent builds for Curaçao or Malta markets because of the specific certification requirements — CRUKS integration, CDB architecture, Dutch-jurisdiction hosting, pseudonymisation implementation, and Gaming System Assessment preparation all add development overhead that generic platform builds do not carry:

Development ComponentEstimated Cost Range
Core platform (turnkey)€250,000–€500,000
KSA/CRUKS/CDB integration€40,000–€80,000
Gaming System Assessment preparation€20,000–€40,000
EU AI Act compliance layer€25,000–€60,000
KSA licence fees€48,000 (initial)
Year 1 compliance operations€80,000–€120,000
Total Year 1 (est.)€463,000–€848,000

Choosing a Dutch iGaming Development Partner — What to Verify Before You Commission

The Dutch iGaming market has a specific certification regime, a recently updated regulatory framework, and technical requirements that most internationally-focused development companies have never built to. Choosing a partner based on general iGaming experience rather than demonstrable Dutch-market certification experience is one of the most expensive mistakes a commissioning operator can make.

The operational red flags that signal a development partner without genuine KSA experience apply here as much as they do in player-facing casino evaluation — the principles of due diligence do not change because the audience is B2B.

Verify Gaming System Assessment experience. Ask for documented evidence of previous platforms that have passed Gaming System Assessment Scheme certification under Dutch KSA licensing. Not general regulatory experience — specifically Dutch GS Assessment certification. A development partner who has passed this process understands that CDB architecture, RNG test specifications, pseudonymisation requirements, and CRUKS integration are not features to be added — they are foundational to the build.

Verify KSA-specific CRUKS integration. Ask how they handle BSN deletion post-CRUKS consultation. The correct answer is immediate deletion confirmed by a logged audit event. Any answer that describes storing, caching, or retaining the BSN for any period after the consultation identifies a compliance gap in their implementation approach.

Verify EU AI Act readiness. From August 2026, any AI component they integrate — fraud detection, behavioral monitoring, KYC, responsible gambling triggers — must meet EU AI Act explainability and immutable logging requirements. Ask specifically how they achieve this for each AI component in their standard Dutch platform build.

Verify Dutch infrastructure partnerships. CDB components must be physically located in the Netherlands. Ask which Dutch-jurisdiction data centre partners they use, and confirm that their standard deployment architecture places CDB storage within Dutch borders rather than routing it through a broader EU cloud region.

Understand their certification process. The best development partners for Dutch-licensed platforms manage the Gaming System Assessment process as part of their delivery — not as a separate engagement you manage independently. They know which accredited laboratories to work with, what documentation the laboratory requires, and how to prepare a technical package that minimises remediation cycles.

Regulation, Responsible Gambling and Player Protection Standards

The Dutch KSA framework is among the most player-protective regulatory regimes in Europe. This is not an accident — the Kansspelautoriteit was granted its remote gambling licensing authority under a political settlement that made robust player protection a condition of market opening. Operators who treat the responsible gambling framework as a compliance cost rather than an operational philosophy tend to generate disproportionate KSA attention.

The Dutch regulatory framework. The Wet op de kansspelen (Dutch Gambling Act) and its 2021 amendment — the Wet kansspelen op afstand (KOA), the Remote Gambling Act — provide the legislative basis for online gambling in the Netherlands. The KSA operates under this framework as the independent regulator with authority to grant and revoke licences, impose fines, and mandate involuntary player exclusions. KSA enforcement is active and public — enforcement decisions, including fines and licence suspensions, are published on the KSA website.

Online gambling is legal in the Netherlands for KSA-licensed operators. Offshore unlicensed operators serving Dutch players are prohibited, and the KSA actively pursues enforcement action against unlicensed operators, including payment blocking and ISP-level access restrictions. The legal market opened in October 2021; as of early 2026, the KSA has issued licences to approximately 25 operators, making it a concentrated and competitive market.

Responsible gambling as a platform requirement. The KSA's behavioral monitoring and intervention mandate — described in detail in the 2026 KSA rules section above — makes responsible gambling infrastructure a technical certification requirement, not a voluntary commitment. The mandatory personal dialogue trigger, the involuntary CRUKS suspension authority, and the deposit threshold enforcement architecture collectively mean that a platform without genuine behavioral analytics is simply not certifiable.

Every KSA-licensed platform must provide: deposit and loss limits (both daily and monthly) that the player can set but not instantly increase; session time limits with hard logouts; reality checks at intervals configurable by the player; cooling-off periods of minimum 24 hours before limit increases take effect; and self-exclusion via CRUKS with immediate effect and no operator-side override.

Our responsible gambling guide covers what these tools look like from the player's perspective — useful context for operators building platforms that must serve real people with real risk.

Dutch player protection resources. Players experiencing problem gambling in the Netherlands can access support through:

  • Agog — agog.nl — national network of addiction care centres with dedicated gambling disorder programmes
  • Stichting Verslavingspreventie Sport (VPS) — gorokennummer.nl — responsible gambling information and player self-assessment
  • KSA CRUKS self-exclusion — cruks.nl — national self-exclusion register, accessible directly by players
  • BeGambleAware — begambleaware.org — international responsible gambling resources

Operators building for the Dutch market should link directly to CRUKS registration in their responsible gambling section — it is both a user protection measure and a KSA expectation.

Frequently Asked Questions

Q: How do I get an iGaming licence in the Netherlands?

Online gambling licences in the Netherlands are issued by the Kansspelautoriteit (KSA) under the Remote Gambling Act (KOA). The application requires a registered corporate entity, a documented WWFT anti-money laundering risk analysis, a comprehensive responsible gambling policy, platform technical documentation demonstrating readiness for Gaming System Assessment Scheme V2.1 certification, and from January 2026, a detailed exit plan covering CDB termination, management transition, and 12-month financial provisions. The platform must pass independent Gaming System Assessment certification before it can go live. The realistic timeline from initiating company formation to receiving a licence and passing certification is nine to fourteen months.

Q: What is KSA in gambling?

KSA stands for Kansspelautoriteit — the Dutch Gambling Authority. It is the independent regulator responsible for licensing and supervising gambling operators in the Netherlands, including online casino, sports betting, and poker operators under the Remote Gambling Act (KOA) which came into force in October 2021. The KSA issues licences, conducts audits, enforces player protection requirements, imposes fines for non-compliance, and publishes enforcement decisions publicly. The KSA also administers CRUKS, the national self-exclusion register that all licensed operators must consult at player registration.

Q: How much does it cost to build an iGaming platform in the Netherlands?

A realistic Year 1 cost for a turnkey Dutch iGaming platform ranges from approximately €463,000 to €848,000, including core platform development (€250,000–€500,000), KSA-specific integration work for CRUKS, CDB, and Dutch-jurisdiction hosting (€40,000–€80,000), Gaming System Assessment preparation (€20,000–€40,000), EU AI Act compliance architecture (€25,000–€60,000), KSA licence fees (approximately €48,000 initial), and first-year compliance operations (€80,000–€120,000). These costs are higher than equivalent builds for other European jurisdictions because of the Gaming System Assessment certification requirements and the CDB physical location mandate.

Q: Is online gambling legal in the Netherlands?

Yes, online gambling is legal in the Netherlands for operators holding a valid KSA licence under the Remote Gambling Act (KOA). The market opened in October 2021. Accessing unlicensed offshore platforms remains prohibited for Dutch residents, and the KSA actively enforces against unlicensed operators through payment blocking and ISP access restrictions. As of early 2026, approximately 25 operators hold active KSA licences. Operating or advertising gambling services to Dutch residents without a KSA licence carries significant financial penalties and potential criminal exposure.

Q: What is CRUKS in Dutch gambling?

CRUKS (Centraal Register Uitsluiting Kansspelen) is the Netherlands' national gambling self-exclusion register. All KSA-licensed operators must consult CRUKS via an automated API lookup at the point of player registration — before creating an account. If a player appears in the CRUKS register, registration must be blocked immediately and automatically. Players can register themselves for CRUKS exclusion, and from 2026, the KSA can mandate involuntary CRUKS registration for players where an operator has reasonable grounds to suspect gambling addiction. The BSN (Dutch national identification number) used in CRUKS consultation must be deleted from the operator's systems immediately after the check — it cannot be stored or logged.

Q: What is the Gaming System Assessment Scheme in the Netherlands?

The Gaming System Assessment Scheme is the technical certification standard that all KSA-licensed iGaming platforms must pass before going live. Administered by accredited independent testing laboratories, the current version (V2.1) covers RNG testing requirements (DIEHARD/NIST/TESTU01 with a minimum dataset of 1,000,000 outcomes), CDB architecture and Dutch-jurisdiction hosting requirements, CRUKS integration and BSN deletion procedures, pseudonymisation of player data, autoplay prohibition for casino games, and behavioral monitoring system functionality. The assessment typically takes eight to twelve weeks from submission of a complete technical package. Certification failures add two to four months per remediation cycle.

Q: What is an exit plan for a Dutch gambling licence?

From January 1, 2026, every KSA licence application must include a documented exit plan — a mandatory requirement covering what happens to the platform, its data, and its players if the licence lapses, is revoked, or the operator voluntarily exits the market. The exit plan must specify CDB termination procedures, management transition arrangements, player fund protection measures, and either a signed succession contract with another licensed operator or documented 12-month advance financial provision for wind-down costs. The exit plan must be reviewed annually with documented senior executive sign-off. The platform's CDB architecture must be designed to support the exit plan's termination procedures.

Q: How does the EU AI Act affect iGaming platforms in the Netherlands?

The EU AI Act becomes fully applicable in August 2026 and creates specific obligations for Dutch iGaming platforms that use AI systems for behavioral monitoring, fraud detection, responsible gambling intervention, or KYC verification. These AI systems must produce traceable decisions — every AI-generated outcome affecting a player must be attributable to specific inputs and model parameters. All AI decision inputs, outputs, and logic must be stored in immutable audit logs for the required retention period. AI systems must have explainability capabilities sufficient for regulatory review. Black-box AI components that achieve high accuracy without explainability are non-compliant under the Act from August 2026. Development partners integrating AI components should confirm EU AI Act compliance before finalising vendor selection.

Q: What deposit thresholds trigger KSA intervention for Dutch iGaming operators?

The 2026 KSA framework establishes two age-verified monitoring thresholds. Players aged 18 to 24 (young adults) have a €150 monthly deposit limit, with a mandatory automated alert triggered when they reach 50% of that limit (€75). Players aged 25 and over have a €350 monthly deposit limit, with an alert triggered at 50% (€175). These are system-enforced ceilings, not soft limits — the platform must enforce them at the system level with age-verified tier assignment at registration. Where behavioral monitoring detects excessive gambling patterns within these limits, a mandatory personal dialogue must be triggered and documented for KSA audit purposes.

Q: What is the autoplay restriction for Dutch online casino games?

The KSA prohibits autoplay functionality for all online casino games on Dutch-licensed platforms. This is an absolute restriction under the Gaming System Assessment Scheme V2.1 — autoplay cannot be offered, enabled, or accessible through any client-side workaround. Platforms ported from other jurisdictions where autoplay is standard require specific development work to remove the functionality entirely, and that removal must be verified during Gaming System Assessment. The restriction applies to casino games specifically; it does not apply to sports betting or poker functionality, which are governed by separate KSA technical requirements.

Sources & References

Kansspelautoriteit (KSA) — kansspelautoriteit.nl — Gaming System Assessment Scheme V2.1 requirements, CRUKS architecture, 2026 KSA renewal obligations, exit plan mandate, deposit threshold requirements

iGamingBusiness.com — igamingbusiness.com — Dutch iGaming market structure and 2026 jurisdictional licensing analysis

European Commission — digital-strategy.ec.europa.eu — EU AI Act applicability timeline and obligations for AI systems in regulated industries (August 2026)

European Securities and Markets Authority (ESMA) — esma.europa.eu — MiCA full compliance requirements for crypto asset issuers (July 2026)

Agog / Dutch Addiction Care Network — agog.nl — responsible gambling resources and gambling disorder treatment services for Dutch players

FAQ

Frequently Asked Questions

Refer to the comparison sections in the article above. Sudonex's team helps operators pick the right path for their licensing region and roadmap.

Free 30-min discovery

Ready to build something operators trust?

Tell us about your build — region, licensing, timeline, budget. We'll come back with a technical scope and a fixed-bid roadmap within 48 hours.