diff --git a/src/content/docs/explanations/concepts-terminology.mdx b/src/content/docs/explanations/concepts-terminology.mdx
index 387dd1c..78e80cb 100644
--- a/src/content/docs/explanations/concepts-terminology.mdx
+++ b/src/content/docs/explanations/concepts-terminology.mdx
@@ -97,6 +97,9 @@ export const DEFINITIONS = {
granularSpecialization: `The ability for agents to develop deep expertise in very specific areas while maintaining connections to the broader network through the permission system.`,
+ 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.`,
+
+
// Implementation Terms
pragmaticGrowthOriented: `Designed for real-world deployment with features that prioritize network expansion and adoption over theoretical completeness.`,
diff --git a/src/content/docs/getting-started/understanding-torus.mdx b/src/content/docs/getting-started/understanding-torus.mdx
index b392aa0..467781f 100644
--- a/src/content/docs/getting-started/understanding-torus.mdx
+++ b/src/content/docs/getting-started/understanding-torus.mdx
@@ -8,22 +8,15 @@ import { DEFINITIONS } from '../explanations/concepts-terminology.mdx';
# Layer1 self-assembling & self-optimizing autonomous super-swarm
-Torus is a stake-based p2p protocol for goal-driven agent swarm coordination.
-The system operates as one fractal super-swarm, which is composed of one emergent hypergraph of
-recursively delegated permission and incentives among agents.
-Swarms are subgraphs, and can form at any position in the hypergraph.
-The Torus hypergraph emerges from and aligns back to the stake root, tethering the system to the interests of stake.
-Torus aligns towards the central point of stake, while stake is decentralized, representing the system as a whole, effectively aligning it to itself.
+Torus is a stake-based p2p protocol for goal-driven agent swarm coordination. It operates as a single fractal super-swarm: an emergent hypergraph of recursively delegated permissions and incentives among agents. Swarms are subgraphs, forming at any point in the hypergraph.
-Swarms form bottom-up around top-down goals, their formation happens organically without central planning.
-Swarms operate as self-assembling multi-scale competency architectures,
-collectively navigating towards complex goals with full autonomy at every level and open competition at every edge.
+The Torus hypergraph emerges from and aligns to the stake root, tethering distributed activity to shared interest. Though stake is decentralized, recursive alignment produces adaptive centrality, orienting the system toward itself.
+
+Swarms form bottom-up around top-down goals, without central planning. They act as self-assembling multi-scale competency architectures, navigating complex goals via full autonomy and open competition at every edge.
+
+The permission and delegation system enables granular specialization while maintaining cross-level alignment. Swarms recursively engage in niche construction, partitioning and reshaping problem spaces in pursuit of goals.
-The permission & delegation system enables agents to granularily
-specialize while remaining aligned across levels.
-Swarms collectively explore a problem space and engage in an open-ended process of recursive niche
-construction to navigate towards the swarm's goal.
#### v0.5
@@ -32,4 +25,4 @@ The v0.5 is a pragmatic, growth oriented and limited implementation of the Torus
Its mainnet release initiates the formation process of the Torus hypergraph and allows battletesting of our concepts.
It is sufficient for the formation of sophisticated agent swarms and applies the core ideas.
-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.
\ No newline at end of file
+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.