|
| 1 | +--- |
| 2 | +title: Ecosystem & Partners |
| 3 | +description: Explore applications, tools, and partners in the Dusk ecosystem. |
| 4 | +--- |
| 5 | + |
| 6 | +import { LinkCard, CardGrid } from '@astrojs/starlight/components'; |
| 7 | + |
| 8 | +Dusk’s ecosystem spans on‑chain applications, user tools, and institutional partners. |
| 9 | +This page highlights a selection of projects building on or integrating with Dusk. |
| 10 | + |
| 11 | +Some of the services listed here are community‑operated or third‑party products. |
| 12 | +Always do your own due diligence before using them. |
| 13 | + |
| 14 | +## On‑chain apps & DeFi |
| 15 | + |
| 16 | +<CardGrid> |
| 17 | + <LinkCard |
| 18 | + title="Sozu" |
| 19 | + href="https://sozu.fi/" |
| 20 | + description="Dusk staking platform. Stake DUSK to help secure the network and earn rewards." |
| 21 | + /> |
| 22 | + <LinkCard |
| 23 | + title="Pieswap" |
| 24 | + href="https://pieswap.app/" |
| 25 | + description="Decentralized exchange on DuskEVM. Swap tokens, provide liquidity, and earn fees." |
| 26 | + /> |
| 27 | +</CardGrid> |
| 28 | + |
| 29 | +## Tools & explorers |
| 30 | + |
| 31 | +<CardGrid> |
| 32 | + <LinkCard |
| 33 | + title="Dusk Dashboard" |
| 34 | + href="https://duskdashboard.com/" |
| 35 | + description="Monitor stakes, unstakes, restakes, provisioner info, yields and earnings." |
| 36 | + /> |
| 37 | + <LinkCard |
| 38 | + title="Dusk Explorer" |
| 39 | + href="https://duskexplorer.com/" |
| 40 | + description="Community‑operated explorer for DuskDS transactions and blocks." |
| 41 | + /> |
| 42 | +</CardGrid> |
| 43 | + |
| 44 | +## Infrastructure & partners |
| 45 | + |
| 46 | +<CardGrid> |
| 47 | + <LinkCard |
| 48 | + title="Chainlink" |
| 49 | + href="https://chain.link/" |
| 50 | + description="Oracle and CCIP partner for cross‑chain messaging and data on DuskEVM." |
| 51 | + /> |
| 52 | + <LinkCard |
| 53 | + title="NPEX" |
| 54 | + href="https://www.npex.nl/" |
| 55 | + description="Institutional partner for regulated RWA and securities issuance on Dusk." |
| 56 | + /> |
| 57 | + <LinkCard |
| 58 | + title="Quantoz" |
| 59 | + href="https://www.quantoz.com/" |
| 60 | + description="Provider of a regulated EUR stablecoin integrating with Dusk." |
| 61 | + /> |
| 62 | + <LinkCard |
| 63 | + title="Cordial Systems" |
| 64 | + href="https://cordialsystems.com/" |
| 65 | + description="Digital asset custody and settlement infrastructure working with Dusk." |
| 66 | + /> |
| 67 | +</CardGrid> |
| 68 | + |
| 69 | +If you’re building something on Dusk and would like to be featured here, get in touch via the community channels or [contribute to the docs](https://github.com/dusk-network/docs?tab=contributing-ov-file). |
0 commit comments