update website

This commit is contained in:
ehab-hassan
2025-08-24 13:47:03 +03:00
commit 9b5aefeb91
142 changed files with 24225 additions and 0 deletions

211
specs/about.md Normal file
View File

@@ -0,0 +1,211 @@
---
title: "about"
description: "Our mission is to empower individuals and organizations with secure, private, and autonomous access to computing resources, ensuring fair cloud access for everyone." # quotation marks to allow colons where used
template: "page.html"
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: tf.png
---
<!-- section 1 (header) -->
<div class="px-4 mt-12 lg:py-24 py-12 lg:px-8">
<div class="mx-auto max-w-5xl text-center fade-in">
# The Internet Needs an Upgrade
The Internet brings the world together, yet much of it is now concentrated in the hands of a few powerful corporations. This wasn't its original intent. The Internet was envisioned as a decentralized, open space. A tool for freedom, collaboration, and equal access for all.
<br>
**ThreeFold has invented a new Data, Network, and Cloud system as an engine for the new Internet.**
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 2 (reason) -->
{{ description_blockquote(
title="The Reason Behind It All",
description_1="The Internet started as a peer-to-peer network, but over time it has become fragile and overly centralized. This shift has led to serious issues: data centers are extremely expensive to build and maintain, privacy and security are compromised, misinformation is rampant, and half the world remains poorly connected.",
description_2="Big tech companies now dominate the Internet, tracking our activities and influencing our decisions, consolidating control in ways that don't serve everyone equally.",
description_3="For +30 years, weve dedicated ourselves to this vision, and ThreeFold is the culmination of that journey. Today, we have a fully operational product (V3) and a thriving community of farmers, users, and partners.",
description_4="Therefore we believe the Internet needs a fresh start—one that addresses these challenges with a focus on authenticity, equality, and sustainability for everyone."
) }}
<!----------------------------------------------------------------------------------------->
<!-- section 3 (AI) -->
<div class="px-4 mt-12 lg:py-24 py-12 lg:px-8">
<div class="mx-auto max-w-4xl text-center fade-in">
## AI needs to be decentralized
We are at the dawn of AI, a transformative force that will redefine how we live, work, and interact with technology. AI presents an incredible opportunity for humanity, however, as AI systems become more powerful, their control sits in the hands of a few corporations, raising serious concerns around privacy, bias, accessibility, and so on.
<br>
Further, centralized cloud providers are bottlenecks, as AI compute demand is outpacing supply and training AI models is too expensive.
<br>
We must not repeat mistakes of the past. Without decentralization, AI will remain controlled by a few corporations—limiting accessibility, innovation, and independence. To ensure AI benefits everyone, we must advocate for decentralized, open-source AI models that are transparent, ethical, and community-driven. And this can only happen on an infrastructure like ThreeFold.
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 4 (web4) -->
<div class="px-4 lg:px-8 lg:py-24 py-12">
<div class="mx-auto max-w-7xl fade-in">
## The Vision for a New Internet
<div class="max-w-3xl">
Unlike traditional internet infrastructure, which relies on centralized data centers and corporate control, ThreeFold is built on a global mesh of independent cloud providers—individuals and organizations who contribute data, cloud and network power directly to the ecosystem.
<br>
This makes ThreeFold uniquely decentralized at the physical layer, eliminating single points of failure and gatekeepers. Its a truly neutral and scalable foundation that puts privacy, resilience, and digital sovereignty at the core of the internet.
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 5 (timeline) -->
<div class="px-4 mt-12 lg:py-24 py-12 lg:px-8">
<div class="mx-auto max-w-3xl text-center fade-in">
## ThreeFolds Journey
Over the past decades, weve tackled complex challenges in areas such as data storage, secure overlay networking, and autonomous cloud security. With significant experience in Internet and Cloud and a strong vision for the future, these pivotal milestones have shaped our growth and drive us towards a better digital future.
</div>
{{ timeline(
subtitle_1="Phase I",
title_1="Creation of Core Technology",
point_1_1="Open Source Development.",
point_1_2="Built decentralized, autonomous, edge internet technology.",
point_1_3="Self-funded and private investment from founders, community, and TF Tech investors.",
subtitle_2="Phase II",
title_2="Global Proof Of Concept.",
point_2_1="Open Source Development.",
point_2_2="50+ Countries.",
point_2_3="50,000+ Cores.",
point_2_4="25,000,000 GB of Storage.",
point_2_5="Thousands of enthusiasts actively engage with and contribute to the evolution of the ThreeFold Network.",
point_2_6="Decentralized reliable compute, network and storage layer for Web 2-3.",
point_2_7="Commitments from wonderful projects to build on top of us.",
subtitle_3="Current Phase 2025",
title_3="Decentralized AI and Cloud",
point_3_1="Introduce 3Phone & 3Router.",
point_3_2="Introduce decentralized AI infrastructure and capabilities.",
point_3_3="Expand the network considerably.",
point_3_4="Build a network of commercial farmers for optimal performance and uptime.",
point_3_5="Expand the network considerably.",
point_3_6="Build a network of commercial farmers for optimal performance and uptime.",
subtitle_4="The Result",
title_4="Autonomy for All",
point_4_1="An upgraded Internet for Billions.",
point_4_2="A planet-and-people-first hybrid of Humans and machines delivers on the promise of Augmented Collective Intelligence."
) }}
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 6 (Values) -->
{{ values(
title_1="Open Source.",
title_2="Authenticity.",
title_3="Simplicity."
) }}
<!----------------------------------------------------------------------------------------->
<!-- section 7 (Team) -->
<div class="lg:py-24 py-12 text-center">
{{ text_center(
title="Founded by Internet 1.0 Pioneers and All of You",
description_1="The founders have been working in Internet technology since its early days when it operated as a decentralized, peer-to-peer network. ThreeFold is an open-source movement driven by a dedicated team and a vibrant community of contributors helping to bring our shared vision to life.",
description_2="The project is supported by over 50 full-time active developers.",
button_text_1="Meet the Team",
button_link_1="/people"
) }}
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 8 Cta -->
{{ cta(
title_1="Building a",
title_2="New Internet,",
title_3="Together",
button_text_1="Participate",
button_link_1="/signup",
button_text_2="Stay Updated",
button_link_2="https://t.me/threefoldnews",
button_text_3="Chat",
button_link_3="https://t.me/threefold"
) }}
<style>
/* Define the fade-in animation */
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
/* Apply the fade-in animation to elements with the 'fade-in' class */
.fade-in {
animation: fadeIn 4s ease-in-out forwards; /* Adjust the duration (2s) to make it slower or faster */
}
/* Optional: Delay the animation for a more staggered effect */
h1, h2 {
animation-delay: 0.5s; /* Delay for header */
}
p {
animation-delay: 1s; /* Delay for paragraphs */
}
</style>

