Binance Square
#duskvm

duskvm

81 vues
9 mentions
jam786mys
·
--
Baissier
Vérifié
Je ne cessais de me tromper sur un point en réfléchissant à Moonlight et Phoenix : je traitais la forme de l’état comme si elle déterminait aussi la finalité. Cette hypothèse a commencé à me gêner. Moonlight arrive en #DuskVM portant un modèle de compte public : Soldes, Expéditeur, Destinataire, Montant et Progression du nonce. Phoenix est construit autour d’une piste entièrement différente : Notes chiffrées, Sorties dissimulées, Nullificateurs et État privé. Mon premier réflexe était que deux systèmes aussi différents devaient probablement nécessiter deux façons différentes de devenir final. Mais peut-être que c’est là que j’ajoutais une complexité qui n’était pas réellement nécessaire. Moonlight peut rester en forme de compte. Phoenix peut rester en forme de note. #DuskVM n’a pas besoin d’aplatir l’un ou l’autre dans un format d’état universel juste pour décider quand l’exécution est terminée. Cela m’a aussi amené à reconsidérer #DuskDS . J’avais supposé qu’il devait créer un seul état partagé $DUSK sous les deux modèles. Je n’en suis plus aussi sûr. La logique d’exécution peut rester spécialisée tandis que Dusk L1 donne à l’état résultant une frontière de finalité déterministe. Et honnêtement, cette séparation m’intéresse davantage que les modèles d’état individuels. Des façons différentes de représenter l’état ne nécessitent pas forcément des réponses différentes à la question de savoir quand cet état est enfin terminé. Ce qui me préoccupe encore, c’est à quel point cette séparation reste propre à mesure que Moonlight et Phoenix deviennent plus complexes. #dusk $DUSK @Dusk_Foundation {future}(DUSKUSDT)
Je ne cessais de me tromper sur un point en réfléchissant à Moonlight et Phoenix : je traitais la forme de l’état comme si elle déterminait aussi la finalité.
Cette hypothèse a commencé à me gêner.
Moonlight arrive en #DuskVM portant un modèle de compte public : Soldes, Expéditeur, Destinataire, Montant et Progression du nonce.
Phoenix est construit autour d’une piste entièrement différente : Notes chiffrées, Sorties dissimulées, Nullificateurs et État privé.
Mon premier réflexe était que deux systèmes aussi différents devaient probablement nécessiter deux façons différentes de devenir final.
Mais peut-être que c’est là que j’ajoutais une complexité qui n’était pas réellement nécessaire.
Moonlight peut rester en forme de compte. Phoenix peut rester en forme de note. #DuskVM n’a pas besoin d’aplatir l’un ou l’autre dans un format d’état universel juste pour décider quand l’exécution est terminée.
Cela m’a aussi amené à reconsidérer #DuskDS .
J’avais supposé qu’il devait créer un seul état partagé $DUSK sous les deux modèles. Je n’en suis plus aussi sûr.
La logique d’exécution peut rester spécialisée tandis que Dusk L1 donne à l’état résultant une frontière de finalité déterministe.
Et honnêtement, cette séparation m’intéresse davantage que les modèles d’état individuels.
Des façons différentes de représenter l’état ne nécessitent pas forcément des réponses différentes à la question de savoir quand cet état est enfin terminé.
Ce qui me préoccupe encore, c’est à quel point cette séparation reste propre à mesure que Moonlight et Phoenix deviennent plus complexes.

#dusk $DUSK @Dusk
Bao 宝:
But maybe that's where I was adding complexity that isn't actually there
Voir la traduction
#dusk $DUSK @Dusk_Foundation Dusk’s Modular Stack: Three Layers, One Purpose What if blockchain architecture treated settlement and execution as separate jobs? @Dusk_Foundation is taking that approach with a modular design built around three components: 1. DuskDS — the settlement foundation It handles consensus, finality, data availability, and Dusk’s native transaction models, including Moonlight for public transfers and Phoenix for shielded transfers. 2. DuskEVM — the EVM path Developers can use Solidity and familiar Ethereum tooling while applications settle through DuskDS. This makes the environment more accessible for EVM-based DeFi and tokenized-asset applications. 3. DuskVM — direct L1 execution DuskVM runs Rust/WASM smart contracts directly on Dusk L1, making it suited to applications that need deeper access to Dusk’s transaction models, privacy, or zero-knowledge capabilities. The interesting part is the separation itself: different applications can choose the execution environment they need without replacing the underlying settlement layer. For $DUSK , this creates a foundation where EVM compatibility, direct L1 execution, privacy, and deterministic settlement can work within the same broader architecture. #DUSK #DuskEVM #DuskVM Poll: 🏗️ What part of Dusk’s modular architecture interests you most?
#dusk $DUSK @Dusk
Dusk’s Modular Stack: Three Layers, One Purpose

