What's the difference between RTC and wRTC? How does the Solana bridge work? #2144
-
|
I've been mining for a few days and have accumulated some RTC balance. I noticed references to wRTC on Solana/Raydium and I'm trying to understand the relationship between the two tokens.
I'm coming from traditional crypto (ETH/SOL) so trying to map RustChain's model to what I already know. The Proof of Antiquity concept is fascinating but the token economics are less clear to me. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Welcome from the ETH/SOL world — these are the right questions to ask. Let me map it to concepts you already know. 1. RTC vs wRTC
The bridge is currently managed by Elyan Labs (the core team). It's not yet a trustless bridge — it operates more like a centralized bridge similar to early WBTC. Full decentralization of the bridge is on the roadmap. 2. Bridging ProcessRight now, bridging is a manual/semi-manual process:
There's no automated bridge UI yet. This is an active development area and there's actually a bounty open for building a proper bridge interface. 3. Bridge FeesRTC transactions on-chain do require fees (this funds the network fee pool). Bridge operations would include:
4. Ergo RelationshipErgo is used purely for data anchoring, not as a token bridge. Here's what that means:
Think of Ergo anchoring like how some L2s post state roots to Ethereum — it's a trust anchor, not a token relationship. RTC and ERG are completely separate token economies. Summary: RTC = native mining reward, wRTC = Solana-tradeable wrapper, ERG = data integrity anchor. Three different roles, three different chains, one cohesive system. |
Beta Was this translation helpful? Give feedback.
Welcome from the ETH/SOL world — these are the right questions to ask. Let me map it to concepts you already know.
1. RTC vs wRTC
The bridge is currently managed by Elyan Labs (the core team). It's not yet a trustless bridge — it operates more like a centralized bridge similar to early WBTC. Full decentralization of the bridge is on the roadmap.
2. Bridging Process
Right now,…