Skip to content

Commit 2965908

Browse files
committed
Refactor how-to guides to introduce "Bridge your tokens" section, streamline navigation, and remove outdated links for clarity
1 parent 10b7797 commit 2965908

File tree

8 files changed

+23
-197
lines changed

8 files changed

+23
-197
lines changed

astro.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,9 @@ export default defineConfig({
100100
collapsed: true,
101101
items: [
102102
{ label: "Setup a Wallet", slug: "how-to-guides/holders/setup-a-wallet" },
103-
{ label: "Fast Bridge", slug: "how-to-guides/holders/fast-bridge" },
103+
{ label: "Bridge your tokens", slug: "how-to-guides/holders/bridge-your-torus" },
104104
{ label: "Stake your Torus", slug: "how-to-guides/holders/stake-your-torus" },
105105
{ label: "Vote on Proposals", slug: "how-to-guides/holders/vote-on-proposals" },
106-
{ label: "Standard Bridge", slug: "how-to-guides/holders/standard-bridge" },
107106
],
108107
},
109108
{
400 KB
Loading
269 KB
Loading
-406 KB
Binary file not shown.
Binary file not shown.

src/content/docs/how-to-guides/holders/fast-bridge.mdx renamed to src/content/docs/how-to-guides/holders/bridge-your-torus.mdx

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Fast Bridge
2+
title: Bridge your tokens
33
description: Bridging from TORUS Base all the way to Native TORUS on the Network.
44
---
55

@@ -11,14 +11,14 @@ import {
1111
} from "@astrojs/starlight/components";
1212
import ClickableImage from '/src/components/ClickableImage.astro';
1313
import RedText from '/src/components/RedText.astro';
14-
import connectBothWallets from '/public/images/how-to-guide/simple-bridge/connect-both-wallets.png';
15-
import bridgeMechanisms from '/public/images/how-to-guide/simple-bridge/bridge-mecannisms.png';
14+
import connectBothWallets from '/public/images/how-to-guide/simple-bridge/Login in both wallets.png';
15+
import bridgeMechanisms from '/public/images/how-to-guide/simple-bridge/Bridge interface explained.png';
1616

17-
In this guide, we'll **bridge TORUS between Torus and Base** using the Fast Bridge method.
17+
In this guide, we'll **bridge TORUS between Torus and Base**.
1818
This process is necessary in order to obtain **Native TORUS**, which is required to interact with Torus directly.
1919
This process also works to bridge from **Native TORUS** to **Base TORUS**.
2020

21-
The Fast Bridge streamlines the bridging process by automating the intermediate steps, completing in minutes rather than requiring manual multi-step transactions.
21+
The bridge automates the intermediate steps, completing the transfer in minutes.
2222

2323
#### Why bridge TORUS tokens?
2424

@@ -64,7 +64,7 @@ To keep things clear and concise, **Native TORUS** will be referred to as **TORU
6464

6565
<Steps>
6666

67-
1. **Connect both the Torus and MetaMask wallets in the [Fast Bridge Web App](https://bridge.torus.network/?tab=simple&from=base&to=torus)**.
67+
1. **Connect both the Torus and MetaMask wallets in the [Bridge Web App](https://bridge.torus.network/)**.
6868
At the top right corner of the app, connect both your **Torus Wallet** and **MetaMask**.
6969
<ClickableImage src={connectBothWallets} alt="Connect both wallets" />
7070

@@ -109,11 +109,6 @@ To keep things clear and concise, **Native TORUS** will be referred to as **TORU
109109

110110
</Steps>
111111

112-
<Aside type="caution">
113-
**If the process fails mid-transaction:**
114-
115-
If your funds get stuck in the TORUS EVM layer, you can complete the bridging process using the [Standard Bridge](https://docs.torus.network/how-to-guides/holders/standard-bridge/) to transfer from TORUS EVM to TORUS.
116-
</Aside>
117112

118113
---
119114

@@ -128,6 +123,21 @@ Everything else remains the same - you'll still need to approve adding the Torus
128123

129124
---
130125

126+
## Bridging Funds from EVM Layer
127+
128+
<Aside type="tip" title="EVM Layer">
129+
If a transaction fails or something goes wrong during the bridging process, your funds may be in the EVM Layer. Don't worry, your funds are safe and can still be bridged.
130+
131+
**Your funds will appear in the same location as your other funds in the bridge interface.** You have two ways to complete the bridge:
132+
133+
1. **Transaction History**: Go to the transaction history and complete the bridging process for your transaction
134+
2. **Direct Bridging**: Click the **"EVM RECOVER"** button to finish the bridging process
135+
136+
The process will finish the bridging and transfer your funds to their intended destination.
137+
</Aside>
138+
139+
---
140+
131141

132142

133143
## What's Next?

src/content/docs/how-to-guides/holders/standard-bridge.mdx

Lines changed: 0 additions & 182 deletions
This file was deleted.

src/content/docs/how-to-guides/table-of-contents.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ If you're managing permissions and system-level coordination:
3737
If you want to interact with Torus as an end-user or holder:
3838

3939
- [Set up a Wallet](https://docs.torus.network/how-to-guides/holders/setup-a-wallet/) — Configure SubWallet to connect to Torus network
40-
- [Fast Bridge](https://docs.torus.network/how-to-guides/holders/fast-bridge/) — Transfer TORUS tokens from Base to Torus quickly with fewer steps
40+
- [Bridge your tokens](https://docs.torus.network/how-to-guides/holders/bridge-your-torus/) — Transfer TORUS tokens between Base and Torus
4141
- [Stake your TORUS](https://docs.torus.network/how-to-guides/holders/stake-your-torus/) — Delegate tokens to agents and participate in network rewards
4242
- [Vote on Proposals](https://docs.torus.network/how-to-guides/holders/vote-on-proposals/) — Participate in governance decisions and proposal voting
43-
- [Standard Bridge](https://docs.torus.network/how-to-guides/holders/standard-bridge/) — Transfer TORUS tokens from Base to Torus using the traditional multi-step process
4443

4544
---
4645

0 commit comments

Comments
 (0)