diff --git a/docs/ai-agent-framework/overview.md b/docs/ai-agent-framework/overview.md index 8fd4aa2..6e36f12 100644 --- a/docs/ai-agent-framework/overview.md +++ b/docs/ai-agent-framework/overview.md @@ -62,7 +62,7 @@ While the full technical spec is still evolving, you can expect: - **Launch window:** Agent Framework targeted for **H1 2026**. - **Preview phase:** Before launch, expect design updates, early prototypes, and integration examples. -- **Ecosystem:** The goal is to make agents first‑class citizens of the wider Mycelium / ThreeFold ecosystem. +- **Ecosystem:** The goal is to make agents first‑class citizens of the wider Mycelium ecosystem. ## How to Prepare diff --git a/docs/cloud/faq.md b/docs/cloud/faq.md index ece536a..6da614c 100644 --- a/docs/cloud/faq.md +++ b/docs/cloud/faq.md @@ -10,11 +10,11 @@ Common questions about deploying and managing Kubernetes clusters on Mycelium Cl ### What is Mycelium Cloud? -Mycelium Cloud is a platform for deploying and managing Kubernetes clusters on the decentralized ThreeFold Grid infrastructure. It provides K3s clusters with Mycelium peer-to-peer networking, making it easy to run containerized applications on distributed, cost-effective infrastructure. +Mycelium Cloud is a platform for deploying and managing Kubernetes clusters on decentralized Mycelium infrastructure. It provides K3s clusters with Mycelium peer-to-peer networking, making it easy to run containerized applications on distributed, cost-effective infrastructure. ### What makes Mycelium Cloud different? -- **Decentralized Infrastructure** – Runs on ThreeFold Grid's distributed network +- **Decentralized Infrastructure** – Runs on Mycelium's distributed grid of nodes - **IPv6 Networking** – Built-in Mycelium peer-to-peer networking - **Cost Effective** – Competitive pricing on decentralized infrastructure - **No Vendor Lock-in** – Standard Kubernetes (K3s) – works with all K8s tools @@ -266,7 +266,7 @@ See **[Kubernetes Basics](/cloud/kubernetes-basics#secrets)** for more details. ### Where can I get more information and support? - **Documentation** – [Getting Started](/cloud/getting-started), [Deployment Tutorials](/cloud/tutorial) -- **Community** – [ThreeFold Telegram](https://t.me/threefold/1) +- **Community** – [Mycelium Community Telegram](https://t.me/threefold/1) ### How do I report a bug? diff --git a/docs/cloud/for-developers.md b/docs/cloud/for-developers.md index 2b8b2fe..f08c5d5 100644 --- a/docs/cloud/for-developers.md +++ b/docs/cloud/for-developers.md @@ -8,13 +8,13 @@ sidebar_position: 6 ## Overview -Mycelium Cloud provides a comprehensive platform for deploying and managing Kubernetes clusters on the decentralized ThreeFold Grid infrastructure. This guide covers the core features and capabilities available to developers. +Mycelium Cloud provides a comprehensive platform for deploying and managing Kubernetes clusters on decentralized Mycelium infrastructure. This guide covers the core features and capabilities available to developers. ## Architecture ### Decentralized Infrastructure -Mycelium Cloud deploys on ThreeFold Grid's distributed network, providing: +Mycelium Cloud deploys on a distributed grid of Mycelium nodes, providing: - **Direct Node Access** – Each node gets a unique Mycelium IP address - **Cross-Node Communication** – Services communicate across nodes using Mycelium networking @@ -113,7 +113,7 @@ Expose any service to the public web with a simple Kubernetes resource. No compl - **Configure VMs** – Define your virtual machines: - Choose CPU, memory, and storage requirements - Select the number of master and worker nodes -- **Select Nodes** – Choose ThreeFold Grid nodes for deployment +- **Select Nodes** – Choose Mycelium nodes for deployment - **Review & Deploy** – Confirm your configuration and deploy ### 3. Access Your Cluster diff --git a/docs/cloud/getting-started.md b/docs/cloud/getting-started.md index 54bde5d..b79c8b6 100644 --- a/docs/cloud/getting-started.md +++ b/docs/cloud/getting-started.md @@ -4,7 +4,7 @@ sidebar_position: 2 # Getting Started with Mycelium Cloud -Deploy your first Kubernetes cluster on the ThreeFold Grid in just a few steps. +Deploy your first Kubernetes cluster on Mycelium's decentralized infrastructure in just a few steps. ## Prerequisites @@ -118,7 +118,7 @@ Workers: 2 nodes (2 CPU, 4GB RAM, 50GB storage each) ### Select Nodes -1. The system will show available ThreeFold Grid nodes +1. The system will show available Mycelium nodes 2. Select nodes for your deployment - Choose based on location, specs, and availability - System may auto-select optimal nodes diff --git a/docs/cloud/overview.md b/docs/cloud/overview.md index 461aab5..e8b7c54 100644 --- a/docs/cloud/overview.md +++ b/docs/cloud/overview.md @@ -5,7 +5,7 @@ slug: /cloud # What is Mycelium Cloud? -Mycelium Cloud lets you deploy and manage **Kubernetes clusters** on the decentralized ThreeFold Grid infrastructure. +Mycelium Cloud lets you deploy and manage **Kubernetes clusters** on decentralized Mycelium infrastructure. Run your containerized workloads on distributed, cost-effective infrastructure with built-in security and global availability. @@ -18,13 +18,13 @@ Mycelium Cloud provides a complete platform for cloud-native applications: 3. **Deploy clusters** with custom configurations. 4. **Manage workloads** using standard Kubernetes tools. -All of this runs on the ThreeFold Grid's decentralized infrastructure. +All of this runs on Mycelium's decentralized infrastructure. ## Why Use Mycelium Cloud? ### 🌍 Decentralized Infrastructure -- Deploy on ThreeFold Grid's distributed network. +- Deploy on Mycelium's distributed grid of nodes. - No dependency on centralized cloud providers. - Global node distribution. - True infrastructure sovereignty. @@ -57,7 +57,7 @@ All of this runs on the ThreeFold Grid's decentralized infrastructure. | **K3s Kubernetes** | Lightweight, certified Kubernetes distribution | | **Mycelium Networking** | IPv6 overlay with encrypted P2P connections | | **High Availability** | Multi-master clusters for production workloads | -| **Global Nodes** | Deploy across worldwide ThreeFold Grid locations | +| **Global Nodes** | Deploy across worldwide Mycelium grid locations | | **Standard APIs** | Use `kubectl`, Helm, and all Kubernetes tools | | **Web Dashboard** | Manage clusters through an intuitive UI | | **SSH Access** | Direct node access for debugging and management | @@ -83,7 +83,7 @@ Mycelium Cloud uses peer-to-peer networking for direct access: │ │ Node │ │ Node │ │ │ └──────────┘ └──────────┘ │ └──────────────────────────────────────┘ - ThreeFold Grid Infrastructure + Mycelium Cloud Infrastructure ``` **Network flow:** @@ -127,7 +127,7 @@ Mycelium Cloud uses peer-to-peer networking for direct access: - **Kubernetes:** K3s v1.26+ (production-ready, lightweight). - **Networking:** Mycelium CNI with IPv6 support. -- **Infrastructure:** ThreeFold Grid decentralized nodes. +- **Infrastructure:** Mycelium's decentralized nodes. - **Management:** Web dashboard + API + `kubectl`. ## What You Get diff --git a/docs/cloud/tutorial.md b/docs/cloud/tutorial.md index e4129e7..64c4dcb 100644 --- a/docs/cloud/tutorial.md +++ b/docs/cloud/tutorial.md @@ -567,5 +567,5 @@ Now that you've completed these tutorials: --- :::tip Keep Learning -These tutorials cover the basics. The real power of Kubernetes comes from combining these concepts to build complex, scalable applications on the ThreeFold Grid! +These tutorials cover the basics. The real power of Kubernetes comes from combining these concepts to build complex, scalable applications on Mycelium Cloud! ::: diff --git a/docs/hosters/advanced-nodes.md b/docs/hosters/advanced-nodes.md index a5384ff..5346f90 100644 --- a/docs/hosters/advanced-nodes.md +++ b/docs/hosters/advanced-nodes.md @@ -29,7 +29,7 @@ Beyond traditional hosting nodes, there are specialized **Edge Compute** and **E - ✅ Ideal for private AI, dev, or homelab workloads. - ✅ No hosting fees – your own personal edge compute. -#### Option 2: Host for the Mycelium / ThreeFold Network +#### Option 2: Host for the Mycelium Network - ✅ Allocate "slices" of CPU, RAM, and storage as public capacity. - ✅ Offer them on the marketplace and match customer demand. diff --git a/docs/hosters/buy-node.md b/docs/hosters/buy-node.md index b157e38..4ea8c70 100644 --- a/docs/hosters/buy-node.md +++ b/docs/hosters/buy-node.md @@ -4,7 +4,7 @@ sidebar_position: 2 # Buy or Build Your Hosting Node -You have two main paths to becoming a hoster on the Mycelium / ThreeFold Grid stack: +You have two main paths to becoming a hoster on the Mycelium stack: - **Buy a pre‑configured node** from an official vendor. - **Build your own node** from compatible hardware. @@ -30,7 +30,7 @@ Purchase certified nodes from **YourData Network**: These nodes are pre‑configured, tested, and ready to join the grid. Need recommendations or sizing advice? Join the community: -**Telegram (Hosters/Farmers)** – [t.me/threefoldfarmers](https://t.me/threefoldfarmers) +**Hosters Community Chat** – [t.me/threefoldfarmers](https://t.me/threefoldfarmers) ::: ### What to Look For @@ -178,5 +178,5 @@ Once you have a node (or a clear hardware plan), move on to: --- :::tip Need Help Deciding? -Ask the community in **ThreeFold Farmers / Hosters** chat: [t.me/threefoldfarmers](https://t.me/threefoldfarmers). Experienced operators can help you validate hardware ideas and ROI assumptions. +Ask the community in the **Hosters Community** chat: [t.me/threefoldfarmers](https://t.me/threefoldfarmers). Experienced operators can help you validate hardware ideas and ROI assumptions. ::: diff --git a/docs/hosters/economics.md b/docs/hosters/economics.md index 476acb6..045b221 100644 --- a/docs/hosters/economics.md +++ b/docs/hosters/economics.md @@ -6,11 +6,11 @@ sidebar_position: 5 This page explains how hosters earn money by contributing capacity to the grid and how **SPORE**, the ecosystem token, works. -> Originally this content was written for *ThreeFold Farming*. Here we describe it from the perspective of **hosters** supporting the Mycelium / ThreeFold stack. +> Originally this content was written for legacy farming docs. Here we describe it from the perspective of **hosters** supporting the Mycelium stack. ## What is SPORE? -**SPORE** is the native token of the ThreeFold ecosystem. You earn SPORE for providing compute, storage, and network resources as a hoster. +**SPORE** is the native token of the Mycelium ecosystem. You earn SPORE for providing compute, storage, and network resources as a hoster. ### Key Facts @@ -38,7 +38,7 @@ When users pay for resources on your node, the payment is automatically split: graph LR A[User Pays for Resources] --> B[80% to Hoster
SPORE Tokens] A --> C[10% Burned
Removed from circulation] - A --> D[10% Mycelium / ThreeFold
Development] + A --> D[10% Mycelium
Development] B --> E[Your SPORE Balance Increases] C --> F[Total SPORE Supply Decreases] diff --git a/docs/hosters/overview.md b/docs/hosters/overview.md index 506e552..3ccca04 100644 --- a/docs/hosters/overview.md +++ b/docs/hosters/overview.md @@ -7,13 +7,13 @@ slug: /hosters Hosters provide storage, compute, and network capacity to the Mycelium Cloud. In return, they earn **SPORE tokens** for making reliable, sovereign infrastructure available. -> Historically this role was called *ThreeFold Farming* and operators were called *farmers*. In the Mycelium context we refer to them as **hosters**. +> Historically this role was described as *farming* and operators were called *farmers* in the original grid ecosystem. In the Mycelium context we refer to them as **hosters**. ## How It Works As a **hoster**, you: -1. **Deploy a Node (3Node)** – Connect suitable server hardware to the ThreeFold Grid. +1. **Deploy a Node (3Node)** – Connect suitable server hardware to the decentralized grid that powers Mycelium Cloud. 2. **Run Zero-OS** – A self-healing operating system that manages the node for you. 3. **Provide Capacity** – Your node offers storage, compute, and network resources. 4. **Earn Rewards** – You earn SPORE when capacity is reserved and used. @@ -97,13 +97,6 @@ Hosters form a global community that backs the grid and the Mycelium Stack: Every hoster helps expand a more open, sovereign internet. -## Resources - -- **Dashboard** – [dashboard.grid.tf](https://dashboard.grid.tf) – Manage your node(s) and capacity. -- **Technical Manual** – [manual.grid.tf/farmers/intro](https://manual.grid.tf/farmers/intro) – In‑depth setup/farming docs (original terminology). -- **Community Chat** – [t.me/threefold/1](https://t.me/threefold/1) – Ask questions and share experiences. -- **Forum** – [forum.threefold.io](https://forum.threefold.io) – Long‑form discussions and updates. - --- :::tip Next Step diff --git a/docs/hosters/setup.md b/docs/hosters/setup.md index 902437e..26d5d98 100644 --- a/docs/hosters/setup.md +++ b/docs/hosters/setup.md @@ -4,7 +4,7 @@ sidebar_position: 4 # Set Up Your Hosting Node -This guide summarizes how to set up a **ThreeFold / Mycelium hosting node (3Node)** and connect it to your farm so it can start earning SPORE. +This guide summarizes how to set up a **Mycelium hosting node (3Node)** and connect it to your farm so it can start earning SPORE. The process differs slightly depending on whether you **bought a pre‑built node** or **built your own (DIY)**. diff --git a/docs/network/quick-start.md b/docs/network/quick-start.md index f355ea1..4f9720c 100644 --- a/docs/network/quick-start.md +++ b/docs/network/quick-start.md @@ -189,9 +189,9 @@ Run Mycelium on devices at different locations: - Use their Mycelium IPs to communicate. - All traffic is encrypted end-to-end. -### Access ThreeFold Grid +### Access Mycelium Cloud -Deploy workloads on the ThreeFold Grid and connect to them using your Mycelium connection. Use the ThreeFold Dashboard to deploy workloads with Mycelium enabled. +Deploy workloads on Mycelium Cloud and connect to them using your Mycelium connection. Use the Mycelium Cloud dashboard to deploy workloads with Mycelium enabled. ## Troubleshooting @@ -231,7 +231,7 @@ Now that you're connected, explore what you can do: - **Remote access** – Access services from anywhere. - **Connect devices** – Link multiple locations securely. -- **ThreeFold Grid** – Access your grid deployments. +- **Mycelium Cloud** – Access your Mycelium Cloud deployments. - **P2P applications** – Build distributed systems. For more advanced setup options (custom ports, private peer networks, proxies, advanced routing), refer to the Mycelium GitHub repository. @@ -243,5 +243,5 @@ For more advanced setup options (custom ports, private peer networks, proxies, a - **Forum** – [forum.threefold.io](https://forum.threefold.io) :::tip Connected Successfully? -You're now part of the global Mycelium network. Next, explore **[Mycelium Cloud](/cloud)** to run workloads on the ThreeFold Grid. +You're now part of the global Mycelium network. Next, explore **[Mycelium Cloud](/cloud)** to run workloads on Mycelium's decentralized infrastructure. ::: diff --git a/docs/vdc/overview.md b/docs/vdc/overview.md index f97ec9b..001e994 100644 --- a/docs/vdc/overview.md +++ b/docs/vdc/overview.md @@ -7,7 +7,7 @@ slug: /vdc Mycelium Virtual Data Centers (VDC) let you provision full cloud environments — compute, storage, and networking — without owning or operating physical servers. -They are built on top of **Mycelium Cloud** and the **ThreeFold Grid**, combining decentralized infrastructure with managed Kubernetes and Mycelium networking. +They are built on top of **Mycelium Cloud** and the underlying decentralized grid, combining distributed infrastructure with managed Kubernetes and Mycelium networking. ## What Is a VDC? @@ -32,13 +32,13 @@ Adapted from the "Virtual Data Centers" focus in the Mycelium Cloud UI: ## How VDC Relates to Mycelium Cloud -Under the hood, a VDC is powered by **K3s Kubernetes clusters** running on the ThreeFold Grid via Mycelium Cloud: +Under the hood, a VDC is powered by **K3s Kubernetes clusters** running on the Mycelium grid via Mycelium Cloud: ```mermaid graph TD A[You] --> B[Mycelium Cloud Dashboard] B --> C[Provision VDC / Cluster] - C --> D[ThreeFold Grid Nodes] + C --> D[Mycelium Grid Nodes] D --> E[Applications & Services] A -. Mycelium Network .-> E