Strong uptrend on the hourly $CYS has run from the 0.65 area up to 0.79 before pulling back. Currently at 0.7289, retesting the breakout zone after the recent surge.
I tried to find a single public example of one independent smart contract on Dusk reading state from another, unaffiliated confidential contract the kind of composability that makes DeFi function as an ecosystem rather than a pile of isolated apps. I couldn't find one.
That absence might just mean the ecosystem is early Dusk's mainnet is only months old, and composable confidential DeFi is a genuinely hard problem nobody has fully solved on any chain. But it's worth naming directly, because privacy and composability pull in opposite directions by design. On a transparent chain, any contract can inspect any other contract's state, which is exactly what lets a lending protocol build on a DEX, or a yield aggregator build on both. Confidential contracts don't expose state the same way so the permissionless stacking that makes DeFi valuable to build on gets structurally harder, not just slower to arrive.
Dusk's materials describe confidential smart contracts and selective disclosure, but I haven't found documentation addressing how or whether independent contracts are meant to compose under that model. That's not a knock on the cryptography; it's doing exactly what it's built to do. It's an open question about whether Dusk's ecosystem ends up as isolated confidential applications rather than a composable financial layer.
Has anyone found or built a working example of cross-contract composability between independent applications on Dusk's confidential layer?