Skip to content

Commit 5de8cab

Browse files
committed
update stake-your-torus guide with clearer instructions and add relevant image for staking process in the Torus Wallet App
1 parent c31cd34 commit 5de8cab

3 files changed

Lines changed: 16 additions & 23 deletions

File tree

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// @ts-check
2-
import { defineConfig } from "astro/config";
2+
import { defineConfig } from 'astro/config';
33

4-
import starlight from "@astrojs/starlight";
5-
import tailwind from "@astrojs/tailwind";
4+
import starlight from '@astrojs/starlight';
5+
import tailwind from '@astrojs/tailwind';
66

77
// https://astro.build/config
88
export default defineConfig({
@@ -104,7 +104,7 @@ export default defineConfig({
104104
items: [
105105
{ label: "Setup a Wallet", slug: "how-to-guides/setup-a-wallet" },
106106
{ label: "Bridge to Base", slug: "how-to-guides/bridge-to-base"},
107-
{ label: "Stake your Torus", slug: "how-to-guides/stake-your-torus" },
107+
// { label: "Stake your Torus", slug: "how-to-guides/stake-your-torus" },
108108
{ label: "Register an Agent", slug: "how-to-guides/register-an-agent" },
109109
{ label: "Become a Root Agent", slug: "how-to-guides/become-a-root-agent" },
110110
// {
323 KB
Loading

src/content/docs/how-to-guides/stake-your-torus.mdx

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Stake your Torus
2+
title: Stake your Torus with the Torus Allocator
33
description: Contributing to the Torus as a User.
44
---
55

@@ -11,7 +11,7 @@ import {
1111
Card
1212
} from "@astrojs/starlight/components";
1313

14-
In this guide, we’ll walk through the process of **staking and allocating your Torus**.
14+
In this guide, we’ll walk through the process of **staking and allocating your Torus** with the Torus Allocator.
1515
Staking allows you to earn rewards while contributing to the security and stability of the network.
1616
By allocating to an Agent, you directly support their operations.
1717

@@ -39,29 +39,22 @@ By allocating to an Agent, you directly support their operations.
3939
</CardGrid>
4040

4141
## Steps to Stake your Torus
42-
###
42+
### Send your Torus to the Allocator Contract
4343

4444
<Steps>
4545

46-
1. **Visit the [Agent Registration Page](https://portal.torus.network/network-operations/register-agent)**
47-
This is found under the **Network Operations** tab in the [Torus Portal](https://portal.torus.network)'s sidebar.
48-
![Agent registration tab](/images/how-to-guide/register-an-agent/register-an-agent-button.png)
46+
1. **Go to the [Staking tab in the Torus Wallet App](https://wallet.torus.network/staking)**
47+
In the Torus Wallet App, click on the **Staking** tab. Then click in **Stake**.
48+
![Staking tab in the Torus Wallet App](/images/how-to-guide/stake-your-torus/wallet-staking-tab.png)
4949

5050
2. **Connect your Torus Wallet**
5151
Click the **Connect Wallet** button at the top right and select your Torus wallet.
52-
![Connect Torus Wallet](/images/how-to-guide/register-an-agent/connect-wallet-on-portal.png)
53-
54-
3. **Fill in your agent details**
55-
Provide the required information such as your agent name, description, and technical details.
56-
<Aside type="note">
57-
Agent names can only contain lowercase letters, numbers, hyphens, and underscore.
58-
- agent-name- (Invalid agent Name). Reason: Hifen in the end
59-
- **A**gent-name (Invalid agent Name). Reason: Uppercase letter
60-
- Agent name (Invalid agent Name). Reason: Space in the middle
61-
- Agent.name (Invalid agent Name). Reason: Dot as separator
62-
---
63-
- agent_name (Valid agent Name)
64-
- agent-name (Valid agent Name)
52+
53+
3. **Select the Allocator Address**
54+
Click in the Select an Allocator, it will drop a Modal with all the Allocators.
55+
Select the Torus Allocator option.
56+
<Aside>
57+
The torus allocator address is `5DoVVgN7R6vHw4mvPX8s4EkkR8fgN1UJ5TDfKzab8eW9z89b`
6558
</Aside>
6659
![Agent details form](/images/how-to-guide/register-an-agent/filled-agent-information.png)
6760

0 commit comments

Comments
 (0)