276
specs/build.md Normal file
View File

@@ -0,0 +1,276 @@
---
title: "Build"
description: "TF offers a secure, sovereign infrastructure layer for Web4, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future." # quotation marks to allow colons where used
template: "page.html"
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: tf.png
---
<!-- section 1 (header) -->
{{ hero_text_center(
image_src="",
image_alt="",
title=" Build on a Decentralized Internet Infrastructure",
subtitle="",
description="Our unique technology enables anyone to become a provider of network, storage and compute capacity.",
button1_text="Dive Deeper",
button1_link="https://docs.threefold.io/docs/introduction/"
target="_blank"
) }}
<!----------------------------------------------------------------------------------------->
<!--section 2 (tabs)-->
<div class="lg:pb-24 pb-12 mx-auto max-w-7xl px-4 lg:px-8">
## Building for Web2, Web3, AI, and Beyond
ThreeFold builds the infrastructure to power todays and tomorrows digital world, across Web2, Web3, AI, and Edge IT workloads.
<br>
We are currently running **V3.16.0**, a large-scale Proof-of-Concept Network, while simultaneously preparing for **V4.0.0**, our upcoming production-ready release, delivering a fully operational, self-sustaining internet infrastructure built on three foundational pillars.
{{ tabs() }}
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 3 (Build With ThreeFold) -->
<div class="lg:py-24 py12 ">
<div class="container max-w-7xl mx-auto px-4 lg:px-8">
## Build with ThreeFold
<div class="max-w-7xl mx-4 md:mx-10 lg:mx-20 mt-16 xl:mx-auto">
<div class="flex lg:flex-row flex-col">
{{ image_card(
header="Deploy",
target="_blank",
tooltip=" ",
card_link="https://dashboard.grid.tf/#/deploy/labs/"
) }}
{{ image_card(
header="Host",
tooltip=" ",
card_link="/host"
) }}
{{ image_card(
header="Manual",
target="_blank",
tooltip=" ",
card_link="https://manual.grid.tf/"
) }}
{{ image_card(
header="Demos",
target="_blank",
tooltip=" ",
card_link="https://www.youtube.com/playlist?list=PLTGQlepPqwUUhbtKZW2okEszK3AkDgC4Y"
) }}
</div>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!--section 4 (Deploy with ThreeFold)-->
<div class="lg:py-24 py-12 mx-auto max-w-7xl px-4 lg:px-8">
## Deploy with ThreeFold
Explore and deploy ready-to-use apps on the ThreeFold Grid.
<br>
<!-- Mobile image -->
<img class="image-mobile" src="/images/app.png" alt="Deploy with ThreeFold">
<!-- Desktop image -->
<img class="image-desktop" src="/images/all_apps.png" alt="Deploy with ThreeFold">
<br>
<div class="mt-6 lg:mt-10 flex items-center justify-center gap-x-6">
<a href="https://manual.grid.tf/labs/documentation/dashboard/deploy/applications/" target="_blank" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Discover Labs</a>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!--section 2 (horizontal_features)-->
<!-- <div class="lg:py-24 py-12 mx-auto max-w-7xl px-4 lg:px-8">
## What We Do
ThreeFold can be used by any Web2, Web3, AI, or Edge IT workload.
<br>
We are currently running V3.16.0, a large-scale Proof-of-Concept Network, while simultaneously preparing for V4.0.0, our upcoming production-ready release. This will deliver a fully operational infrastructure built around three core pillars:
{{ horizontal_features(
title_1="Data",
point_1_1="Private, scalable, and autonomous—designed for AI-native environments.",
point_1_2="Distributed and decentralized, offering 10x efficiency and unprecedented security over existing cloud solutions.",
point_1_3="User-centric, unbreakable storage system ensuring redundancy & privacy.",
point_1_4="Geo-aware for compliance & data localization.",
title_2="Network",
point_2_1="End-to-end encrypted, peer-to-peer communication—no intermediaries.",
point_2_2="Shortest-path routing—intelligent traffic optimization for latency reduction and cost efficiency.",
point_2_3="Self-sustaining and censorship-resistant network.",
title_3="Compute",
point_3_1="Self-healing compute fabric—automatically redistributes workloads to healthy nodes. Fault tolerance is achieved via live migration of workloads, maintaining service availability. The Grid supports a peer-to-peer (P2P) AI compute and storage marketplace, allowing individuals and enterprises to monetize excess compute and GPU resources.",
point_3_2="No reliance on hyperscalers—agents dynamically manage resources, ensuring uptime and resilience.",
point_3_3="Optimized for AI & Web3—ideal for running autonomous applications, LLMs, and metaverse infrastructure. The Grid is designed to support AI inference and training at the edge.",
point_3_4="ThreeFold Grid V3 uses ZOS (Zero-OS), a highly optimized, minimalistic OS designed specifically for stateless, immutable, and self-healing workloads. ZOS runs on bare metal and supports:",
point_3_5="MicroVMs & Containerized Workloads (Kubernetes, Docker, Firecracker).",
point_3_6="AI & Machine Learning Workloads (LLM inference, federated learning).",
point_3_7="Web3 & Blockchain Nodes."
) }}
</div> -->
<!----------------------------------------------------------------------------------------->
<!--section 5 (ThreeFold Stack)-->
<div class="lg:py-24 py-12 mx-auto max-w-7xl px-4 lg:px-8">
## The ThreeFold Stack
Products designed to power a decentralized, sustainable digital future.
<dl class="pt-12 grid max-w-xl grid-cols-1 gap-x-8 gap-y-8 lg:max-w-none lg:grid-cols-3">
{{ portfolio(
title="ZERO-OS V3",
description="A stateless and lightweight operating system that allows for an improved efficiency of up to 10x for certain workloads.",
button_text="Learn More",
button_link="https://manual.grid.tf/labs/knowledge_base/technology_toc/concepts_readme/zos"
)}}
{{ portfolio(
title="MYCELIUM NETWORK",
description="Decentralized communication layer of TF Grid that connects and coordinates nodes on the ThreeFold Grid, enabling secure and efficient peer-to-peer interactions.",
button_text="Learn More",
button_link="https://manual.grid.tf/users/category/mycelium/"
)}}
{{ portfolio(
title="QUANTUM SAFE STORAGE",
description="QSS is a decentralized, globally distributed data storage system. It is unbreakable, self-healing, append-only, and immutable.",
button_text="Learn More",
button_link="https://manual.grid.tf/labs/knowledge_base/technology_toc/qsss_home"
)}}
{{ portfolio(
title="TF CHAIN",
description="n application-specific blockchain customized for the operation of a single application provisioning decentralized compute, storage, and network capacity.",
button_text="Learn More",
button_link="https://manual.grid.tf/labs/knowledge_base/technology_toc/concepts_readme/tfchain/"
)}}
{{ portfolio(
title="3NODES",
description="ecentralized, user-owned hardware devices that provides computing, storage, and networking resources to power the TF Grid.",
button_text="Learn More",
button_link="https://docs.threefold.io/docs/components/3node"
)}}
{{ portfolio(
title="GATEWAY NODES",
description="Specialized nodes that provide secure access points to the ThreeFold Grid, enabling decentralized networking, private data communication, and seamless interaction between users and applications.",
button_text="Learn More",
button_link="https://manual.grid.tf/labs/documentation/dashboard/deploy/node_finder"
)}}
{{ portfolio(
title="TF DASHBOARD",
description="A user-friendly interface for monitoring, managing, and deploying resources on the ThreeFold Grid.",
button_text="Learn More",
button_link="https://manual.grid.tf/labs/documentation/dashboard/"
)}}
{{ portfolio(
title="TF DAO",
description="A community-driven governance model that allows token holders to participate in decision-making processes related to the development and direction of the ThreeFold ecosystem.",
button_text="Learn More",
button_link="https://manual.grid.tf/labs/documentation/tfconnect_toc/tfconnect_dao"
)}}
{{ portfolio(
title="TF CONNECT APP",
description="A mobile app that serves as a gateway to the ThreeFold ecosystem and its various ThreeFold products and services.",
button_text="Learn More",
button_link="https://manual.grid.tf/labs/documentation/tfconnect_toc/"
)}}
</dl>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 6 Cta -->
{{ cta(
title_1="Building a",
title_2="New Internet,",
title_3="Together",
button_text_1="Participate",
button_link_1="https://form.typeform.com/to/GO9G8ZBa",
button_text_2="Stay Updated",
button_link_2="https://t.me/threefoldnews",
button_text_3="Chat",
button_link_3="https://t.me/threefold"
) }}
<style>
.image-mobile {
display: block;
}
.image-desktop {
display: none;
}
@media (min-width: 1024px) {
.image-mobile {
display: none;
}
.image-desktop {
display: block;
}
}
</style>

