Chain Support: Cardano and Midnight Network
Hi — I'm building Ura finance , a cross-chain bridge and exchange stack that moves assets from Cardano, Solana, Ethereum, and BNB into Midnight Network (a privacy-focused L2 launched by IOG/Charles Hoskinson in March 2026).
OWS currently lists first-class support for EVM, Solana, XRPL, Sui, Bitcoin, Cosmos, Tron, TON, Spark, and Filecoin. Two ecosystems that are not yet represented:
Cardano
- Uses Ed25519 signing (not secp256k1)
-
- UTXO-based, not account-based
-
-
- CAIP-2 identifier:
cardano:mainnet / cardano:preview
-
-
-
- BIP-44 derivation:
m/1852'/1815'/0'
-
-
-
-
- Native multi-asset support
Midnight Network
- Privacy-focused L2 to Cardano (and eventually all chains)
-
- ZK-attested claim flows for cross-chain settlement
-
-
- NIGHT/DUST dual tokenomics
-
-
-
- Capacity Exchange for fee abstraction
-
-
-
-
- AI agents on Midnight would benefit directly from OWS integration — the combination of private settlement + standardized agent wallet access is a natural fit
We are actively building the bridge infrastructure between these ecosystems and would like to contribute Cardano and Midnight chain implementations to OWS if there is a path to do so.
Questions:
- Is there a contribution path for new chain implementations?
-
- Is there a CAIP-2 identifier already registered for Midnight Network?
-
- Would the Ed25519 signing path needed for Cardano require changes to the core signing interface, or can it be handled as a chain-specific adapter?
Happy to share our existing Ed25519 implementation and Cardano address encoding work from the zero-onev1 codebase as a starting point.
Repo: https://github.com/alba-press/zero-onev1
Chain Support: Cardano and Midnight Network
Hi — I'm building Ura finance , a cross-chain bridge and exchange stack that moves assets from Cardano, Solana, Ethereum, and BNB into Midnight Network (a privacy-focused L2 launched by IOG/Charles Hoskinson in March 2026).
OWS currently lists first-class support for EVM, Solana, XRPL, Sui, Bitcoin, Cosmos, Tron, TON, Spark, and Filecoin. Two ecosystems that are not yet represented:
Cardano
cardano:mainnet/cardano:previewm/1852'/1815'/0'Midnight Network
We are actively building the bridge infrastructure between these ecosystems and would like to contribute Cardano and Midnight chain implementations to OWS if there is a path to do so.
Questions:
Happy to share our existing Ed25519 implementation and Cardano address encoding work from the zero-onev1 codebase as a starting point.
Repo: https://github.com/alba-press/zero-onev1