What if blockchain architecture treated settlement and execution as separate jobs?

@Dusk is taking that approach with a modular design built around three components:

1. DuskDS — the settlement foundation
It handles consensus, finality, data availability, and Dusk’s native transaction models, including Moonlight for public transfers and Phoenix for shielded transfers.

2. DuskEVM — the EVM path
Developers can use Solidity and familiar Ethereum tooling while applications settle through DuskDS. This makes the environment more accessible for EVM-based DeFi and tokenized-asset applications.

3. DuskVM — direct L1 execution
DuskVM runs Rust/WASM smart contracts directly on Dusk L1, making it suited to applications that need deeper access to Dusk’s transaction models, privacy, or zero-knowledge capabilities.

The interesting part is the separation itself: different applications can choose the execution environment they need without replacing the underlying settlement layer.

For $DUSK , this creates a foundation where EVM compatibility, direct L1 execution, privacy, and deterministic settlement can work within the same broader architecture.

#DUSK #DuskEVM #DuskVM

Poll: 🏗️ What part of Dusk’s modular architecture interests you most?
🔹 DuskDS — Settlement
0%
🔹 DuskEVM — EVM compatibility
100%
🔹 DuskVM — Native execution
0%
🔹 🔐 Privacy & compliance
0%
1 Votes • Vote fermé
Voir la traduction
@Dusk_Foundation is building something DeFi and tokenized finance will increasingly need: privacy without losing compliance. Public blockchains are powerful because transactions can be transparent and verifiable, but regulated financial markets cannot expose every balance, position, investor detail, or transaction publicly. @Dusk_Foundation approaches this challenge by combining zero-knowledge technology, confidential transfers, selective disclosure, access controls, and deterministic settlement. � Dusk +1 What makes this approach interesting is the idea that privacy does not have to mean hiding everything. Authorized participants can receive the information they need, while sensitive data remains protected from unnecessary public exposure. This can be especially relevant for tokenized securities, real-world assets, institutional DeFi, and other financial workflows where eligibility, reporting, transfer restrictions, and settlement rules matter. � DOCS +1 Dusk also uses a modular architecture, with #DuskDS focused on settlement and data availability, #DuskVM for native Rust/WASM execution, and #DuskEVM for EVM-compatible applications. That gives developers different paths depending on whether an application prioritizes native privacy, familiar EVM tooling, or regulated settlement infrastructure. � DOCS For me, the interesting part of Dusk is not simply “privacy.” It is the combination of privacy, compliance and predictable settlement in one financial infrastructure. If more real-world assets and institutional markets move on-chain, these capabilities could become increasingly important. #dusk $DUSK
@Dusk is building something DeFi and tokenized finance will increasingly need: privacy without losing compliance. Public blockchains are powerful because transactions can be transparent and verifiable, but regulated financial markets cannot expose every balance, position, investor detail, or transaction publicly. @Dusk approaches this challenge by combining zero-knowledge technology, confidential transfers, selective disclosure, access controls, and deterministic settlement. �
Dusk +1
What makes this approach interesting is the idea that privacy does not have to mean hiding everything. Authorized participants can receive the information they need, while sensitive data remains protected from unnecessary public exposure. This can be especially relevant for tokenized securities, real-world assets, institutional DeFi, and other financial workflows where eligibility, reporting, transfer restrictions, and settlement rules matter. �
DOCS +1
Dusk also uses a modular architecture, with #DuskDS focused on settlement and data availability, #DuskVM for native Rust/WASM execution, and #DuskEVM for EVM-compatible applications. That gives developers different paths depending on whether an application prioritizes native privacy, familiar EVM tooling, or regulated settlement infrastructure. �
DOCS
For me, the interesting part of Dusk is not simply “privacy.” It is the combination of privacy, compliance and predictable settlement in one financial infrastructure. If more real-world assets and institutional markets move on-chain, these capabilities could become increasingly important. #dusk $DUSK
Connectez-vous pour découvrir plus de contenu
Rejoignez la communauté mondiale des adeptes de cryptomonnaies sur Binance Square
⚡️ Suviez les dernières informations importantes sur les cryptomonnaies.
💬 Jugé digne de confiance par la plus grande plateforme d’échange de cryptomonnaies au monde.
👍 Découvrez les connaissances que partagent les créateurs vérifiés.
Adresse e-mail/Nº de téléphone