327
specs/host.md Normal file
View File

@@ -0,0 +1,327 @@
---
title: "Host"
description: "TF offers a secure, sovereign infrastructure layer for Web4, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future." # quotation marks to allow colons where used
template: "page.html"
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: tf.png
---
<!-- section 1 (Become a Farmer) -->
{{ hero_text_center(
image_src="/images/become_farmer.png",
image_alt="",
title="Become a Farmer",
subtitle="",
description="and provide storage, compute & network capacity to the ThreeFold Grid",
button1_text="Get Started",
button1_link="https://docs.threefold.io/docs/category/become-a-farmer"
target="_blank"
) }}
<!-- ------------------------------------------------------------------------------------- -->
<!--section 2 (What is Farming)-->
<div class="lg:pb-24 pb-12 mx-auto max-w-7xl px-4 lg:px-8">
## What is Farming?
ThreeFold Farming is a unique concept in the ThreeFold ecosystem where individuals (farmers) can:
<br>
- Deploy nodes (3Nodes) that connect to the ThreeFold Grid
- Contribute computing resources (data, cloud and network) to the decentralized ThreeFold Grid
- Earn rewards whenever your nodes provide capacity and are actively utilized on the grid.
- Support a peer-to-peer cloud infrastructure alternative to centralized providers
</div>
</div>
<!-- ------------------------------------------------------------------------------------- -->
<!-- section 3 (The Power of 3Node ) -->
<div class="lg:py-24 py-12 px-4 lg:px-8">
<div class="container max-w-7xl mx-auto">
## The Power of 3Node
Anyone can become a ThreeFold Farmer by running nodes that contribute capacity to the grid.
<br>
### **3NODES**
The ThreeFold Nodes are self-healing and autonomous. They provide data, network and cloud resources to the ThreeFold Platform, becoming active contributors to a decentralized digital infrastructure.
Each node still delivers a powerful combination of modern technology and thoughtfully crafted design.
<div class="flex flex-col lg:flex-row justify-center items-center my-6 lg:my-10">
<div class="w-60 px-6 grayscale mx-auto">
![Deploy with ThreeFold](/images/3node_big2.png)
</div>
<div class="node_text">
<blockquote class=" fade-in px-6">
**A new bare metal operating system**
Zero-OS supports all required Web2 and Web3 workloads and allows millions of nodes to operate in full autonomous mode providing lower cost, better energy efficiency, more reliability and security.
<br>
**A Quantum Safe Storage System**
The Quantum Safe Storage System is capable of storing data indestructible, efficient, and ultra-scalable. Previous versions of this system are widely used to store Zetabytes of information by large organizations.
<br>
**A Quantum Safe Network System**
Mycelium can look for the shortest path, has a built-in naming & CDN (Content Delivery) system, can survive disaster and network cuts much more efficiently as is possible today.
</blockquote>
</div>
</div>
</div>
<!-- ------------------------------------------------------------------------------------- -->
<!-- section 3 (The Power of 3Node ) -->
<div class="lg:py-24 py-12 px-4 lg:px-8">
<div class="container max-w-7xl mx-auto">
## Build your own: DIY 3Node
ThreeFold makes it easy to become part of the network by setting up your own node. With compatible hardware, a stable internet connection, and a few simple steps, you can get started quickly and start contributing to the network and earning utilization rewards.
<!-- <ol class="relative text-gray-500 border-s border-gray-200 dark:border-gray-700 dark:text-gray-400">
<li class="mb-10 ms-6">
<h3 class="font-medium leading-tight">Create a Farm</h3>
<p class="text-sm lg:text-base">Simply download the <a href="https://docs.threefold.io/docs/become-a-farmer/create_a_farm#download-the-app" class="text-white font-semibold">ThreeFold Connect App</a>, create an account and then create a farm.</p>
</li>
<li class="mb-10 ms-6">
<h3 class="font-medium leading-tight">Create a Zero-OS bootstrap image</h3>
<p class="text-sm lg:text-base">Download the Zero-OS bootstrap image and flash it to a USB drive using a tool like balenaEtcher.
</p>
</li>
<li class="mb-10 ms-6">
<h3 class="font-medium leading-tight">Choose Your Hardware</h3>
<p class="text-sm lg:text-base">Plug in the USB, power on your device, and follow the setup instructions.</p>
</li>
<li class="mb-10 ms-6">
<h3 class="font-medium leading-tight">Register Your Node</h3>
<p class="text-sm">Once its running, register your node and assign it to your farm via the ThreeFold Connect App.</p>
</li>
<li class="mb-10 ms-6">
<h3 class="font-medium leading-tight">Go Live</h3>
<p class="text-sm">After its connected, list your node on the Marketplace and start sharing your capacity.</p>
</li>
</ol>
<div class="mt-6 lg:mt-16 flex items-lefy justify-left">
<a href="https://manual.grid.tf/farmers/category/build-a-3node" target="_black" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Step-by-Step Guide</a>
</div> -->
{{ vertical_timeline() }}
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 4 (Get Started) -->
<div class="lg:py-24 px-4 lg:px-8">
<div class="container max-w-7xl mx-auto">
## Get Started
Start providing capacity to others and join our Farmers community
<div class="max-w-7xl mt-16">
<div class="flex lg:flex-row flex-col">
{{ image_card(
header="Create a Farm",
target="_blank",
tooltip=" ",
card_link="https://docs.threefold.io/docs/become-a-farmer/create_a_farm"
) }}
{{ image_card(
header="Get a 3Node",
target="_blank",
tooltip=" ",
card_link="https://docs.threefold.io/docs/become-a-farmer/get_started"
) }}
{{ image_card(
header="Build a 3Node",
target="_blank",
tooltip=" ",
card_link="https://manual.grid.tf/farmers/category/build-a-3node"
) }}
{{ image_card(
header="Farmers community",
tooltip=" ",
card_link="/community"
) }}
</div>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 5 (The Evolution of Farming) -->
<div class="lg:py-24 py-12 px-4 lg:px-8">
<div class="container max-w-7xl mx-auto">
## The Evolution of Farming
### **A new chapter for capacity providers in the decentralized internet**
With the upcoming ThreeFold Marketplace (expected late Summer 2025), farming is evolving.
Its now easier than ever to share resources and earn based on real usage through a transparent, peer-to-peer platform.
{{ horizontal_roadmap() }}
### **Why It Matters**
This evolution introduces clearer commercial opportunities and a more accessible path for farmers to support and benefit from the growth of the decentralized internet.
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 6 (Discover ThreeFolds Ecosystem) -->
<div class="lg:py-24 py-12 px-4 lg:px-8">
<div class="container max-w-7xl mx-auto">
## Discover ThreeFolds Ecosystem
<div class="max-w-4xl">
There are many ways to join our journey and help build a new internet infrastructure.
Farming is just one core part of our ecosystem, here are all the products driving us toward a more open, autonomous, and interconnected digital future.
</div>
<div class="max-w-7xl mx-4 md:mx-10 lg:mx-20 mt-16 xl:mx-auto">
<div class="flex lg:flex-row flex-col">
{{ image_card(
image_src="/images/3node.png",
image_alt="3node",
title="3NODE",
tooltip="The backbone of storage and infrastructure, providing compute and data resources.",
target="_blank",
card_link="https://docs.threefold.io/docs/components/3node"
) }}
{{ image_card(
image_src="/images/mycelium.png",
image_alt="mycelium",
title="MYCELIUM",
tooltip="End-to-end encrypted overlay network, always looking for the shortest possible path between participants ",
target="_blank",
card_link="https://mycelium.threefold.io/"
) }}
{{ image_card(
image_src="/images/aibox.png",
image_alt="aibox",
title="AIBOX",
tooltip="A self-hosted AI compute solution powered by ThreeFold.",
target="_blank",
card_link="https://www.aibox.threefold.io/"
) }}
{{ image_card(
image_src="/images/3phone.png",
image_alt="3phone",
title="3PHONE",
tooltip="OwnPhone is the first secure device in the 3Phone family designed to work seamlessly with the ThreeFold Grid.",
target="_blank",
card_link="https://docs.threefold.io/docs/components/3phone/"
) }}
{{ image_card(
image_src="/images/3router.png",
image_alt="ThreeFold Cloud",
title="3ROUTER",
tooltip="Smart routers ensure shortest-path connections between nodes and phones with end-to-end encryption.",
target="_blank",
card_link="https://docs.threefold.io/docs/components/3router"
) }}
</div>
</div>
<div class="mt-6 lg:mt-10 flex items-center justify-center gap-x-6">
<a href="/signup" target="_black" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Join ThreeFolds Ecosystem</a>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 6 Cta -->
{{ cta(
title_1="Building a",
title_2="New Internet,",
title_3="Together",
button_text_1="Participate",
button_link_1="/signup",
button_text_2="Stay Updated",
button_link_2="https://t.me/threefoldnews",
button_text_3="Chat",
button_link_3="https://t.me/threefold"
) }}
<style>
ul li {
color:rgb(229 231 235);
font-size: 1.25rem;
}
.blockquote::before {
content: open-quote;
font-size: 4rem;
position: absolute;
top: -1rem;
left: -1rem;
color: #8d1212;
}
.node_text p {
font-size: 1rem !important;
color: rgb(229 231 235);
}
.gradient-bar { /* equivalent to h-12 */
background-image: linear-gradient(to right, #000000, #9ca3af); /* black to gray-400 */
}
</style>

372
specs/index.md Normal file
View File

@@ -0,0 +1,372 @@
---
title: "ThreeFold"
description: "TF offers a secure, sovereign infrastructure layer for Web4, delivering unparalleled scalability, incorruptible and permanent data storage, AI and Web2/Web3/Edge compatibility, and 100% uptime for a resilient digital future."
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: home/tf.png
---
<!-- section 1 (header) -->
{{ hero_text_center(
title="Built for Everyone by Everyone, Everywhere",
subtitle="Unleashing the Power of Decentralized Networks",
description="ThreeFold is a fully operational, decentralized internet infrastructure deployed locally, scalable globally, and owned and powered by the people.",
button1_text="Start Building",
button1_link="/build"
button2_text="Start Hosting",
button2_link="/host"
button3_text="TF Marketplace: Soon",
button3_link="/newsroom/threefold-marketplace"
) }}
<!----------------------------------------------------------------------------------------->
<!-- section 2 (Infrastructure) -->
<div class="lg:pb-24 pb-12">
<div class="mx-auto grid max-w-2xl grid-cols-1 items-start gap-y-16 px-4 lg:max-w-7xl lg:grid-cols-2 lg:px-8">
<!-- left section -->
{{ text_left(
title="ThreeFold is a Decentralized Infrastructure Layer for The Internet",
description_1="We have built a foundational platform that runs directly on bare metal, offering a scalable solution focused on the essential building blocks of the Internet and Cloud: compute, data, and network.",
button_text="Discover How It Works",
button_link="/build"
) }}
<div class="lg:px-16 fade-in">
<!-- right section -->
### Three Inventions at the Core of Our System
<br>
<dl class="grid grid-cols-1 mx-auto lg:gap-x-8 sm:grid-cols-2 lg:gap-y-8 gap-y-4">
{{ right_content(
subtitle ="COMPUTE",
header="Bare Metal",
sub_header="Operating System",
description1="Zero OS, an efficient and secure operating system, runs directly on the hardware enabling an autonomous cloud.",
description2="Can run any Web2, Web3, or AI workload at the edge of the Internet, with more scalability and reliability."
) }}
{{ right_content(
subtitle="DATA",
header="Unbreakable Data",
description1="Data cannot be compromised and always remains private, owned by you. A scalable system, to the planetary level.",
description2="Can be distributed and stored in ways which are at least 10x more efficient and orders of magnitude more secure and reliable."
) }}
{{ right_content(
subtitle="NETWORK",
header="Unbreakable Network",
description1="End-to-end encrypted overlay network, always looking for the shortest possible path between participants.",
description2="Logical Internet address securely linked to a private key. Unlimited scale and performance optimizations."
) }}
</dl>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 3 (stats) -->
{{ grid_stats(
title_1="Powered by",
title_2="A Global Community",
description_1="ThreeFolds groundbreaking technology enables anyone individuals, organizations, and communities to deploy their own Internet infrastructure.",
description_2="Today, our proof-of-concept network is live and operational worldwide, running on version 3.17 technology.",
subtext="As we expand, we may need millions of nodes to support this growing ecosystem to build a truly decentralized and resilient infrastructure",
button_text="Explore Grid Capacity",
button_link="https://dashboard.grid.tf/#/tf-grid/node-statistics/"
) }}
<!----------------------------------------------------------------------------------------->
<!-- section 4 (How it works)-->
<div class="container mx-auto lg:max-w-7xl lg:py-24 py-12 px-4 lg:px-0">
<div class="max-w-6xl lg:px-8 px-0 lg:pb-12 pb-6">
## How It Works
At the base, nodes form the physical foundation. These are distributed computers that provide processing power, storage, and networking capabilities. Together, they create a global, community-powered infrastructure.
<br>
Until now, anyone could deploy nodes from their home or office and earn rewards simply for hosting and take part in a decentralized alternative to corporate-owned data centers. In return for their contributions, participants earn rewards. We call this process “farming.”
<br>
Starting this summer, farming is evolving. With the launch of the ThreeFold Marketplace, rewards will be based on actual usage. This shift unlocks new commercial potential and supports a more sustainable and dynamic decentralized network.
</div>
<div class="max-w-6xl mx-4 md:mx-10 lg:mx-20 xl:mx-auto">
<dl class="grid max-w-xl grid-cols-1 gap-x-8 gap-y-8 lg:max-w-none lg:grid-cols-3">
{{ farm_steps(
title="1. HOST A NODE",
description="All you need to get started is a modern computer, electricity and network. Once booted with Zero OS, a computer becomes a ThreeFold Node."
) }}
{{ farm_steps(
title="2. OFFER CAPACITY",
description="The capacity of the node gets verified, registered and secured on the ThreeFold Blockchain. Farmers can then list their resources on the ThreeFold Marketplace, making them available directly to users."
) }}
{{ farm_steps(
title="3. EARN REWARDS",
description="Farmers earn rewards when their resources are used through the Marketplace, enabling a fair and transparent peer-to-peer economy."
) }}
</dl>
</div>
<div class="mt-6 lg:mt-10 flex items-center justify-center gap-x-6">
<a href="/host" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Become a Farmer</a>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 5 (TF products)-->
<div class="lg:py-24 py-12 container max-w-7xl mx-auto">
{{ text_center(
title="Anything That Runs on Linux Can Run on ThreeFold",
description_1="The new internet infrastructure can be used by any Web2, Web3, AI, or Edge IT workload enabling a world of possibilities."
) }}
{{ card_with_image(
image_src="/images/tft_logo.png",
image_alt="TF logo",
title="ThreeFold Cloud",
subtitle="Open-Source Cloud",
description="ThreeFold is open for developers and system administrators. Deploy virtual machines, containers, Kubernetes clusters, web gateways, and more on top of a best-effort decentralized open source cloud.",
button_link="https://manual.grid.tf/",
button_text="Manual",
image_src_right="/images/app.png",
image_alt_right="App screenshot"
) }}
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 6 (Join the Movement) -->
<div class="lg:py-24 py-12 px-4">
<div class="container max-w-7xl mx-auto">
## Join the Movement to Build a New Internet
<div class="max-w-4xl">
There are many ways to be part of our mission to create a more open, autonomous, and interconnected digital world. Farming is just one pillar of our ecosystem.
<br>
Explore all the products that are driving this transformation.
</div>
<div class="max-w-7xl mx-4 md:mx-10 lg:mx-20 mt-16 xl:mx-auto">
<div class="flex lg:flex-row flex-col">
{{ image_card(
image_src="/images/3node.png",
image_alt="3node",
title="3NODE",
tooltip="The backbone of storage and infrastructure, providing compute and data resources.",
target="_blank",
card_link="https://docs.threefold.io/docs/components/3node"
) }}
{{ image_card(
image_src="/images/mycelium.png",
image_alt="mycelium",
title="MYCELIUM",
tooltip="End-to-end encrypted overlay network, always looking for the shortest possible path between participants ",
target="_blank",
card_link="https://mycelium.threefold.io/"
) }}
{{ image_card(
image_src="/images/aibox.png",
image_alt="aibox",
title="AIBOX",
tooltip="A self-hosted AI compute solution powered by ThreeFold.",
target="_blank",
card_link="https://www.aibox.threefold.io/"
) }}
{{ image_card(
image_src="/images/3phone.png",
image_alt="3phone",
title="3PHONE",
tooltip="OwnPhone is the first secure device in the 3Phone family designed to work seamlessly with the ThreeFold Grid.",
target="_blank",
card_link="https://docs.threefold.io/docs/components/3phone/"
) }}
{{ image_card(
image_src="/images/3router.png",
image_alt="ThreeFold Cloud",
title="3ROUTER",
tooltip="Smart routers ensure shortest-path connections between nodes and phones with end-to-end encryption.",
target="_blank",
card_link="https://docs.threefold.io/docs/components/3router"
) }}
</div>
</div>
<div class="mt-6 lg:mt-10 flex items-center justify-center gap-x-6">
<a href="/signup" target="_black" class="fade-in rounded-2xl bg-white px-4 py-2 text-sm font-semibold text-black shadow-sm hover:bg-green hover:text-gray-800 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2">Join ThreeFolds Ecosystem</a>
</div>
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 7 (self-healing) -->
<div class="lg:py-24 py-12">
{{ text_center(
title="A Self-Healing Internet Infrastructure",
subtitle="Scalable globally, Green, Unbreakable & Secure",
description_1="",
image_src ="/images/selfhealing.png",
image_alt="selfhealin",
button_text_1="",
button_link_1=""
) }}
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 8 (More Resilient)-->
<div class="lg:py-24 py-12 text-center">
## More Resilient, More Powerful, <br> More Diverse With You
{{ text_center(
title="",
description_1="Unlike the corporate internet, where users are the product, in the new internet, participants are the owners and beneficiaries.",
description_2="By participating, you're not just using the technology, you're also helping to build a digital world that protects privacy, promotes fairness, and returns control to the people.",
button_text_1="",
button_link_1="",
button_text_2="",
button_link_2=""
) }}
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 9 (Faq) -->
<div class="lg:py-24 py-12 px-6">
<div class="lg:max-w-7xl container mx-auto">
## Frequently Asked Questions
<br>
{{ accordion(
id_accordion="accordion1"
question="Is this a separate new Internet?",
description="No, ThreeFold is a complementary Internet and works alongside the current Internet. It allows you to continue accessing and interacting with the current Internet."
) }}
{{ accordion(
id_accordion="accordion2"
question="Why do we need a new Internet?",
description="The Internet used to be a peer to peer network, but has become fragile and too centralized. There are so many problems with the current Internet, such as authenticity, privacy, security, and sustainability that we believe a fundamental new approach is needed."
) }}
{{ accordion(
id_accordion="accordion3"
question="How can I participate?",
description="You can participate by becoming a farmer, a user, a partner or by developing apps. Provide capacity to the ThreeFold Grid, Use capacity, build solutions, develop applications, and many more."
) }}
{{ accordion(
id_accordion="accordion4"
question="How can I get V4 nodes?",
description="Our partners are selling V4 nodes with a new reward scheme and ready to grow to millions of nodes.",
link="https://docs.threefold.io/docs/become-a-farmer/get_started/",
text_link="Click here to get V4 nodes."
) }}
{{ accordion(
id_accordion="accordion5"
question="What can I do with the ThreeFold Grid?",
description="ThreeFold grid can be used to host any web2, web3 and future workload. For more details see ",
link="https://docs.threefold.io/docs/category/how-to-use/",
text_link="our docs."
) }}
{{ accordion(
id_accordion="accordion6"
question="How secure and private is my data?",
description="ThreeFold is designed to be secure and private by default. We use end-to-end encryption to protect your data and ensure that only you have access to your data."
)
}}
{{ accordion(
id_accordion="accordion7"
question="Who should use the ThreeFold Grid ?",
description="Individuals, businesses, and organizations who want to be autonomous and have full control over their data and applications. Security is a very big problem today, Technology as used by ThreeFold has the potential to resolve this if used properly. We are building a channel of solution providers and integrators who want to build on top of ThreeFold."
)
}}
</div>
</div>
<!----------------------------------------------------------------------------------------->
<!-- section 10 Cta -->
{{ cta(
title_1="Building a",
title_2="New Internet,",
title_3="Together",
button_text_1="Participate",
button_link_1="/signup",
button_text_2="Stay Updated",
button_link_2="https://t.me/threefoldnews",
button_text_3="Chat",
button_link_3="https://t.me/threefold"
) }}

94
specs/prompt.md Normal file
View File

@@ -0,0 +1,94 @@
# Understanding ThreeFold: A Decentralized Internet Infrastructure
## Introduction
ThreeFold is presented as a fully operational, decentralized internet infrastructure designed to provide a secure, sovereign, and scalable foundation for Web4. It aims to address issues of centralization, privacy, and security prevalent in the current internet by offering an alternative built on community-powered resources. This summary will delve into the core concepts, operational mechanisms, and key products that define the ThreeFold ecosystem, drawing insights directly from the provided documentation.
## Core Concepts and Vision
ThreeFold's fundamental vision is to create an internet infrastructure that is "Built for Everyone by Everyone, Everywhere" [1]. This is achieved by decentralizing the core components of the internet: compute, data, and network. The project emphasizes sovereignty, meaning users retain full control and ownership of their data and applications, moving away from the model where "users are the product" [1].
At its heart, ThreeFold introduces three key inventions:
* **Bare Metal Compute (Zero OS):** ThreeFold utilizes Zero OS, an efficient and secure operating system that runs directly on hardware. This enables an autonomous cloud capable of running any Web2, Web3, or AI workload at the edge of the Internet, promising greater scalability and reliability [1].
* **Unbreakable Data (Quantum Safe Storage):** The data storage system is designed to be incorruptible, private, and scalable to a planetary level. It ensures data cannot be compromised and remains owned by the user, offering significantly higher efficiency and security compared to traditional storage methods [1].
* **Unbreakable Network (Mycelium Network):** This refers to an end-to-end encrypted overlay network that constantly seeks the shortest path between participants. It provides a logical Internet address securely linked to a private key, allowing for unlimited scale and performance optimizations [1].
These pillars collectively form a self-healing internet infrastructure that is globally scalable, green, unbreakable, and secure [1].
## How ThreeFold Works: The Farming Model
ThreeFold operates on a unique model called "farming," where individuals and organizations contribute their computing resources to the decentralized ThreeFold Grid. This process involves deploying nodes, known as 3Nodes, which provide processing power, storage, and networking capabilities [1, 2]. These distributed computers form the physical foundation of the ThreeFold network, creating a global, community-powered infrastructure [1].
Initially, farmers earned rewards simply for hosting and providing capacity. However, with the upcoming launch of the ThreeFold Marketplace (expected late Summer 2025), the farming model is evolving. Rewards will transition to being based on actual usage of the contributed resources, unlocking new commercial potential and fostering a more sustainable and dynamic decentralized network [1, 2].
The farming process can be broken down into three main steps:
1. **Host a Node:** To get started, a farmer needs a modern computer, electricity, and network connectivity. Once booted with Zero OS, the computer transforms into a ThreeFold Node [1].
2. **Offer Capacity:** The capacity of the newly formed node is verified, registered, and secured on the ThreeFold Blockchain. Farmers can then list their resources on the ThreeFold Marketplace, making them available directly to users [1].
3. **Earn Rewards:** Farmers earn rewards when their resources are utilized through the Marketplace, establishing a fair and transparent peer-to-peer economy [1].
This evolution aims to introduce clearer commercial opportunities and a more accessible path for farmers to support and benefit from the growth of the decentralized internet [2].
## ThreeFold Products and Ecosystem
ThreeFold is designed to be a versatile infrastructure capable of running anything that operates on Linux, including Web2, Web3, AI, and Edge IT workloads [1]. The ecosystem comprises several key products and components that enable its decentralized functionality:
* **ThreeFold Cloud:** An open-source cloud platform for developers and system administrators to deploy virtual machines, containers, Kubernetes clusters, and web gateways on a decentralized, best-effort cloud [1].
* **3Node:** These are the decentralized, user-owned hardware devices that form the backbone of the ThreeFold Grid, providing computing, storage, and networking resources [1, 3].
* **Mycelium Network:** The decentralized communication layer of the ThreeFold Grid, connecting and coordinating nodes to enable secure and efficient peer-to-peer interactions [3].
* **AIBOX:** A self-hosted AI compute solution powered by ThreeFold, demonstrating the platform's capability to support AI workloads [1, 3].
* **3Phone:** The first secure device in the 3Phone family, designed to work seamlessly with the ThreeFold Grid, emphasizing privacy and user control [1, 3].
* **3Router:** Smart routers that ensure shortest-path connections between nodes and phones with end-to-end encryption [1, 3].
* **Zero-OS V3:** A stateless and lightweight operating system that allows for improved efficiency for certain workloads [3].
* **Quantum Safe Storage (QSS):** A decentralized, globally distributed data storage system that is unbreakable, self-healing, append-only, and immutable [3].
* **TF Chain:** An application-specific blockchain customized for the operation of a single application, provisioning decentralized compute, storage, and network capacity [3].
* **Gateway Nodes:** Specialized nodes that provide secure access points to the ThreeFold Grid, enabling decentralized networking and private data communication [3].
* **TF Dashboard:** A user-friendly interface for monitoring, managing, and deploying resources on the ThreeFold Grid [3].
* **TF DAO:** A community-driven governance model allowing token holders to participate in decision-making processes for the ThreeFold ecosystem [3].
* **TF Connect App:** A mobile application serving as a gateway to the ThreeFold ecosystem and its various products and services [3].
These components collectively aim to build a more resilient, powerful, and diverse internet, where participants are owners and beneficiaries, rather than products [1].
## Conclusion
ThreeFold presents a compelling vision for a decentralized internet, addressing critical concerns around data sovereignty, privacy, and scalability. By empowering individuals to contribute to and benefit from a global, community-powered infrastructure, it seeks to redefine the internet as a more open, autonomous, and interconnected digital world. The evolution of its farming model and the comprehensive suite of products underscore its commitment to building a resilient and user-centric digital future.
## References
[1] `C:/Repo/hero_web_try1/specs/index.md`
[2] `C:/Repo/hero_web_try1/specs/host.md`
[3] `C:/Repo/hero_web_try1/specs/build.md`
## Sitemap for ThreeFold Website
To assist AI agents in understanding the structure and navigation of the ThreeFold website, here is a sitemap derived from the provided Markdown files. This sitemap outlines the main pages and their corresponding paths, which can be used for crawling, indexing, or generating navigation elements.
```
/
├── index.md (Homepage: ThreeFold)
├── host.md (Host: Become a Farmer)
├── build.md (Build: Build on a Decentralized Internet Infrastructure)
└── about.md (About: Our mission is to empower individuals and organizations)
```
This sitemap provides a clear overview of the primary sections of the website, facilitating better comprehension for automated systems.