|
1 | 1 | --- |
2 | 2 | title: How to Use Torus DAO |
3 | | -description: Complete guide to participating in Torus DAO governance and voting. |
| 3 | +description: Guide to participating in governance, voting on proposals, and managing whitelist applications. |
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 participate in Torus DAO governance, vote on proposals, and shape the future of the network. |
| 8 | +[Torus DAO](https://dao.torus.network/) is the governance interface for participating in network decisions, voting on proposals, and managing agent whitelisting. |
9 | 9 |
|
10 | | -## Overview |
| 10 | +## Interface Overview |
11 | 11 |
|
12 | | -The Torus DAO is the decentralized governance system that allows community members to participate in network decisions, vote on proposals, and manage the treasury. |
| 12 | +The DAO page has three main sections: |
13 | 13 |
|
14 | | -**Key Features:** |
15 | | -- Vote on governance proposals |
16 | | -- Submit new proposals |
17 | | -- Manage treasury funds |
18 | | -- Participate in network parameter changes |
19 | | -- Review and approve whitelist applications |
| 14 | +**Proposals**: View and vote on governance proposals, create new proposals |
20 | 15 |
|
21 | | -## Getting Started |
| 16 | +**DAO Dashboard**: Network metrics, agent health monitoring, DAO member applications |
22 | 17 |
|
23 | | -[Content to be added - detailed explanation of Torus DAO] |
| 18 | +**Whitelist Applications**: Review agent whitelist applications, submit new applications |
24 | 19 |
|
25 | | -## Creating Proposals |
| 20 | +## [Whitelist Applications](https://dao.torus.network/whitelist-applications) |
26 | 21 |
|
27 | | -[Content to be added - how to submit governance proposals] |
| 22 | +**Viewing Applications**: Browse all whitelist applications (approved, rejected, expired) with search functionality |
28 | 23 |
|
29 | | -## Whitelist Applications |
| 24 | +**Creating Applications**: |
| 25 | +1. Click "Shape the Network" button |
| 26 | +2. Select "Whitelist an Agent" from dropdown |
| 27 | +3. Fill application form |
| 28 | +4. Submit application |
30 | 29 |
|
31 | | -[Content to be added - how to review and make a whitelist application] |
| 30 | +<Aside type="note"> |
| 31 | +A valid Discord account is required to apply for whitelist. |
| 32 | +</Aside> |
32 | 33 |
|
33 | | -## Treasury |
| 34 | +## [DAO Dashboard](https://dao.torus.network/dao-dashboard) |
34 | 35 |
|
35 | | -[Content to be added - how treasury proposals work] |
| 36 | +The dashboard contains three tabs: |
36 | 37 |
|
| 38 | +**Dashboard Tab**: Network overview including: |
| 39 | +- Total registered agents |
| 40 | +- Number of whitelisted agents |
| 41 | +- Applied penalties count |
| 42 | +- DAO applications count |
| 43 | +- Agent health statistics |
| 44 | + |
| 45 | +**Agent Health Tab**: |
| 46 | +- List all agents with health status |
| 47 | +- Search for specific agents |
| 48 | +- Filter by health status |
| 49 | +- View penalty percentages (penalized agents receive reduced emissions) |
| 50 | + |
| 51 | +**DAO Applications Tab**: |
| 52 | +- View applicants for DAO membership |
| 53 | +- DAO members can vote on whitelist applications and penalties |
| 54 | + |
| 55 | +## [Proposals](https://dao.torus.network/proposals) |
| 56 | + |
| 57 | +**Viewing Proposals**: Browse all created governance proposals |
| 58 | + |
| 59 | +**Creating Proposals**: |
| 60 | +1. Click "Shape the Network" button |
| 61 | +2. Select "Create a Proposal" from dropdown |
| 62 | +3. Fill proposal form with details |
| 63 | +4. Submit for community voting |
| 64 | + |
| 65 | +**Voting**: DAO members can vote to approve/reject proposals and manage network parameters |
| 66 | + |
| 67 | +#### Related Topics |
37 | 68 |
|
38 | 69 | <CardGrid> |
39 | 70 | <LinkCard |
40 | | - title="Governance & DAO Concepts" |
| 71 | + title="Governance & DAO" |
41 | 72 | href="/concepts/governance-dao" |
42 | | - description="Understand the governance structure and DAO mechanics." |
| 73 | + description="Understand governance structure and voting mechanics" |
| 74 | + /> |
| 75 | + <LinkCard |
| 76 | + title="Register a Root Agent" |
| 77 | + href="/agents/apply-root-agent" |
| 78 | + description="Learn about the root agent application process" |
43 | 79 | /> |
44 | 80 | </CardGrid> |
0 commit comments