diff --git a/README.md b/README.md index 126bb899..3b6ca9b5 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,6 @@ for input parameters: ## TODO -- Add an audit section for smart contracts - Adapt hardcoded address to feat with new contracts deployed on arbitrum - Add link to the new explorer feature Asset_Types in the guide => `handle-schemas-dataset-types` @@ -241,7 +240,7 @@ for input parameters: the UI + SRLC/RLC on account section feature of the protocol - Update or add design illustrations based on the new design system - Check how to pay guide to update with the launch on Arbitrum (RLC vs xRLC) -- framework AI supporté TDX vs SGX +- framework AI supporté - check glossary - migrate github iexec SDK doc here - migrate pay-per-task page into a guide diff --git a/src/assets/icons/halborn.svg b/src/assets/icons/halborn.svg new file mode 100644 index 00000000..597bc617 --- /dev/null +++ b/src/assets/icons/halborn.svg @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/get-started/tooling-and-explorers/bridge.md b/src/get-started/tooling-and-explorers/bridge.md index a37627ff..c7ac632f 100644 --- a/src/get-started/tooling-and-explorers/bridge.md +++ b/src/get-started/tooling-and-explorers/bridge.md @@ -47,6 +47,33 @@ networks: /> +## ⚡ Stargate Bridge + +The **Stargate Bridge** powered by LayerZero enables cross-chain transfers of +RLC tokens between Ethereum and Arbitrum mainnet in both directions. + +### Ethereum <> Arbitrum (RLC <> RLC) + +1. **Visit Stargate**: Go to [Stargate UI](https://stargate.finance/bridge) +2. **Connect Wallet**: Connect your wallet to the Stargate interface +3. **Select Networks**: Choose your source network (Ethereum or Arbitrum) and + destination network +4. **Select Token**: Choose RLC as the token to bridge +5. **Enter Amount**: Specify the amount of RLC to transfer +6. **Confirm Transaction**: Approve the bridge transaction and wait for + confirmation + + + +
+

🔄 Bidirectional Bridge

+

The Stargate bridge interface automatically detects your wallet's network and available RLC tokens. The process is similar in both directions - simply select the appropriate source and destination networks to transfer RLC between Ethereum and Arbitrum seamlessly.

+
+ ## 🔄 Bellecour Bridge The **Bellecour Bridge** enables seamless transfer of RLC tokens between @@ -78,32 +105,37 @@ Bellecour, RLC becomes xRLC, the native asset of the Bellecour network.

The bridge interface automatically detects your wallet's network and available tokens. The process is similar in both directions - simply switch to the appropriate network (source chain) in your wallet and refresh the page to update the bridge direction, then the bridge will handle the conversion between RLC and xRLC seamlessly.

-## ⚡ Stargate Bridge +## 🔒 Security & Audits -The **Stargate Bridge** powered by LayerZero enables cross-chain transfers of -RLC tokens between Ethereum and Arbitrum mainnet in both directions. +The **Stargate Bridge** uses the **LayerZero protocol** under the hood, which +provides secure cross-chain communication infrastructure. LayerZero is a +decentralized protocol that enables trustless cross-chain messaging without +requiring intermediate chains or wrapped tokens. -### Ethereum <> Arbitrum (RLC <> RLC) +
+ + Halborn Security Logo + +
-1. **Visit Stargate**: Go to [Stargate UI](https://stargate.finance/bridge) -2. **Connect Wallet**: Connect your wallet to the Stargate interface -3. **Select Networks**: Choose your source network (Ethereum or Arbitrum) and - destination network -4. **Select Token**: Choose RLC as the token to bridge -5. **Enter Amount**: Specify the amount of RLC to transfer -6. **Confirm Transaction**: Approve the bridge transaction and wait for - confirmation +The RLC multichain bridge implementation has been thoroughly audited by +[**Halborn**](https://www.halborn.com/), a leading blockchain security firm. The +audit report is accessible at [halborn.com/audits](https://halborn.com/audits). - +### Open Source -
-

🔄 Bidirectional Bridge

-

The Stargate bridge interface automatically detects your wallet's network and available RLC tokens. The process is similar in both directions - simply select the appropriate source and destination networks to transfer RLC between Ethereum and Arbitrum seamlessly.

-
+The complete source code for the RLC multichain bridge system is publicly +available and open source on GitHub: +[RLC Bridge Repository](https://github.com/iExecBlockchainComputing/rlc-multichain) + +### Security Features + +- **LayerZero Protocol**: Battle-tested cross-chain messaging protocol +- **Smart Contract Audits**: Professional security audits by Halborn +- **Open Source**: Transparent codebase for community review +- **UUPS Upgradeable**: Secure upgrade mechanism for future improvements +- **Role-Based Access Control**: Granular permission management +- **Emergency Pause**: Dual-level pause system for security incidents