Skip to content

Commit 6661f21

Browse files
committed
update guide with new images, improve instructions, and fix text inconsistencies for becoming a Root Agent on the Torus Network
1 parent 91913d3 commit 6661f21

File tree

5 files changed

+84
-46
lines changed

5 files changed

+84
-46
lines changed

src/content/docs/how-to-guides/become-a-root-agent.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import {
99
CardGrid,
1010
Card
1111
} from "@astrojs/starlight/components";
12+
import { Image } from 'astro:assets';
13+
import daoShapeTheNetwork from '/public/images/how-to-guide/become-a-root-agent/dao-shape-the-network.png';
14+
import selectTheWhitelistOption from '/public/images/how-to-guide/become-a-root-agent/select-the-whitelist-option.png';
1215

1316

1417
In this guide, we’ll walk through how to **apply to become a Root Agent** on the Torus Network.
@@ -63,7 +66,7 @@ Becoming a Root Agent allows you to receive emissions directly from the root and
6366
3. **Click in Shape the Network Button**
6467
It can be found in the top right corner of the dashboard.
6568
It will open a modal with a form to apply for whitelisting.
66-
![Shape the network button](/images/how-to-guide/become-a-root-agent/dao-shape-the-network.png)
69+
<Image src={daoShapeTheNetwork} alt="Shape the network button" width="1920" />
6770

6871
4. **Select the Whitelist an Agent option and fill the form**
6972
In modal, select the option **Whitelist an Agent** and fill in the required fields for your application.
@@ -76,7 +79,7 @@ Becoming a Root Agent allows you to receive emissions directly from the root and
7679
</Aside>
7780

7881

79-
![Select Select whitelist option](/images/how-to-guide/become-a-root-agent/select-the-whitelist-option.png)
82+
<Image src={selectTheWhitelistOption} alt="Select whitelist option" width="1920" />
8083

8184
5. **Submit Proposal**
8285
Click in **Submit Proposal** and confirm the transaction in your wallet after you filled in the form.

src/content/docs/how-to-guides/bridge-to-base.mdx

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ import {
99
CardGrid,
1010
Card
1111
} from "@astrojs/starlight/components";
12+
import { Image } from 'astro:assets';
13+
import metamaskSubwalletConnect from '/public/images/how-to-guide/bridge-to-base/metamask-subwallet-connect.png';
14+
import fillInFormToConvert from '/public/images/how-to-guide/bridge-to-base/fill-in-form-to-convert.png';
15+
import confirmTransactionInMetamask from '/public/images/how-to-guide/bridge-to-base/confirm-transaction-in-metamask.png';
16+
import baseTorusSwappedSuccessfully from '/public/images/how-to-guide/bridge-to-base/base-torus-swapped-successfully.png';
17+
import metamaskConnectEvm from '/public/images/how-to-guide/bridge-to-base/metamask-connect-evm.png';
18+
import fillInFormToConvertTorusEvmNativeTorus from '/public/images/how-to-guide/bridge-to-base/fill-in-form-to-convert-torus-evm-native-torus.png';
19+
import confirmTransactionInMetamaskTorusEvmToTorus from '/public/images/how-to-guide/bridge-to-base/confirm-transaction-in-metamask-torus-evm-to-torus.png';
20+
import torusEvmConvertSuccessfully from '/public/images/how-to-guide/bridge-to-base/torus-evm-convert-successfully.png';
1221

1322
In this guide, we’ll **bridge Torus between the Torus Network and Base**.
1423
This process is necessary in order to obtain **Native Torus**, which is required to interact with the Torus Network directly.
@@ -63,7 +72,7 @@ For the sake of simplicity, we are going to refer to the **Native Torus** as **T
6372

