- {{ page.title }} -
- -- {{ page.description }} -
-diff --git a/content/_index.md b/content/_index.md
index 89726c8..3acfa18 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -70,6 +70,9 @@ extra:
---
+
+{% include "partials/hero/aihero1.html" %}
+
{% row(style="center") %}
diff --git a/content/header/_index_copy.md b/content/header/_index_copy.md
deleted file mode 100644
index 529b5ea..0000000
--- a/content/header/_index_copy.md
+++ /dev/null
@@ -1,84 +0,0 @@
----
-title: "Header"
-description: "NEAR is on a mission to empower everyone to take back control of their money, their data, and their identity. Join us."
-insert_anchor_links: "left"
-template: "partials/header.html"
-extra:
- logoPath: "images/ourworld_logo2.png"
- imgPath: ""
----
-
-- Learn
-
-{% row(style="lean") %}
-
-### PURPOSE
-
-
- {{ page.description }}
-
-
-
-#### [The Internot](/apage)
-
-Whats wrong with the [internet](/apage)
-
-
-
-#### Our Internet
-
-Vision for the new internet
-
-|||
-
-### ECOSYSTEM
-
-
-
-
-#### OurWorld DAO
-
-Be a part of governance
-
-
-
-#### Communities
-
-Explore communities in OurWorld
-
-
-
-#### DAOs
-
-Decentralized autonomous organizations
-
-|||
-
-### APPLICATIONS
-
-
-
-
-#### DAPPs
-
-Decentralized applications
-
-
-
-#### Projects
-
-Projects in OurWorld
-
-|||
-
-### FEATURED
-
-
-
-
-#### OurWorld is Live
-
-Be a part of the new internet
-
-- [Join us]("/join-us")
-- [Blog]("/blog")
-
-{% end %}
diff --git a/content/home/index.md b/content/home/index.md
index de39c98..73d8c6f 100644
--- a/content/home/index.md
+++ b/content/home/index.md
@@ -1,13 +1,74 @@
---
title: "Mycelium"
-description: "Mycelium is a decentralized networking and storage solution designed to integrate seamlessly with AI workloads, content delivery, and messaging."
-insert_anchor_links: "left"
+description: "Mycelium is a decentralized networking and storage solution designed to integrate seamlessly with AI workloads, content delivery, and messaging. " # quotation marks to allow colons where used
+date: 2018-09-14T21:00:00-05:00
+updated: 2021-02-20T14:40:00-06:00
+draft: false
extra:
- author: ThreeFold
- imgPath: home/mycel2.png
----
+ author: ThreeFold
+ imgPath: home/tf.png
+ title: "Pre-order Your AIBox"
+ subtitle: "Choose the box that's packed with the best features for your computing needs."
+ subtitle2: "The AI boxes are delivered by our hardware partners and they define the final price & specifications. Each AI boxes becomes part of the ThreeFold grid and earns rewards."
+ plans:
+ - name: "DIY"
+ description: "Add your own GPU's"
+ price: "1-1500"
+ features:
+ - name: "GPU your choice, minimal AMD Radeon RX 7900 XT"
+ included: true
+ - name: "64-128 GB Memory"
+ included: true
+ - name: "2-4 TB of SSD"
+ included: true
+ - name: "Integrated Mycelium"
+ included: true
+ - name: "Zero-OS"
+ included: false
+ rewards:
+ - name: "Proof of Capacity: between 500 and 2000 INCA per month depending on chosen GPU"
+ - name: "Proof of Utilization: 80% of INCA Revenue"
+ - name: "1 GPU"
+ description: "Enough for smaller but smart models and Smart Agents."
+ price: "2-2500"
+ features:
+ - name: "1x AMD Radeon RX 7900 XTX"
+ included: true
+ - name: "64-128 GB Memory"
+ included: true
+ - name: "2-4 TB of SSD"
+ included: true
+ - name: "Integrated Mycelium"
+ included: true
+ - name: "Zero-OS"
+ included: false
+ rewards:
+ - name: "Proof of Capacity: 1000 INCA per month"
+ - name: "Proof of Utilization: 80% of INCA Revenue"
+ - name: "2 GPU"
+ description: "Support for 48 GB models, a lot of power in your hands."
+ price: "4-5000"
+ features:
+ - name: "2x AMD Radeon RX 7900 XTX"
+ included: true
+ - name: "64-128 GB Memory"
+ included: true
+ - name: "2-4 TB of SSD"
+ included: true
+ - name: "Integrated Mycelium"
+ included: true
+ - name: "Zero-OS"
+ included: false
+ rewards:
+ - name: "Proof of Capacity: 2000 INCA per month"
+ - name: "Proof of Utilization: 80% of INCA Revenue"
+
+
+
+---
+
\ No newline at end of file
diff --git a/content/why/index.md b/content/why/index.md
deleted file mode 100644
index 43b02f4..0000000
--- a/content/why/index.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-title: "Mycelium"
-description: "Mycelium is a decentralized networking and storage solution designed to integrate seamlessly with AI workloads, content delivery, and messaging." # quotation marks to allow colons where used
-template: "layouts/why.html"
-insert_anchor_links: "left"
-extra:
- author: ThreeFold
- imgPath: tf.png
----
-
-
-
-
diff --git a/content/why/tf.png b/content/why/tf.png
deleted file mode 100644
index 0ccade5..0000000
Binary files a/content/why/tf.png and /dev/null differ
diff --git a/templates/blogPage.html b/templates/blogPage.html
deleted file mode 100644
index 3852c97..0000000
--- a/templates/blogPage.html
+++ /dev/null
@@ -1,103 +0,0 @@
-{% extends "_default/base.html" %}
-{% block content %}
-
-{% if page.taxonomies.people %}
-{% set people = get_section(path="people/_index.md") %}
-{% set pages_str = people.pages | json_encode() | as_str %}
-{% if pages_str is containing(page.taxonomies.people[0]) %}
-{% set author_path = 'people/' ~ page.taxonomies.people[0] ~ '/index.md' %}
-{% set author = get_page(path=author_path) %}
-{% endif %}
-{% endif %}
-
-
-
-{% set split = page.content | split(pat="threefold.io") %}
-{% if split | length < 2 %} {% set content=page.content %} {% else %} {% set content="" %} {% for part in split %} {% if
- part is starting_with("/blog") %} {% set split_part=part | split(pat='/">' ) %} {% set link=split_part[0] %} {% set
- link=link | replace(from="/blog/post" , to="/blog" ) %} {% set link=link | replace(from="_" , to="-" ) %} {% set
- rest_part=split_part | slice(start=1) | join(sep='/">' ) %} {% set part=link ~ '/">' ~ rest_part %} {% endif %} {% if
- loop.first %} {% set_global content=part%} {% else %} {% set_global content=content ~ "threefold.io" ~ part%} {% endif
- %} {% endfor %} {% endif %}
- {{ page.title }}
-
-
-
-
- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - {% include "partials/icons/svgPrevPageIcon.html" %} - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-- {{ page.description }} -
-ABOUT
-- At the forefront of digital evolution lies Mycelium, a visionary project at the heart of the ThreeFold Grid. More than just technology, Mycelium is a transformative force reshaping the way we connect in the digital age. -
-- We're on a mission to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds. -
-
- Mycelium facilitates secure, efficient, and scalable data transfer and communication among network nodes. It optimizes data routing, ensuring that information follows the shortest path in terms of latency, leading to faster and more efficient communication.
-
- The technology relies on end-to-end encryption, where each node in the system is identified by a unique key pair, ensuring data security and privacy. This ensures that data remains confidential and authentic, enhancing the privacy and integrity of the network.
-
-
--Mycelium is developed to address the limitations of traditional networking protocols and to contribute to a more sustainable and eco-conscious digital ecosystem. It strives to revolutionize digital communication, making it not only efficient and secure, but also environmentally responsible.
-
- The inspiration for Mycelium draws from the need for a technology that adapts to changing network conditions and operates efficiently, even in a rapidly evolving digital landscape.
- Decentralized. Scalable. Intelligent. -
-BENEFITS
-- Mycelium's routing algorithms prioritize the shortest path in terms of latency for data transfer. -
-- This means that data is sent along the most direct and efficient route, reducing the time it takes for information to travel from the source node to the destination node.
-BENEFITS
-- With Mycelium, each node in the network is identified by a unique key pair. This key pair consists of a public key and a private key. The public key is used to encrypt data intended for that node, while the private key is used to decrypt the data. This cryptographic system ensures that only the intended recipient can access the data. -
-- When a node sends data to another node within the Mycelium network, the data is encrypted using the recipient's public key. This encryption ensures that even if the data is intercepted during transmission, it remains confidential and unreadable without the corresponding private key.
-BENEFITS
-- Mycelium is an open-source project designed to dynamically adapt to changing network conditions. This means that, as new nodes join the network or as existing nodes leave, the system can adjust seamlessly. This adaptability allows Mycelium to accommodate an increasing number of participants without compromising performance. -
-- Mycelium can distribute network traffic effectively. In cases of increased network usage or high data transfer demands, the system can balance the load by routing data through multiple paths or nodes. This load distribution ensures that the network can handle a larger volume of data and more users without becoming overwhelmed. -
-Mycelium seamlessly integrates within the broader ThreeFold ecosystem, playing a pivotal role in the journey towards sustainable and decentralized digital transformation. - As a key component, Mycelium empowers the ThreeFold Grid with efficient, secure, and scalable networking solutions, contributing to a future where digital connectivity is both eco-conscious and accessible to all.
-{{ page.content | safe }}
-{{ page.content | safe }}
-{{ page.content | safe }}
-
- The internet is a trillion-dollar industry, and we believe it should be built and owned by everyone—an internet created by all, for all.
- Web4 represents the natural evolution of the internet, enabling humans and machines to collaborate in creating a new form of intelligence that respects both the planet and the people.
- For over a decade, ThreeFold has been dedicated to realizing this vision. Now is time for our next chapter.
-
Announcements
-Coming Soon on 12.12.24
- - -
- We believe actions are more important than words.
- This page is in black & white,
- to let YOU be the color of the future of the internet.
-
- Web4 opens the door for Machines & Humans to create together - a new form of Intelligence with respect for the Planet & People. -
- -- ThreeFold has been working on Web4 for more than 10 years, - ready to go public 12.12.2024 -
- -- The Internet is a Trillion USD business. - We want to make sure this Internet is built and owned by all of us. -
- -- Register for our online launch event 12-12-2024. -
- -From secure phones and AI-driven virtual assistants to encrypted routers and decentralized nodes, explore a suite of innovative Web4 products designed to redefine connectivity, empower autonomy, and simplify daily life with cutting-edge technology.
-Web4 Phone
-The world’s first truly decentralized smartphone on a mission to define Web4 mobile connectivity.
- Learn more -Web4 Router
-Be your own Internet and unlock the full potential of Web4 from the convenience of your home.
- Learn more -Web4 Nodes
-Power the Internet by hosting your own Web4 Node—contributing to a secure, scalable, and autonomous Web4 ecosystem.
- Learn more -TF Genie
-Your AI-powered Web4 assistant, designed to enhance productivity and simplify daily tasks with seamless integration.
- Learn more -- Join us on our journey. Watch the video below and scroll down to learn how you can participate. -
- -- From secure phones and AI-driven virtual assistants to encrypted routers and decentralized nodes, explore a suite of innovative Web4 products designed to redefine connectivity, empower autonomy, and simplify daily life with cutting-edge technology.
-- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - {% include "partials/icons/svgPrevPageIcon.html" %} - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-- Get AIBox for Android, Windows, macOS, and iOS to securely connect, store, and interact with the decentralized network—seamlessly and efficiently. -
-- Not sure how it works? Read the manual. -
-Download Mycelium App from the Apple Store.
-- Download Now -
-Download the Mycelium App for Windows directly from its Github repository.
-- Download Now -
-- Download Mycelium App from the Google Play Store.
-- Download Now -
-SUBHEADER
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-SUBHEADER
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-SUBHEADER
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-Commodo nec sagittis tortor mauris sed. Turpis tortor quis scelerisque diam id accumsan nullam tempus. Pulvinar etiam lacus volutpat eu.
-- Learn more -
-Pellentesque enim a commodo malesuada turpis eleifend risus. Facilisis donec placerat sapien consequat tempor fermentum nibh.
-- Learn more -
-Pellentesque sit elit congue ante nec amet. Dolor aenean curabitur viverra suspendisse iaculis eget. Nec mollis placerat ultricies euismod.
-- Learn more -
-SUBHEADER
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
- - Get started - -SUBHEADER
-- Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione. Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione. -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- Learn more -
-Decentralized communication layer of TF Grid that connects and coordinates nodes on the ThreeFold Grid, enabling secure and efficient peer-to-peer interactions.
-- Learn more -
-SUBHEADER
-Lorem ipsum, dolor sit amet consectetur adipisicing elit. Maiores impedit perferendis suscipit eaque, iste dolor cupiditate blanditiis ratione.
-- {{ featured.description }} -
- -- {{ featured.description }} -
- - -SUBHEADER
-Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat.
-Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat.
-Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat.
-SUBHEADER
-- Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. - Elit sunt amet fugiat veniam occaecat fugiat aliqua. Anim aute id magna aliqua ad ad non deserunt sunt. -
-SUBHEADER
-- Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. - Elit sunt amet fugiat veniam occaecat fugiat aliqua. Anim aute id magna aliqua ad ad non deserunt sunt. -
-SUBHEADER IF NEEDED
-- Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. - Elit sunt amet fugiat veniam occaecat fugiat aliqua. -
-SUBHEADER
-Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua.
-SUBHEADER
-Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat fugiat aliqua. Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo.
-
- Discover the future of secure, efficient, and scalable networking with Mycelium, a key component of the ThreeFold Grid.
Join the Movement.
-
ABOUT
-
- At the forefront of digital evolution lies Mycelium, a visionary project at the heart of the ThreeFold Grid. Mycelium is more than just a new technology; it's a transformative force reshaping the way we connect in the digital age.
We're on a mission to create a sustainable digital ecosystem where communication is seamless, data is secure, and scalability knows no bounds.
-
BENEFITS
-- Just as nature's mycelium network serves as a critical component in the ecosystems of forests, connecting trees and plants underground, the Mycelium technology offers reliable connectivity in an efficient and resilient way. -
-Designed to operate in a decentralized manner, it connects nodes and enables efficient data transfer and communication without relying on a single central authority.
-- Learn more -
-Mycelium provides an efficient digital communication network where data travels along the most efficient paths, reducing latency and optimizing resource utilization.
-- Learn more -
-- Inspired by nature's resilience, it creates a network that can adapt and continue to function even in the presence of challenges, ensuring uninterrupted communication.
-- Learn more -
-HOW IT WORKS
-- Mycelium, like its natural namesake, thrives on decentralization, efficiency, and security, making it a truly powerful force in the world of decentralized networks. -
-Anim aute id magna aliqua ad ad non deserunt sunt. Qui irure qui lorem cupidatat commodo. Elit sunt amet fugiat veniam occaecat.
-WHAT'S NEW
-Mycelium is evolving to bring even more powerful decentralized features, designed to enhance your experience and expand possibilities. Be the first to explore what’s coming next by staying connected with our latest updates.
-- Mycelium is an end-to-end encrypted IPv6 overlay network written in Rust. Each node joining the network receives an IP in the 400::/7 range, facilitating secure and private communications. -
-- The Mycelium app supports iOS, macOS, Android and Windows. For Linux, a binary is available. Installation guides are available for both local machines and virtual machines running on the TFGrid. Note that Windows users need to have wintun.dll in the same directory as the Mycelium executable. Click here for more info. -
-- Upon using the Mycelium app, you're assigned a unique Mycelium address. To copy this address, click the button located to the right of the displayed address in the app interface. -
-- Yes, after installing Mycelium, you can deploy workloads on the TFGrid and connect to them using the Mycelium network. Detailed deployment guides are available in the documentation. -
-- Yes, Mycelium offers an API for administrative operations, peer management, and message subsystem operations. Comprehensive API documentation can be found in the official Mycelium GitHub repository -
-- If you face any challenges, refer to the troubleshooting section in the Mycelium documentation. Additionally, ensure that all prerequisites are met, such as having wintun.dll in the correct directory for Windows installations. -
-- Mycelium incorporates core principles of the Babel routing protocol, enabling efficient and dynamic routing within its encrypted IPv6 overlay network. -
-Join the Mycelium network and be a part of the decentralized movement.
-Value Propositions
-Digital Freezone
- -A future-focused ecosystem with streamlined business processes, decentralized systems, and global connectivity.
-DataCenter City
-Zanzibar’s largest, most sustainable data center, equipped with Threefold Nodes and co-owned AI integrated with city services.
-Digital Hero
-Private, secure communication and transactions with efficient AI assisted collaboration and full control of your own data and digital identity.
-Venture Creator
-Empowers startups with strategic guidance, funding support, global networking, talent acquisition, and operational resources.
-Regenerative Living
-Tech-driven sustainable living powered by clean energy, organic food, and a resilient, collaborative community with global impact.
-Digital Assets
-Tokenized assets drive fair trade, sustainable economies, and stability with resilient digital currencies.
-Autonomous Zone
-Enjoy legal independence, data ownership, and secure connections in a future-focused global ecosystem.
-Augmented Intelligence
-Homes power Zanzibar’s data center, with co-owned AI integrated into services and generating citizen income.
-- CyberCity is a next-generation smart city in Fumba, Zanzibar, designed to integrate cutting-edge technology, sustainability, and economic innovation. It features a Digital Freezone, regenerative living, AI-driven services, and a decentralized economic model, and many more. -
-- Fumba is part of the 2042 Fumba Free Economic Zone Master Plan, strategically selected for its rapid development potential, economic incentives, and unique blend of cultural heritage and natural beauty. It offers a stable environment for global investment and innovation. -
-- The Digital Freezone is a business-friendly ecosystem within Cybercity that features streamlined regulations, financial transparency, and global connectivity. It provides a light-touch regulatory environment, making it ideal for startups, digital entrepreneurs, and international businesses. -
-- CyberCity is designed with eco-friendly urban planning, featuring car-free green spaces, smart energy solutions like Vehicle-to-Grid (V2G) integration, organic food production, and co-owned AI that optimizes resources while generating income for citizens. -
-- You can invest, register a business, become a digital citizen, or move to CyberCity as an entrepreneur or resident. The city offers opportunities for innovators, investors, and forward-thinking individuals to be part of a revolutionary ecosystem. -
- CyberCity Zanzibar is a city that combines sustainable living, streamlined business processes, cutting-edge datacenters, venture creation, and secure digital tools that empower citizens, businesses, and investors. -
-.
--
--
--
--
--
--
-- -
- -ThreeFold is not a protocol. We’ve developed foundational technology that runs directly on bare metal (the hardware).
-ThreeFold is likely the only active project with a truly scalable solution addressing the Internet and Cloud’s core components: Data, Cloud, and Network.
- Discover How It Works -Together, we aim to create a future that reflects our values. Here, we provide a safe and inspiring environment for startups to build solutions that can make a real difference. We believe that with technology, collaboration, and good intentions, anything is possible.
-Spanning 700,000m² in the heart of Fumba, Zanzibar, CyberCity is a place where talent meets opportunity, innovation embraces sustainability, and collaboration fuels progress. -
-A system built to scale to a planetary level, compatible with AI, Cloud, Web2, and Web3. Capable to provide 100% uptime, it enables any machine and human to communicate over the shortest path.
-That's ThreeFold's
-Unlock Web4 with ThreeFold
-Revolutionary Tools for the Decentralized Internet.
-From secure phones and AI-driven virtual assistants to encrypted Web4 routers and decentralized nodes, our products redefine digital autonomy and connectivity.
-Find out how you can join CyberCity and be part of the future. Whether you're looking to invest, launch your business, become a digital citizen, or move into the heart of innovation, now is your chance to be among the first pioneers shaping this groundbreaking ecosystem.
-Be the First to Shape the Future – Join Us Now!
-
- Located in the heart of Zanzibar,Fumba offers a unique opportunity to merge modern development with cultural heritage and natural beauty.
- As part of the 2042 Fumba Free Economic Zone Master Plan, Fumba is set to become a key driver of economic growth and innovation in the region, making it the perfect location for a Cybercity.
-
- Fumba, located in the heart of Zanzibar, offers a unique opportunity to merge modern development with cultural heritage and natural beauty. As part of the 2042 Fumba Free Economic Zone Master Plan, Fumba is set to become a key driver of economic growth and innovation in the region. This transformation positions Fumba as the ideal site for CyberCity, a future-focused development designed to inspire sustainability, collaboration, and prosperity. -
-Web4 is the natural progression of the Internet, where humans and artificial intelligence work together to create a new paradigm designed to promote planetary well-being and ensure equal opportunities for all. Users are in 100% control of their data and no centralized services are needed.
-Blockchain was the first step to Web3.
-ThreeFold is the next step to Web4.
- -- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - {% include "partials/icons/svgPrevPageIcon.html" %} - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - {% include "partials/icons/svgPrevPageIcon.html" %} - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - {% include "partials/icons/svgPrevPageIcon.html" %} - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-Our unique technology enables a system which can scale to a planetary level, can store data which can never be corrupted nor lost, is compatible with AI, Cloud, Web2, Web3 and Edge IT workloads, has the potential to recover from unforeseen events, and provide 100% uptime.
-ThreeFold can be used by any Web2, Web3, AI, or Edge IT workload. -
-- At Threefold, we've created solutions that embody innovation, authenticity, and simplicity. Each solution is crafted to empower individuals and communities, blending cutting-edge technology with practical usability. -
-- Here's what others have to say about us. -
-- At ThreeFold, we've created products that embody innovation, authenticity, and simplicity. Each solution is crafted to empower individuals and communities, blending cutting-edge technology with practical usability. -
-A stateless and lightweight operating system that allows for an improved efficiency of up to 10x for certain workloads.
-- Learn more -
-Decentralized communication layer of TF Grid that connects and coordinates nodes on the ThreeFold Grid, enabling secure and efficient peer-to-peer interactions.
-- Learn more -
-QSS is a decentralized, globally distributed data storage system. It is unbreakable, self-healing, append-only, and immutable.
-- Learn more -
-An application-specific blockchain customized for the operation of a single application – provisioning decentralized compute, storage, and network capacity.
-- Learn more -
-Decentralized, user-owned hardware devices that provides computing, storage, and networking resources to power the TF Grid.
-- Learn more -
-Specialized nodes that provide secure access points to the ThreeFold Grid, enabling decentralized networking, private data communication, and seamless interaction between users and applications.
-- Learn more -
-A user-friendly interface for monitoring, managing, and deploying resources on the ThreeFold Grid.
-- Learn more -
-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.
-- Learn more -
-A mobile app that serves as a gateway to the ThreeFold ecosystem and its various ThreeFold products and services.
-- Learn more -
-Today, ThreeFold is primarily focused on empowering developers to create innovative cloud solutions.
-On 12-12-24, we will unveil exciting news about how Web4 will soon become accessible to everyone, opening up endless possibilities for all users.
- - 12.12.24What You Can Do With It
-Today, ThreeFold is primarily focused on empowering developers to create innovative cloud solutions.
On 12-12-24, we will unveil exciting news about how Web4 will soon become accessible to everyone, opening up endless possibilities for all users.
Experience end-to-end encrypted communication in the shortest possible path, ensuring messages remain private and unalterable—even during disasters.
-Securely share and store information with ease, scaling seamlessly from personal use to billions of users. -
-Determine which information can be trusted, bringing clarity and confidence back to the digital space. -
-Discover, analyze, and find information with no boundaries, aided by a powerful personal AI assistant. -
-Keep track of all your connections and simplify your life with an AI that optimizes your daily tasks and interactions. -
-Own and manage your data, identity, and interactions across platforms, ensuring transparency and sovereignty in the digital world. -
-- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - {% include "partials/icons/svgPrevPageIcon.html" %} - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-Our unique technology enables a system which can scale to a planetary level, can store data which can never be corrupted nor lost, is compatible with AI, Cloud, Web2, Web3 and Edge IT workloads, has the potential to recover from unforeseen events, and provide 100% uptime.
-ThreeFold can be used by any Web2, Web3, AI, or Edge IT workload. -
-- At ThreeFold, we've created products that embody innovation, authenticity, and simplicity. Each solution is crafted to empower individuals and communities, blending cutting-edge technology with practical usability. -
-A stateless and lightweight operating system that allows for an improved efficiency of up to 10x for certain workloads.
-- Learn more -
-Decentralized communication layer of TF Grid that connects and coordinates nodes on the ThreeFold Grid, enabling secure and efficient peer-to-peer interactions.
-- Learn more -
-QSS is a decentralized, globally distributed data storage system. It is unbreakable, self-healing, append-only, and immutable.
-- Learn more -
-An application-specific blockchain customized for the operation of a single application – provisioning decentralized compute, storage, and network capacity.
-- Learn more -
-Decentralized, user-owned hardware devices that provides computing, storage, and networking resources to power the TF Grid.
-- Learn more -
-Specialized nodes that provide secure access points to the ThreeFold Grid, enabling decentralized networking, private data communication, and seamless interaction between users and applications.
-- Learn more -
-A user-friendly interface for monitoring, managing, and deploying resources on the ThreeFold Grid.
-- Learn more -
-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.
-- Learn more -
-A mobile app that serves as a gateway to the ThreeFold ecosystem and its various ThreeFold products and services.
-- Learn more -
-Today, ThreeFold is primarily focused on empowering developers to create innovative cloud solutions.
-We are now unveiling an exciting news about how Web4 will soon become accessible to everyone, opening up endless possibilities for all users.
- - Take ActionsWhat You Can Do With It
-Today, ThreeFold is primarily focused on empowering developers to create innovative cloud solutions.
On 12-12-24, we will unveil exciting news about how Web4 will soon become accessible to everyone, opening up endless possibilities for all users.
Experience end-to-end encrypted communication in the shortest possible path, ensuring messages remain private and unalterable—even during disasters.
-Securely share and store information with ease, scaling seamlessly from personal use to billions of users. -
-Determine which information can be trusted, bringing clarity and confidence back to the digital space. -
-Discover, analyze, and find information with no boundaries, aided by a powerful personal AI assistant. -
-Keep track of all your connections and simplify your life with an AI that optimizes your daily tasks and interactions. -
-Own and manage your data, identity, and interactions across platforms, ensuring transparency and sovereignty in the digital world. -
-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.
ThreeFold has invented a new Data, Network, and Cloud system
- as an engine for an upgraded Web4 Internet.
ThreeFold’s technological infrastructure will empower many projects and initiatives across sectors. Here are two key projects: -
-
- ThreeFold is working with the Zanzibar Communication Corporation (ZICTIA), on behalf of the Zanzibar government, to create the world’s first 100% Digital Free Zone – accessible and affordable for all.
The announcement was made August 2023, and progress has been ongoing behind the scenes since then.
- Updates expected Q4 2024.
-
-
- In January 2024, ThreeFold announced in collaboration with The ICT Commission of Tanzania and Holochain a collaboration to deploy sovereign Internet in Tanzania, along with the introduction of coding academies and innovation hubs.
The Dunia Yetu cooperative is being set up and efforts will ramp up in 2025.
- For +30 years, we’ve 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.
-
- But we won’t stop here.
-
- Web4 is the next generation of the Internet and our team has been working on it for +10 years—the Decentralized Cloud was the base layer to create Web4. As far as we know, we are the world’s first project approaching a fully functional Web4 infrastructure that places priority on both the planet and people.
-
--Over the past decade, we’ve tackled complex challenges in areas such as data storage, secure overlay networking, and autonomous cloud security to bring this vision to life.
-
- Planet First. People First. -
-
- For +30 years, we’ve 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.
-
- But we won’t stop here.
-
- Web4 is the next generation of the Internet and our team has been working on it for +10 years—the Decentralized Cloud was the base layer to create Web4.
- As far as we know, we are the world’s first project approaching a fully functional Web4 infrastructure that places priority on both the planet and people.
-
- Over the past decade, we’ve tackled complex challenges in areas such as data storage,
- secure overlay networking, and autonomous cloud security to bring this vision to life.
-
- 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: misinformation is rampant, privacy and security are compromised, and half the world remains poorly connected.
-
- Big tech companies now dominate the Internet, tracking our activities and influencing our decisions, consolidating control in ways that don't serve everyone equally...
-
-
--Therefore we believe the Internet needs a fresh start—one that addresses these challenges with a focus on authenticity, equality, and sustainability for everyone.
-
- Planet First. People First. -
-The founders have been working on Internet technology since the early days,
when it was a decentralized, peer-to-peer network.
ThreeFold's aim is to help bring that vision to life once more.
More than 50 full-time active developers support the project.
The pivotal milestones that have shaped Threefold's growth and innovation, driving us towards a sustainable, decentralized future.
-Deploy faster
-Aliquet nec orci mattis amet quisque ullamcorper neque, nibh sem. At arcu, sit dui mi, nibh dui, diam eget aliquam. Quisque id at vitae feugiat egestas ac. Diam nulla orci at in viverra scelerisque eget. Eleifend egestas fringilla sapien.
-- {% if paginator.previous %} - - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - - - {% include "partials/icons/svgPrevPageIcon.html" %} - - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - - {% include "partials/icons/svgNextPageIcon.html" %} - - - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
#} -- {% if paginator.previous %} - {% include "partials/icons/svgPrevPageIcon.html" %}{% include - "partials/icons/svgPrevPageIcon.html" %} - - {% include "partials/icons/svgPrevPageIcon.html" %} - - {% else %} {% - include "partials/icons/svgFirstPageIcon.html" %}{% include - "partials/icons/svgFirstPageIcon.html" %} - {% include - "partials/icons/svgFirstPageIcon.html" %} - - {% endif %} {% if - paginator.next %} - {% include "partials/icons/svgNextPageIcon.html" %} - - {% include "partials/icons/svgNextPageIcon.html" %}{% include - "partials/icons/svgNextPageIcon.html" %} - {% else %} {% include "partials/icons/svgLastPageIcon.html" %} - {% include - "partials/icons/svgLastPageIcon.html" %}{% include - "partials/icons/svgLastPageIcon.html" %} {% endif %} -
-