Skip to content

Commit eb8f6f1

Browse files
committed
feat: enhance documentation with security and audit details for the Stargate Bridge
1 parent 9f1b39d commit eb8f6f1

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ for input parameters:
226226

227227
## TODO
228228

229-
- Add an audit section for smart contracts
230229
- Adapt hardcoded address to feat with new contracts deployed on arbitrum
231230
- Add link to the new explorer feature Asset_Types in the guide =>
232231
`handle-schemas-dataset-types`
@@ -241,7 +240,7 @@ for input parameters:
241240
the UI + SRLC/RLC on account section feature of the protocol
242241
- Update or add design illustrations based on the new design system
243242
- Check how to pay guide to update with the launch on Arbitrum (RLC vs xRLC)
244-
- framework AI supporté TDX vs SGX
243+
- framework AI supporté
245244
- check glossary
246245
- migrate github iexec SDK doc here
247246
- migrate pay-per-task page into a guide

src/assets/icons/halborn.jpg

140 KB
Loading

src/get-started/tooling-and-explorers/bridge.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,40 @@ RLC tokens between Ethereum and Arbitrum mainnet in both directions.
105105
<p class="!mb-0">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.</p>
106106
</div>
107107

108+
## 🔒 Security & Audits
109+
110+
The **Stargate Bridge** uses the **LayerZero protocol** under the hood, which
111+
provides secure cross-chain communication infrastructure. LayerZero is a
112+
decentralized protocol that enables trustless cross-chain messaging without
113+
requiring intermediate chains or wrapped tokens.
114+
115+
<ImageViewer
116+
:image-url-dark="halbornLogoIcon"
117+
image-alt="Halborn Security Logo"
118+
link-url="https://halborn.com/audits"
119+
/>
120+
121+
### Code Audits
122+
123+
The RLC multichain bridge implementation has been thoroughly audited by
124+
**Halborn**, a leading blockchain security firm. The audit report is accessible
125+
at [halborn.com/audits](https://halborn.com/audits).
126+
127+
### Open Source
128+
129+
The complete source code for the RLC multichain bridge system is publicly
130+
available and open source on GitHub:
131+
[github.com/iExecBlockchainComputing/rlc-multichain](https://github.com/iExecBlockchainComputing/rlc-multichain)
132+
133+
### Security Features
134+
135+
- **LayerZero Protocol**: Battle-tested cross-chain messaging protocol
136+
- **Smart Contract Audits**: Professional security audits by Halborn
137+
- **Open Source**: Transparent codebase for community review
138+
- **UUPS Upgradeable**: Secure upgrade mechanism for future improvements
139+
- **Role-Based Access Control**: Granular permission management
140+
- **Emergency Pause**: Dual-level pause system for security incidents
141+
108142
<script setup>
109143
import ImageViewer from '@/components/ImageViewer.vue';
110144
import CardGrid from '@/components/CardGrid.vue';
@@ -115,4 +149,5 @@ import iexecLogoIcon from '@/assets/icons/iexec-logo.png';
115149
import arbitrumLogoIcon from '@/assets/icons/arbitrum.svg';
116150
import bellecourBridgeImage from '@/assets/tooling-&-explorers/bridge/bellecour-bridge.png';
117151
import stargateBridgeImage from '@/assets/tooling-&-explorers/bridge/stargate-bridge.png';
152+
import halbornLogoIcon from '@/assets/icons/halborn.jpg';
118153
</script>

0 commit comments

Comments
 (0)