6473
1. **Connect both the Torus and Metamask wallets in the [Base Bridge Web App](https://bridge.torus.network/?tab=base&from=base&to=torus)**.
6574
At the top right corner of the app, connect both your **Torus Wallet** and **MetaMask**.
66-
![SubWallet and Metamask connect screen](/images/how-to-guide/bridge-to-base/metamask-subwallet-connect.png)
75+
<Image src={metamaskSubwalletConnect} alt="SubWallet and Metamask connect screen" width="1920" />
6776

6877
2. **Swap from Base Torus to Torus EVM**
6978
- Make sure you are **connected** in **Both Wallets**
@@ -73,22 +82,22 @@ For the sake of simplicity, we are going to refer to the **Native Torus** as **T
7382
Fill in the form with the amount you want to convert and the Recipient Address, by clicking on the Self button, it will automatically fill the address for you with your connected base wallet.
7483
With all the information filled in, click **Continue**.
7584

76-
![Convert Base TORUS with Torus EVM](/images/how-to-guide/bridge-to-base/fill-in-form-to-convert.png)
85+
<Image src={fillInFormToConvert} alt="Convert Base TORUS with Torus EVM" width="1920" />
7786

7887
3. **Confirm the transaction**
7988
After filling in the form, you will be prompted to confirm the transaction in Metamask.
8089
<Aside type="caution">
8190
Always verify the transaction in Metamask before signing it, it is of your responsibility to verify the transaction details.
8291
You also must have enough funds in your Metamask wallet to cover the transaction fees.
8392
</Aside>
84-
![Confirm the transaction in Metamask](/images/how-to-guide/bridge-to-base/confirm-transaction-in-metamask.png)
93+
<Image src={confirmTransactionInMetamask} alt="Confirm the transaction in Metamask" width="1920" />
8594

8695
4. **Confirmation of the swap**
8796
After the transaction succeeds, your Base Torus should now be displayed as Torus EVM as it was successfully swapped.
8897
This process can take a while to happen in the chain side,
8998
so please, wait a few minutes and refresh the [Base Bridge Web App](https://bridge.torus.network/?tab=base&from=base&to=torus).
9099
If you have any issues, reach out to our support on the [Official Torus Discord](https://discord.gg/torus).
91-
![Confirmation of the swap](/images/how-to-guide/bridge-to-base/base-torus-swapped-successfully.png)
100+
<Image src={baseTorusSwappedSuccessfully} alt="Confirmation of the swap" width="1920" />
92101

93102

94103
</Steps>
@@ -100,7 +109,7 @@ For the sake of simplicity, we are going to refer to the **Native Torus** as **T
100109
<Steps>
101110
1. **Connect both the Torus and Metamask wallets in the [Base Bridge Web App](https://bridge.torus.network/?tab=base&from=base&to=torus)**.
102111
At the top right corner of the app, connect both your **Torus Wallet** and **MetaMask**.
103-
![SubWallet and Metamask connect screen](/images/how-to-guide/bridge-to-base/metamask-connect-evm.png)
112+
<Image src={metamaskConnectEvm} alt="SubWallet and Metamask connect screen" width="1920" />
104113

105114

106115
1. **Swap from Torus EVM to Torus**
@@ -109,7 +118,7 @@ For the sake of simplicity, we are going to refer to the **Native Torus** as **T
109118
- Make sure it is **FROM** Torus EVM **TO** Torus
110119

111120
Fill in the form with the amount you want to convert, after confirmation, you will be prompted to sign the transaction in Torus.
112-
![Convert Torus EVM to Native Torus](/images/how-to-guide/bridge-to-base/fill-in-form-to-convert-torus-evm-native-torus.png)
121+
<Image src={fillInFormToConvertTorusEvmNativeTorus} alt="Convert Torus EVM to Native Torus" width="1920" />
113122

114123
2. **Confirm the transaction**
115124
After filling in the form, you will be prompted to confirm the transaction in Metamask.
@@ -118,14 +127,13 @@ For the sake of simplicity, we are going to refer to the **Native Torus** as **T
118127
You also must have enough funds in your Metamask wallet to cover the transaction fees.
119128
</Aside>
120129

121-
![Confirm the transaction in Metamask](/images/how-to-guide/bridge-to-base/confirm-transaction-in-metamask-torus-evm-to-torus.png)
130+
<Image src={confirmTransactionInMetamaskTorusEvmToTorus} alt="Confirm the transaction in Metamask" width="1920" />
122131

123132
3. **Confirmation of the swap**
124133
After the transaction succeeds, your Torus EVM should now be displayed as Torus as it was successfully swapped.
125134
This process can take a while to happen in the chain side,
126135
so please, wait a few minutes and refresh the [Base Bridge Web App](https://bridge.torus.network/?tab=base&from=base&to=torus).
127-
If you have any issues, reach out to our support on the [Official Torus Discord](https://discord.gg/torus).
128-
![Confirmation of the swap](/images/how-to-guide/bridge-to-base/torus-evm-convert-successfully.png)
136+
<Image src={torusEvmConvertSuccessfully} alt="Confirmation of the swap" width="1920" />
129137

130138
4. **All Done**
131139
You’ve now successfully bridged Torus tokens between **Torus**, **Torus EVM**, and **Base**.

src/content/docs/how-to-guides/register-an-agent.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ import {
1010
Card,
1111
LinkCard
1212
} from "@astrojs/starlight/components";
13+
import { Image } from 'astro:assets';
14+
import registerAnAgentButton from '/public/images/how-to-guide/register-an-agent/register-an-agent-button.png';
15+
import connectWalletOnPortal from '/public/images/how-to-guide/register-an-agent/connect-wallet-on-portal.png';
16+
import filledAgentInformation from '/public/images/how-to-guide/register-an-agent/filled-agent-information.png';
17+
import filledAgentSocials from '/public/images/how-to-guide/register-an-agent/filled-agent-socials.png';
1318

1419
In this guide, we’ll **register an Agent** on the Torus Network.
1520
This is a step-by-step walkthrough of the registration process.
@@ -54,11 +59,11 @@ Registered agents can actively participate in the network by creating permission
5459

5560
1. **Visit the [Agent Registration Page](https://portal.torus.network/network-operations/register-agent)**
5661
This is found under the **Network Operations** tab in the [Torus Portal](https://portal.torus.network)'s sidebar.
57-
![Agent registration tab](/images/how-to-guide/register-an-agent/register-an-agent-button.png)
62+
<Image src={registerAnAgentButton} alt="Agent registration tab" width="1920" />
5863

5964
2. **Connect your Torus Wallet**
6065
Click the **Connect Wallet** button at the top right and select your Torus wallet.
61-
![Connect Torus Wallet](/images/how-to-guide/register-an-agent/connect-wallet-on-portal.png)
66+
<Image src={connectWalletOnPortal} alt="Connect Torus Wallet" width="1920" />
6267

6368
3. **Fill in your agent details**
6469
Provide the required information such as your agent name, description, and technical details.
@@ -72,12 +77,12 @@ Registered agents can actively participate in the network by creating permission
7277
- agent_name (Valid agent Name)
7378
- agent-name (Valid agent Name)
7479
</Aside>
75-
![Agent details form](/images/how-to-guide/register-an-agent/filled-agent-information.png)
80+
<Image src={filledAgentInformation} alt="Agent details form" width="1920" />
7681

7782
4. **Add Relevant links and social profiles**
7883
Even though it is not mandatory, we strongly recommend adding links and social profiles.
7984
This will help your agent to be discovered and used by the Torus community.
80-
![Agent metadata input](/images/how-to-guide/register-an-agent/filled-agent-socials.png)
85+
<Image src={filledAgentSocials} alt="Agent metadata input" width="1920" />
8186

8287
5. **Confirm registration**
8388
Click in register an agent and confirm the transaction in your wallet.

src/content/docs/how-to-guides/setup-a-wallet.mdx

Lines changed: 29 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ import {
1111
Card
1212
} from "@astrojs/starlight/components";
1313

14+
import { Image } from 'astro:assets';
15+
import subwalletExtensionActivated from '/public/images/how-to-guide/setup-wallet/subwallet-extension-activated.png';
16+
import subwalletCreatedSuccessfully from '/public/images/how-to-guide/setup-wallet/subwallet-created-successfully.png';
17+
import subwalletOpenSetup from '/public/images/how-to-guide/setup-wallet/subwallet-open-setup.png';
18+
import subwalletSelectConfigToAddNetwork from '/public/images/how-to-guide/setup-wallet/subwallet-select-config-to-add-network.png';
19+
import subwalletSearchTorusNetwork from '/public/images/how-to-guide/setup-wallet/subwallet-search-torus-network.png';
20+
import subwalletDoneTorusSetup from '/public/images/how-to-guide/setup-wallet/subwallet-done-torus-setup.png';
21+
1422
In this guide, we’ll walk through setting up a wallet with the **SubWallet** browser extension, a popular non-custodial wallet for managing assets across multiple blockchains.
1523
If you prefer a different extension, scroll to the bottom for a list of other wallets that work with Torus.
1624
For simplicity’s sake, though, we’ll focus on SubWallet.
@@ -46,13 +54,14 @@ For simplicity’s sake, though, we’ll focus on SubWallet.
4654

4755
</span>
4856

49-
![SubWallet extension activated in Brave browser](/images/how-to-guide/setup-wallet/subwallet-extension-activated.png)
57+
<Image src={subwalletExtensionActivated} alt="SubWallet extension activated in Brave browser" width="1920" />
5058

5159
</Steps>
5260

61+
5362
### Creating a New Account
5463

55-
<Steps>
64+
<Steps>
5665

5766
1. **Open the SubWallet extension in you browser**:
5867
Click on the SubWallet icon in your browser’s extension area to open the wallet.
@@ -91,44 +100,44 @@ For simplicity’s sake, though, we’ll focus on SubWallet.
91100

92101
</span>
93102

94-
![SubWallet account succesfully created](/images/how-to-guide/setup-wallet/subwallet-created-successfully.png)
103+
<Image src={subwalletCreatedSuccessfully} alt="SubWallet account successfully created" width="1920" />
95104

96105
</Steps>
97106

98-
### Adding Torus to the Subwallet
107+
### Adding Torus to the Subwallet
99108

100109
<Steps>
101-
1. **Open the Subwallet Setup**:
102-
Click in the three bars(****) on the top left corner of the subwallet extension.
103-
![SubWallet setup button](/images/how-to-guide/setup-wallet/subwallet-open-setup.png)
104110

105-
2. **Select Manage Networks**:
106-
Under the **Assets & Addresses** tab, click on **Manage Networks**.
107-
![SubWallet manage networks button](/images/how-to-guide/setup-wallet/subwallet-select-config-to-add-network.png)
111+
1. **Open the Subwallet Setup**
112+
Click in the three bars(****) on the top left corner of the subwallet extension.
113+
<Image src={subwalletOpenSetup} alt="SubWallet setup button" width="1920" />
114+
115+
2. **Select Manage Networks**
116+
Under the **Assets & Addresses** tab, click on **Manage Networks**.
117+
<Image src={subwalletSelectConfigToAddNetwork} alt="SubWallet manage networks button" width="1920" />
118+
108119

109-
3. **Search for Torus and activate it**:
120+
3. **Search for Torus and activate it**
110121
Click on the search bar, type Torus, and select it from the list. Make sure to enable it so it appears in your list of active tokens.
111-
![SubWallet search for Torus button](/images/how-to-guide/setup-wallet/subwallet-search-torus-network.png)
122+
<Image src={subwalletSearchTorusNetwork} alt="SubWallet search for Torus button" width="1920" />
123+
124+
4. **Confirm Torus is active**
125+
Once enabled, **Torus** will appear in your list of active networks.
126+
You might have to scroll down to find Torus in the list.
127+
<Image src={subwalletDoneTorusSetup} alt="SubWallet network list with torus" width="1920" />
112128

113-
4. **Confirm Torus is active**:
114-
Once enabled, **Torus** will appear in your list of active networks.
115-
You might have to scroll down to find Torus in the list.
116-
![SubWallet network list with torus](/images/how-to-guide/setup-wallet/subwallet-done-torus-setup.png)
117129

118130
<Aside>
119131
If you don't see **Torus** in the list, you might need to add it manually.
120132
Follow the steps in this [video tutorial by Omni Labs](https://www.youtube.com/watch?v=3JDQFYg0u_A&t=172s).
121133

122134
**RPC URL:** `wss://api.torus.network`
123-
124-
125-
</Aside>
135+
</Aside>
126136

127137
5. **All Done**
128138
Torus is now connected to your SubWallet.
129139
You’re ready to explore the Torus ecosystem and manage your assets securely.
130140

131-
132141
</Steps>
133142

134143

0 commit comments

Comments
 (0)