diff --git a/.vitepress/sidebar.ts b/.vitepress/sidebar.ts
index 0f48d5a6..377096b3 100644
--- a/.vitepress/sidebar.ts
+++ b/.vitepress/sidebar.ts
@@ -55,6 +55,10 @@ export function getSidebar() {
text: 'Builder Dashboard',
link: '/overview/tooling-and-explorers/builder-dashboard',
},
+ {
+ text: 'RLC Bridge',
+ link: '/overview/tooling-and-explorers/bridge',
+ },
{
text: 'Subgraph Explorer',
link: '/overview/tooling-and-explorers/subgraph-explorer',
diff --git a/README.md b/README.md
index 69463838..f0e6e299 100644
--- a/README.md
+++ b/README.md
@@ -170,3 +170,5 @@ Fork this repository and ensure you're working on the `main` branch:
- Add a Development workflow
- Update context7 when doc will be deployed
- Check theGraph Images with design Team
+- Add new section in `iexec-explorer.md` file to talk about: available chain on
+ the UI + SRLC/RLC on account section feature of the protocol
diff --git a/release-please-config.json b/release-please-config.json
index 8ae5739e..bcc8062c 100644
--- a/release-please-config.json
+++ b/release-please-config.json
@@ -1,4 +1,5 @@
{
+ "draft-pull-request": true,
"packages": {
".": {
"release-type": "node",
diff --git a/src/assets/tooling-&-explorers/bridge/bellecour-bridge.png b/src/assets/tooling-&-explorers/bridge/bellecour-bridge.png
new file mode 100644
index 00000000..e59fa8c6
Binary files /dev/null and b/src/assets/tooling-&-explorers/bridge/bellecour-bridge.png differ
diff --git a/src/assets/tooling-&-explorers/bridge/stargate-bridge.png b/src/assets/tooling-&-explorers/bridge/stargate-bridge.png
new file mode 100644
index 00000000..15db7ccb
Binary files /dev/null and b/src/assets/tooling-&-explorers/bridge/stargate-bridge.png differ
diff --git a/src/overview/tooling-and-explorers/bridge.md b/src/overview/tooling-and-explorers/bridge.md
new file mode 100644
index 00000000..669f3256
--- /dev/null
+++ b/src/overview/tooling-and-explorers/bridge.md
@@ -0,0 +1,119 @@
+---
+title: iExec RLC Bridge
+description:
+ Bridge RLC tokens between networks to interact with the iExec protocol.
+ Transfer RLC to Bellecour (xRLC) and Arbitrum networks using dedicated bridges
+---
+
+# RLC Bridge
+
+**RLC** (RLC Token) is the essential cryptocurrency for interacting with the
+iExec protocol. Whether you are executing tasks, accessing protected data, or
+participating in the iExec decentralized confidential computing network, you
+will need RLC tokens on the appropriate network.
+
+This guide helps you bridge RLC tokens to **Bellecour** (becoming xRLC) and
+**Arbitrum** networks using dedicated bridge solutions.
+
+## 🗂️ Available Bridges
+
+iExec provides officially supported bridges for seamless token transfer across
+networks:
+
+
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.
+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.
+