Overview
Rosen Bridge is an open-source service that lets you move crypto assets from one blockchain to another. You lock an asset on one network and receive a matching, usable version of it on another, with the whole process run by an independent group of participants instead of a single company1. It connects networks such as Cardano, Bitcoin, and Ergo, so holders are not stuck inside one chain when they want to use their assets elsewhere.
Ergo sits at the center of the design, acting as the secure hub that every other connected chain links to2. The project keeps almost all of its working logic on Ergo and adds as little code as possible to the other chains it touches, which it describes as a way to lower the chances of something going wrong1. Because that activity is recorded on the Ergo blockchain, anyone can inspect how transfers were handled.
Key Features
- Transfers checked by many independent reporters. Two separate groups handle every move: Watchers flag when someone locks an asset on a connected chain, and Guards verify those flags before releasing the asset on the other side. Each one checks independently, so a few bad actors cannot fake a transfer1.
- Anyone can become a reporter. Becoming a Watcher is open to the public: you install the app for a chain and lock up a deposit of tokens to earn the right to report transfers and collect rewards3.
- Deposits that punish cheating. Reporters must stake the RSN token as collateral. Honest reporting earns rewards, while attempts to cheat cost the cheater part of their deposit, giving everyone a financial reason to stay accurate3.
- Funds held in shared-control wallets. A portion of bridged assets sits in cold wallets that require several separate signatures to move, so a single compromised key cannot drain them1.
- Open to new chains by design. Each connected network is added as its own module, letting the project extend to more chains without rebuilding the core. The team has pursued Cardano-focused work through Project Catalyst funding4.
What to Expect
You start at the Rosen Bridge app, where you pick the chain you are sending from, the chain you want to receive on, and the amount5. After you lock the asset on the source chain, the network of reporters confirms the move behind the scenes, and the matching asset arrives in your wallet on the destination chain.
The experience is aimed at people who already hold assets on one network and want to use them on another, rather than at traders looking for an exchange. A bridge fee applies to each transfer and is settled on the Ergo side of the system6. Activity is published on the Ergo blockchain, so a curious user or a developer can trace how any given transfer was handled rather than taking the project's word for it.
Because Ergo is the home chain, it helps to think of Rosen as an Ergo-based bridge that reaches out to Cardano, Bitcoin, and others, not as a Cardano-native tool. The code is public on the project's GitHub organization for anyone who wants to read how it works7.
