Native Bridge
Use Bridge
To be able to use the native bridge you need to get whitelisted.
Native bridging is available on Solana devnet. The bridge deposits funds only to SVM for now and uses SVM addresses.
Programs addresses:
Currently, it's possible to bridge only using the Lumio CLI, so download it from our GitHub.
After downloading, unpack the archive. The lumio-cli executable will appear. In your terminal, run the following in the directory with the CLI:
Now you can move the CLI to your binary path. Configure your Solana CLI to Devnet:
Create an account if needed:
Request some Devnet SOL:
Now we are ready to bridge. Run the following command:
Switch your CLI back to the Lumio Devnet:
Query the account:
It should show the deposited balance on your account.
Architecture
The bridge is scheduled to launch in early summer. The native bridge will operate similarly to other L2 native bridges:
Send a transaction containing SOL, an SPL token, or an NFT to a Solana Program.
Provide a recipient address.
Specify the VM for the deposit.
The smart contract emits an event.
A sequencer picks up the event and proposes a new deposit transaction to the VM node.
The balance appears on the provided address.
Withdrawals
Withdrawals are expected to experience a delay of 3-7 days with Optimism and approximately 7-24 hours with risc0. Initially, before rollup challenging is enabled, there will be a fixed delay of 7 days from the initiation of a withdrawal.
Last updated