When a public chain adds EVM compatibility, I usually assume the native execution environment gradually loses priority. EVM tooling attracts more developers, Solidity becomes the default, and a separate native runtime starts to look like maintenance overhead that quietly gets deprioritized.
But @Dusk 's updated architecture deliberately avoiding that pattern.
Now DuskDS handles settlement and data availability at the base, DuskEVM runs EVM-compatible applications, and DuskVM stays on L1 specifically for Rust and WASM contracts that need direct access to native privacy and ZK functionality.
I initially read this as unnecessary duplication, but I think it is actually the opposite: It is treating developer onboarding and protocol capability as two separate problems that should not be forced into the same place.
DuskEVM handles the onboarding side. Solidity contracts, existing wallets and Ethereum tooling all work here without modification. DuskVM handles something different: when an application needs Dusk's native transaction model, confidentiality features, or ZK proofs, it does not have to translate all of that through EVM-compatible code. The official documentation positions DuskVM as a WASM execution environment running natively on the Dusk L1.
This helped me rethink what #dusk is actually building.
It is not simply splitting the chain into layers. It is acknowledging something more specific: the EVM is an effective entry point for developer adoption, but it may not be the right place to carry capabilities that are meant to be native to the protocol itself.
What is genuinely worth watching is not whether $DUSK can operate two execution environments at once, but whether developers will actually choose different paths based on what they need.
If most development stays in the EVM, DuskVM becomes a capability that exists but sees little use. If privacy-native applications and financial protocols start routing through the native execution path because the EVM cant serve those requirements, the complexity of maintaining two environments will have some worth.