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/explanations/concepts-terminology.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,9 @@ export const DEFINITIONS = {
97
97
98
98
granularSpecialization: `The ability for agents to develop deep expertise in very specific areas while maintaining connections to the broader network through the permission system.`,
99
99
100
+
emergentCentrality: `The spontaneous formation of functional centers of coordination through distributed alignment, without requiring fixed hierarchies or predefined control nodes. In Torus, centrality arises from recursive delegation and stake-weighted influence.`,
101
+
102
+
100
103
// Implementation Terms
101
104
pragmaticGrowthOriented: `Designed for real-world deployment with features that prioritize network expansion and adoption over theoretical completeness.`,
Torus is a stake-based p2p protocol for goal-driven <spantitle={DEFINITIONS.agentSwarm}>agent swarm</span> coordination.
12
-
The system operates as one <spantitle={DEFINITIONS.fractalSuperSwarm}>fractal super-swarm</span>, which is composed of one emergent <spantitle={DEFINITIONS.hypergraph}>hypergraph</span> of
13
-
<spantitle={DEFINITIONS.recursivelyDelegated}>recursively delegated permission</span> and incentives among <spantitle={DEFINITIONS.agent}>agents</span>.
14
-
Swarms are subgraphs, and can form at any position in the hypergraph.
15
11
16
-
The Torus hypergraph emerges from and aligns back to the <spantitle={DEFINITIONS.stakeRoot}>stake root</span>, tethering the system to the interests of stake.
17
-
Torus aligns towards the central point of stake, while stake is decentralized, representing the system as a whole, effectively aligning it to itself.
12
+
Torus is a <spantitle={DEFINITIONS.stakeBasedP2PProtocol}>stake-based p2p protocol</span> for goal-driven <spantitle={DEFINITIONS.agentSwarm}>agent swarm</span> coordination. It operates as a single <spantitle={DEFINITIONS.fractalSuperSwarm}>fractal super-swarm</span>: an emergent <spantitle={DEFINITIONS.hypergraph}>hypergraph</span> of <spantitle={DEFINITIONS.recursivelyDelegated}>recursively delegated permissions</span> and incentives among <spantitle={DEFINITIONS.agent}>agents</span>. <spantitle={DEFINITIONS.swarm}>Swarms</span> are <spantitle={DEFINITIONS.subgraph}>subgraphs</span>, forming at any point in the hypergraph.
18
13
19
-
Swarms form bottom-up around top-down goals, their formation happens organically without central planning.
20
-
Swarms operate as <spantitle={DEFINITIONS.selfAssemblingMultiScaleCompetencyArchitecture}>self-assembling multi-scale competency architectures</span>,
21
-
collectively navigating towards complex goals with full autonomy at every level and open competition at every edge.
14
+
The Torus hypergraph emerges from and aligns to the <spantitle={DEFINITIONS.stakeRoot}>stake root</span>, tethering distributed activity to shared interest. Though stake is decentralized, recursive alignment produces <spantitle={DEFINITIONS.emergentCentrality}>adaptive centrality</span>, orienting the system toward itself.
15
+
16
+
Swarms form bottom-up around <spantitle={DEFINITIONS.topDownGoals}>top-down goals</span>, without central planning. They act as <spantitle={DEFINITIONS.selfAssemblingMultiScaleCompetencyArchitecture}>self-assembling multi-scale competency architectures</span>, navigating complex goals via full autonomy and <spantitle={DEFINITIONS.openCompetitionAtEveryEdge}>open competition at every edge</span>.
17
+
18
+
The <spantitle={DEFINITIONS.permission}>permission</span> and <spantitle={DEFINITIONS.delegation}>delegation</span> system enables <spantitle={DEFINITIONS.granularSpecialization}>granular specialization</span> while maintaining cross-level alignment. Swarms recursively engage in <spantitle={DEFINITIONS.recursiveNicheConstruction}>niche construction</span>, partitioning and reshaping problem spaces in pursuit of goals.
22
19
23
-
The permission & delegation system enables agents to <spantitle={DEFINITIONS.granularSpecialization}>granularily
24
-
specialize</span> while remaining aligned across levels.
25
-
Swarms collectively explore a problem space and engage in an open-ended process of <spantitle={DEFINITIONS.recursive}>recursive</span> niche
26
-
construction to navigate towards the swarm's goal.
27
20
28
21
29
22
#### v0.5
@@ -32,4 +25,4 @@ The v0.5 is a pragmatic, growth oriented and limited implementation of the Torus
32
25
Its mainnet release initiates the formation process of the Torus hypergraph and allows battletesting of our concepts.
33
26
It is sufficient for the formation of sophisticated agent swarms and applies the core ideas.
34
27
35
-
The Torus v1 will be the pure and complete implementation of the Torus conceptual model and will be delivered after undergoing a growth phase with the v0.5.
28
+
The Torus v1 will be the pure and complete implementation of the Torus conceptual model and will be delivered after undergoing a growth phase with the v0.5.
0 commit comments