|
| 1 | +--- |
| 2 | +title: Dusk Trade |
| 3 | +description: Where Dusk Trade fits in the Dusk stack and how it turns market infrastructure into tokenized asset workflows. |
| 4 | +--- |
| 5 | + |
| 6 | +Dusk Trade is the application layer for tokenized financial assets on Dusk. |
| 7 | + |
| 8 | +It sits above the base protocol and turns Dusk's market-infrastructure primitives into user-facing workflows: asset discovery, investor onboarding, wallet connection, payment coordination, trading actions, and settlement. |
| 9 | + |
| 10 | +## What Dusk Trade is for |
| 11 | + |
| 12 | +Dusk Trade is designed for regulated market workflows where assets are not just listed and transferred, but also need eligibility, disclosure, and settlement logic around them. |
| 13 | + |
| 14 | +Typical flows include: |
| 15 | + |
| 16 | +- discovering tokenized financial assets |
| 17 | +- connecting a wallet |
| 18 | +- completing onboarding or eligibility checks |
| 19 | +- buying or selling an asset |
| 20 | +- coordinating the asset leg and payment leg |
| 21 | +- exposing the right information to issuers, venues, investors, or other authorized parties |
| 22 | + |
| 23 | +## Where it fits in the stack |
| 24 | + |
| 25 | +Dusk Trade is not the base protocol. It is a product layer that can use the Dusk stack underneath it. |
| 26 | + |
| 27 | +| Layer | Role | |
| 28 | +| --- | --- | |
| 29 | +| **DuskDS** | Settlement, finality, data availability, native transaction models | |
| 30 | +| **DuskEVM** | EVM-compatible application execution and Solidity tooling | |
| 31 | +| **DuskVM** | Native Rust/WASM execution for Dusk-specific contracts | |
| 32 | +| **Citadel** | Identity, credentials, and selective disclosure patterns | |
| 33 | +| **Dusk Connect** | Wallet discovery and account connection | |
| 34 | +| **Dusk Wallet Extension** | First-party browser wallet provider for Dusk applications | |
| 35 | + |
| 36 | +The exact architecture depends on the product and regulatory requirements of the market being served. |
| 37 | + |
| 38 | +## Why it matters |
| 39 | + |
| 40 | +For regulated assets, the hard part is rarely a token contract in isolation. The hard part is the complete market workflow: |
| 41 | + |
| 42 | +- who can access the asset |
| 43 | +- who can hold or transfer it |
| 44 | +- what information is public |
| 45 | +- what information is confidential |
| 46 | +- what can be selectively disclosed |
| 47 | +- how payment and asset settlement are coordinated |
| 48 | +- how issuers, venues, and investors interact with the same environment |
| 49 | + |
| 50 | +Dusk Trade is where those requirements become a usable product surface. |
| 51 | + |
| 52 | +## Read next |
| 53 | + |
| 54 | +- [Market Infrastructure on Dusk](/learn/market-infrastructure) |
| 55 | +- [Native Issuance](/learn/tokenization-comparison) |
| 56 | +- [Assets & Regulations](/learn/deep-dive/assets-and-regulations) |
| 57 | +- [Dusk Connect](/developer/integrations/dusk-connect) |
| 58 | +- [Dusk Wallet Extension](/developer/integrations/wallet-extension) |
0 commit comments