Skip to content

Commit 9312ca4

Browse files
committed
docs: add Dusk Trade and bridge docs sections
1 parent bf21442 commit 9312ca4

13 files changed

Lines changed: 81 additions & 4 deletions

File tree

public/llms-full.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Dusk is designed for workflows such as:
3232
Relevant docs:
3333

3434
- https://docs.dusk.network/learn/market-infrastructure/
35+
- https://docs.dusk.network/learn/dusk-trade/
3536
- https://docs.dusk.network/learn/tokenization-comparison/
3637
- https://docs.dusk.network/learn/deep-dive/assets-and-regulations/
3738

@@ -78,6 +79,7 @@ Relevant docs:
7879

7980
- Overview: https://docs.dusk.network/learn/overview/
8081
- Market Infrastructure: https://docs.dusk.network/learn/market-infrastructure/
82+
- Dusk Trade: https://docs.dusk.network/learn/dusk-trade/
8183
- Core Components: https://docs.dusk.network/learn/core-components/
8284
- Core Values: https://docs.dusk.network/learn/core-values/
8385
- Native Issuance: https://docs.dusk.network/learn/tokenization-comparison/

public/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
- [Overview](https://docs.dusk.network/learn/overview/): high-level introduction to Dusk.
88
- [Market Infrastructure](https://docs.dusk.network/learn/market-infrastructure/): how Dusk supports regulated asset workflows.
9+
- [Dusk Trade](https://docs.dusk.network/learn/dusk-trade/): product layer for tokenized financial asset workflows on Dusk.
910
- [Core Components](https://docs.dusk.network/learn/core-components/): DuskDS, Rusk, DuskVM, DuskEVM, Citadel, and application-layer tooling.
1011
- [Core Values](https://docs.dusk.network/learn/core-values/): regulated workflows, access controls, selective disclosure, and deterministic settlement.
1112
- [Native Issuance](https://docs.dusk.network/learn/tokenization-comparison/): digitization, tokenization, and native issuance.

src/content/docs/developer/integrations/dusk-connect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Dusk applications often need two kinds of integration:
2222

2323
Dusk Connect is for the wallet side. For network APIs and transaction flow, see [Transaction Lifecycle](/developer/integrations/tx-lifecycle), [HTTP API](/developer/integrations/http-api), and [W3sper SDK](/developer/integrations/w3sper).
2424

25+
If you are testing against the first-party browser wallet, use the [Dusk Wallet Extension](/developer/integrations/wallet-extension) as one compatible provider.
26+
2527
## Typical flow
2628

2729
A dApp integration usually follows this shape:

src/content/docs/developer/integrations/wallet-extension.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ A typical dApp flow is:
2828

2929
See [Dusk Connect](/developer/integrations/dusk-connect) for the SDK-level integration path.
3030

31+
If you are building the application side, start with Dusk Connect. If you are testing or documenting the wallet-provider side, use this page together with the wallet provider API.
32+
3133
## Provider discovery
3234

3335
The extension announces an EIP-1193-style provider through Dusk discovery events. Dusk is not an EVM chain, so wallet methods use Dusk-specific names.

src/content/docs/learn/core-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ On top of the base protocol, Dusk supports application-layer protocols and tools
7474

7575
### Dusk Trade
7676

77-
Dusk Trade is the application layer for tokenized financial assets on Dusk. It is being built around real market workflows: investor onboarding, wallet binding, controlled transfers, payment coordination, and compliant settlement.
77+
[Dusk Trade](/learn/dusk-trade) is the application layer for tokenized financial assets on Dusk. It is being built around real market workflows: investor onboarding, wallet binding, controlled transfers, payment coordination, and compliant settlement.
7878

7979
### Zedger / Hedger
8080

src/content/docs/learn/deep-dive/assets-and-regulations/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ If you're looking for implementation details, start here:
99
- [Digital Identity Protocol (Citadel)](/developer/digital-identity/protocol)
1010
- [Transaction Models (Moonlight & Phoenix)](/learn/deep-dive/duskds-tx-models)
1111
- [Market Infrastructure on Dusk](/learn/market-infrastructure)
12+
- [Dusk Trade](/learn/dusk-trade)
1213

1314
## MiCA (EU)
1415

@@ -82,6 +83,7 @@ For many tokenization projects, the relevant takeaway is that “real-world” a
8283

8384
## Read next
8485

86+
- [Dusk Trade](/learn/dusk-trade)
8587
- [Native Issuance](/learn/tokenization-comparison)
8688
- [Market Infrastructure on Dusk](/learn/market-infrastructure)
8789
- [Digital Identity Protocol](/developer/digital-identity/protocol)
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
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)

src/content/docs/learn/guides/staking-basics.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ To earn protocol staking rewards directly, you run a provisioner node 24/7 and s
2222
- Run a node: [Provisioner node](/operator/provisioner)
2323
- Set up wallet + stake: [Wallet setup](/operator/guides/node-wallet-setup)
2424

25+
If you are deciding whether to operate infrastructure yourself, read this page first, then move to the operator guide once you are ready to run a node.
26+
2527
### 2) Staking pools (no infrastructure)
2628

2729
Some third-party services and on-chain pools stake on behalf of users. This can let you earn staking yield without running your own node, but it adds operator and smart contract risk.
@@ -80,5 +82,6 @@ If you withdraw down to **600 DUSK** active stake, the **400 DUSK** inactive sta
8082
## Next steps
8183

8284
- Direct staking (run your own node): [Provisioner node](/operator/provisioner), then [Wallet setup](/operator/guides/node-wallet-setup)
85+
- Operator maintenance after staking: [Maintenance & monitoring](/operator/maintenance-monitoring)
8386
- Understand rewards and emissions: [Tokenomics](/learn/tokenomics)
8487
- If you hold ERC20/BEP20 DUSK: [Mainnet migration](/learn/guides/mainnet-migration)

src/content/docs/learn/market-infrastructure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ Use the Dusk stack depending on the layer you are building:
5959
- **DuskVM** for Rust/WASM contracts that need native Dusk execution.
6060
- **Citadel** for identity, credentials, and selective disclosure patterns.
6161
- **Dusk Connect** for wallet discovery and account connection in Dusk applications.
62+
- **Dusk Trade** for product-level tokenized asset workflows such as onboarding, wallet connection, buying, selling, and settlement coordination.
63+
64+
If you want to understand the product layer, start with [Dusk Trade](/learn/dusk-trade). If you want the underlying regulated asset concepts, read [Assets & Regulations](/learn/deep-dive/assets-and-regulations).
6265

6366
## Read next
6467

68+
- [Dusk Trade](/learn/dusk-trade)
6569
- [Native Issuance](/learn/tokenization-comparison)
6670
- [Assets & Regulations](/learn/deep-dive/assets-and-regulations)
6771
- [Core Components](/learn/core-components)

src/content/docs/learn/tokenization-comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ In practice, that means you can:
4343
- build applications and tokenization-style workflows with familiar EVM tooling through **DuskEVM**, and
4444
- rely on **DuskDS**, the Dusk L1, for privacy-capable transaction models, data availability, and deterministic finality.
4545

46-
If you want the architectural overview next, see [Core Components](/learn/core-components). For the product and market framing, see [Overview](/learn/overview).
46+
If you want the architectural overview next, see [Core Components](/learn/core-components). For the product and market framing, see [Overview](/learn/overview), [Market Infrastructure on Dusk](/learn/market-infrastructure), and [Dusk Trade](/learn/dusk-trade).

0 commit comments

Comments
 (0)