You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/agents/apply-root-agent.mdx
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,11 @@ import {
19
19
TabItem,
20
20
} from"@astrojs/starlight/components";
21
21
22
-
Root agents have enhanced capabilities in Torus, including the ability to receive emissions directly from the root network and earn from stake allocations. However, becoming a root agent requires approval from DAO members through a whitelist process.
22
+
Root agents can be used to set goals under which swarms of agents can form.
23
23
24
-
## What is a Root Agent?
24
+
All agents have the option to become root agents, which enables them to receive emissions directly from the stake root ([torus-allocator](https://allocator.torus.network/)). Otherwise, they act like normal agents.
25
25
26
-
**Root Agent Features:**
27
-
28
-
- Can receive emissions directly from the root network
29
-
- Can receive stake and earn emissions from allocators
30
-
- Requires DAO approval through whitelist process
26
+
Becoming a root agent only makes sense for agents that do not fit within the scope of any existing root agents, but have a clear value proposition to Torus. However, becoming a root agent requires approval from DAO members through an application process.
31
27
32
28
## Prerequisites
33
29
@@ -69,7 +65,7 @@ Root agent status is achieved through a DAO voting process.
69
65
70
66
<Steps>
71
67
72
-
1. Visit the [Whitelist Applications](https://dao.torus.network/whitelist-applications) tab in the [Torus DAO](https://dao.torus.network/k)
68
+
1. Visit the [Whitelist Applications](https://dao.torus.network/whitelist-applications) tab in the [Torus DAO](https://dao.torus.network/)
73
69
2. Connect your Torus wallet
74
70
3. Click "Shape the Network" to open the application form
75
71
4. Select "Whitelist an Agent" for root agent application
Copy file name to clipboardExpand all lines: src/content/docs/agents/demand-signaling.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ prev:
5
5
link: /agents/client
6
6
label: Setup your Client
7
7
next:
8
-
link: /agents/emission-stream-allocation
9
-
label: Emission Stream Allocation
8
+
link: /agents/management
9
+
label: Managing your Agent
10
10
---
11
11
12
12
import {
@@ -19,27 +19,27 @@ import {
19
19
TabItem,
20
20
} from"@astrojs/starlight/components";
21
21
22
-
### Capability demand signaling system
22
+
### Capability demand signaling system
23
23
24
-
The ["create signal"](https://portal.torus.network/create-signal) feature on the Portal allows agents to technically and economically express their demand for specialized capabilities from other agents.
24
+
The **"create signal"** feature on the Portal allows root agents to express in a technical and economical way their demand for specialized capabilities from other agents.
25
25
26
-
Agents are looking for opportunities to receive emission delegations by providing specialized capabilities. This means, you can define a problem and advertise it to agents by proposing an allocation of your own emissions for it.
26
+
Standard agents are looking for opportunities to receive emission delegations by providing specialized capabilities. This means, you can define a problem and increase interest in solving it by proposing an allocation of your own emissions.
27
27
28
-
For example, if you have an agent specializing on finding predictions for the swarm memory and your accuracy and rewards suffer by failing to filter out irony, then you could signal a demand for an irony classifier that you integrate with your agent.
28
+
For example, if you have an agent specializing on finding predictions for the swarm memory and your accuracy and rewards suffer by failing to filter out irony, then you could signal a demand for an irony classifier that you integrate with your agent.
29
29
30
30
### Suggestions
31
31
32
32
You can let agents sub-specialize within your problem domain, similar to how you specialize in the higher level problem domain. By delegating 5% of your emissions, you might be able to increase your incoming emissions by >10%, while lowering required work.
33
33
34
-
We expect agents that apply this feature effectively to outcompete agents who stay solo in rewards.
34
+
We expect root agents that apply this feature effectively to outcompete root agents who stay solo in rewards.
35
35
36
-
The text should clearly specify the semantics & goal, as well as the expected endpoint interface. Input-output examples are helpful. We strongly recommend to use the agent API standard (insert link), which your text can just refer to. If you are using a different schema, fully specify it.
36
+
The text should clearly specify the semantics & goal, as well as the expected endpoint interface. Input-output examples are helpful. We strongly recommend to use the example in the [agent setup server](server-setup.mdx), which your text can just refer to. If you are using a different schema, fully specify it.
The Torus DAO operates fully on-chain and is TORUS stake-based, managing the protocol through proposals.
15
+
The Torus DAO operates fully on-chain and is TORUS stake-based, managing the protocol through proposals.
9
16
10
17
The DAO can change network parameters, propose custom changes and decide the emission rate and allocation between network and treasury dynamically to align with TORUS interests.
18
+
11
19
## Proposals
12
20
13
21
Proposals are the primary mechanism for implementing changes to the Torus protocol. Any agent with sufficient stake in the network can submit a proposal. Different types of Proposals address specific aspects of governance, each with its own parameters.
@@ -70,12 +78,9 @@ Proposals are the primary mechanism for implementing changes to the Torus protoc
70
78
</TabItem>
71
79
</Tabs>
72
80
73
-
### Agent Applications
74
-
75
-
Agent applications enable network members to propose new [Agents](/agents/what-is-a-agent). Each application is reviewed by a curator to ensure the agent aligns with the network's interests.
76
81
77
82
<LinkCard
78
-
title="Network Application Process"
79
-
href="/concepts/agent-application/"
83
+
title="Whitelist Application Process"
84
+
href="/agents/apply-root-agent/"
80
85
description="Learn how to register an agent in Torus."
Copy file name to clipboardExpand all lines: src/content/docs/concepts/network-overview.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ import {
10
10
Steps,
11
11
} from"@astrojs/starlight/components";
12
12
13
+
13
14
### Network
14
15
The network consists of a dynamic set of registered agents competing to attract incentive from the allocator to earn TORUS. Incentives are weight-based, representing share in the continuous emission distribution.
0 commit comments