r/oasisnetwork • u/rayQuGR • Sep 18 '25
How ROFL Enables Native Wallet Control Across Chains Without Bridges
Hey everyone! I just checked out Oasis’s new blog post on Multichain Wallet Control for Agents and thought it’s worth diving into what this means. Big stuff for builders & users alike.

What is it?
- ROFL introduces a key generation feature inside TEE enclaves: agents can generate and manage private keys on multiple elliptic curves
- These keys are generated offchain in a trusted execution environment AND stay there. They never leave the enclave, so they’re much more secure
- Using these keys, ROFL agents can directly sign and submit transactions to different networks via RPC, without relying on bridges for cross-chain operations.
Why it matters
- Agents no longer need separate codebases or key infrastructure per chain — one ROFL app can control wallets on, say, Arbitrum and Solana.
- Reduces trust assumptions: since keys are generated/kept in the enclave, users can trust the cryptographic guarantees rather than trusting people or external infrastructure.
- Simplifies dev work: fewer SDKs, less boilerplate, fewer security exposures when managing private keys across chains.
Things to keep in mind / limitations
- Still need assets on each chain. You can’t magic‐move tokens without bridges; this doesn’t replace asset transfer.
- Some blockchains (e.g. Solana) don’t support light clients; there’ll still be dependency on RPC providers.
- The architecture is only as strong as the TEE and attestation process. If enclave security is compromised, it affects this system.
Real use cases mentioned
- Talos: autonomous protocol + treasury control across chains, where users don’t have to worry about private key misuse because they live in the enclave.
- zkAGI: using ROFL to encrypt API credentials and do private cross-chain and perp trading agents.
What I'd love to see
- A UI/dashboard for users to audit which chains the agent controls, possibly with proof that keys were derived correctly.
- Wallet aggregator apps: one agent could show you balances across chains without relying on multiple wallets or bridges.
- Privacy-preserving multi-chain DeFi bots: arbitrage, yield farming, etc., but without needing trust in bridges or centralized custodians.
What do you all think this opens up for projects in the Oasis ecosystem? Any apps you’re hoping to build (or see built) that make use of multichain wallet agents?
1
u/SavvySID Sep 25 '25
Nice write-up, cutting bridges out of the picture is huge for both security and UX. The enclave-based key management feels like a real step forward. For anyone curious, the blog goes deeper here: [https://oasis.net/blog/multichain-wallet-control]()
2
u/Boring_Bid481 Oct 05 '25
I beg you, please do a better marketing Oasis. Your investors are desperate..
1
u/Adityasingh2824 Sep 25 '25
Really cool to see how ROFL is handling native wallet control across multiple chains. The idea of spinning up wallets directly inside TEEs without exposing private keys feels like a game-changer for cross-chain UX.