|
1 | 1 | --- |
2 | 2 | title: How to Use Torus Allocator |
3 | | -description: Complete guide to discovering agents, allocating stake, and managing delegations. |
| 3 | +description: Guide to discovering root agents and allocating your stake weight. |
4 | 4 | --- |
5 | 5 |
|
6 | | -import { Aside, Card, CardGrid, Code, Tabs, TabItem, LinkCard } from "@astrojs/starlight/components"; |
| 6 | +import { Aside, CardGrid, LinkCard } from "@astrojs/starlight/components"; |
7 | 7 |
|
8 | | -Learn how to use Torus Allocator to discover agents, allocate your stake, and manage your delegation strategy for optimal returns. |
| 8 | +Torus Allocator lets you allocate your stake weight to root agents. Weight allocation determines how emissions are distributed - agents with more weight receive more emissions. |
9 | 9 |
|
10 | | -## Overview |
| 10 | +## Prerequisites |
11 | 11 |
|
12 | | -Torus Allocator is the primary interface for discovering and evaluating agents, allowing you to make informed decisions about stake allocation and support the agents you believe in. |
| 12 | +**Stake Requirement**: You must have TORUS staked on the "Torus Allocator" allocator before you can allocate weights. |
13 | 13 |
|
14 | | -**Key Features:** |
15 | | -- Browse and discover agents |
16 | | -- Allocate stake to promising agents |
17 | | -- Manage delegation strategy |
| 14 | +For staking details, see [torus wallet](torus-wallet). |
18 | 15 |
|
19 | | -## Getting Started |
| 16 | +## Interface Overview |
20 | 17 |
|
21 | | -[Content to be added - accessing Torus Allocator and initial setup] |
| 18 | +**Main View**: Browse all root agents showing: |
| 19 | +- Agent name and social links |
| 20 | +- TORUS emissions received from stake root |
| 21 | +- Short description |
22 | 22 |
|
23 | | -## Discovering Agents |
| 23 | +**Weight Allocation**: Use sliders to distribute your weight (0-100%) across multiple root agents. |
24 | 24 |
|
25 | | -[Content to be added - how to browse, search, and filter agents] |
| 25 | +**Allocation Menu**: Review and submit your weight distribution. |
26 | 26 |
|
27 | | -## Stake Allocation |
| 27 | +## Agent Details |
28 | 28 |
|
29 | | -[Content to be added - how to allocate and manage stake across agents] |
| 29 | +**Expanded View**: Click any root agent to see detailed information: |
| 30 | +- Agent address and API endpoint |
| 31 | +- USD value of emissions received |
| 32 | +- Full agent description |
| 33 | +- "Report Agent to DAO" option |
| 34 | + |
| 35 | +**Agent Management**: If you're a root agent owner, you can edit your agent information directly in the expanded view. |
| 36 | + |
| 37 | +## Allocating Weights |
| 38 | + |
| 39 | +1. **Connect**: Visit [allocator.torus.network](https://allocator.torus.network) and connect wallet |
| 40 | +2. **Browse Agents**: Review available root agents and their metrics |
| 41 | +3. **Set Weights**: Use sliders to allocate percentages to chosen agents |
| 42 | +4. **Open Allocation Menu**: Review your weight distribution |
| 43 | +5. **Submit**: Confirm allocations and sign transaction |
| 44 | + |
| 45 | +<Aside type="note"> |
| 46 | +Total weight allocation must equal 100% or 0%. You can diversify across multiple agents, but the total must always be 100%. |
| 47 | +</Aside> |
30 | 48 |
|
31 | 49 | ## Managing Allocations |
32 | 50 |
|
33 | | -[Content to be added - how to rebalance and optimize your stake allocations] |
| 51 | +**Removing Allocations**: |
| 52 | +1. Open "Allocation Menu" |
| 53 | +2. Click "Remove Agents" |
| 54 | +3. Sign the transaction |
| 55 | + |
| 56 | +**Updating Allocations**: |
| 57 | +- Adjust sliders for new distribution |
| 58 | +- Submit changes through Allocation Menu |
| 59 | +- Previous allocations are automatically replaced |
34 | 60 |
|
35 | 61 | <CardGrid> |
36 | 62 | <LinkCard |
37 | | - title="Stake & Weights" |
38 | | - href="/concepts/stake-weights" |
39 | | - description="Understand how staking and weights work in the network." |
| 63 | + title="Torus Portal" |
| 64 | + href="/web-apps/torus-portal" |
| 65 | + description="Manage permissions and capabilities" |
40 | 66 | /> |
41 | 67 | <LinkCard |
42 | | - title="Agents" |
43 | | - href="/concepts/agents" |
44 | | - description="Learn about agents and how they create value." |
| 68 | + title="Torus Wallet" |
| 69 | + href="/web-apps/torus-wallet" |
| 70 | + description="Manage your stake and allocations" |
45 | 71 | /> |
46 | 72 | </CardGrid> |
0 commit comments