development_v4_use_cases #17
@ -20,4 +20,6 @@ Imagine a system which...
|
||||
- [x] Provides 100% uptime
|
||||
- [x] Allows any machine and human to communicate over the shortest path
|
||||
|
||||
This dream has come true: ThreeFold is a decentralized platform for unbreakable data, peer-to-peer network, and autonomous cloud. Read forward to learn more about this innovative system.
|
||||
This dream has come true: ThreeFold is a decentralized platform for unbreakable data, peer-to-peer network, and autonomous cloud. Read forward to learn more about this innovative system.
|
||||
|
||||
> Note: We are still defining the V4 specs. Feel free to write your feedback on the [ThreeFold Forum](https://forum.threefold.io).
|
@ -188,6 +188,12 @@ It can easily be said that OurPhone is the first truly decentralized smartphone.
|
||||
|
||||
Read the [Phones](./category/phones) section to learn more about how to host your own nodes on the grid.
|
||||
|
||||
### Marketplace
|
||||
|
||||
For the ThreerFold V4, we are introducing a marketplace where farmers can offer resources and where third parties can use the grid infrastructure. Farmers can define prices for cloud, compute and storage slices. The marketplace has mimimum and maximum price range for each type of slice to avoid abuse and ensure a fair market.
|
||||
|
||||
Read the [Marketplace](./category/marketplace) section to learn more about how to host your own nodes on the grid.
|
||||
|
||||
## Best of Both Worlds
|
||||
|
||||
The ThreeFold technology is the best of both worlds. You can get the benefits of both the protocols and the centralized data centers without any of the downsides.
|
||||
@ -225,12 +231,15 @@ When all components of the ThreeFold platform will be built and in production, a
|
||||
The ThreeFold platform is a whole composed of the following components:
|
||||
|
||||
- ThreeFold Decentralized Cloud
|
||||
- ThreeFold Dashboard
|
||||
- ThreeFold Connect
|
||||
- ThreeFold Nodes
|
||||
- Quantum Safe File System
|
||||
- Mycelium Quantum Safe Network
|
||||
- Mycelium Web2 Gateway
|
||||
- Mycelium Message Bus
|
||||
- ThreeFold Phones
|
||||
- ThreeFold Marketplace
|
||||
- ThreeFold Magic Cloud Node Cluster
|
||||
- Mycelium Naming Services
|
||||
- Mycelium Wifi Integration
|
||||
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
# Grid Slices
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Grid Utilization
|
8
docs_website/docs/references/marketplace/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Marketplace",
|
||||
"position": 5,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Offer and Use Resources via the Marketplace"
|
||||
}
|
||||
}
|
24
docs_website/docs/references/marketplace/farming_pools.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# Farming Pools
|
||||
|
||||
A farming pool has certain tasks and responsibility. In exchange of their work, farming pools receive rewards.
|
||||
|
||||
## Setting Rewards
|
||||
|
||||
Those rewards are first defined by the grid, see [Grid Utilization](./grid_utilization.md). Then, starting end of 2025, each farming pool will define slice prices and rewards to farmers.
|
||||
|
||||
## Tasks and Responsibility
|
||||
|
||||
A Farming pool takes care of the following:
|
||||
|
||||
- Define SLA's, T&C's, Customer Onboarding, ...
|
||||
- Support (replace broken nodes)
|
||||
- Management infrastructure (monitoring, billing, ...)
|
||||
- Sales of The Nodes (or work with vendor(s))
|
||||
- Communication with the Farmers in the Pool
|
||||
- Price Definition (define sales prices of the slices)
|
||||
|
||||
> Note: As a farmer choses a farming pool, they will have to give a part of their reward to the farming pool.
|
22
docs_website/docs/references/marketplace/grid_slices.md
Normal file
@ -0,0 +1,22 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Use Resources
|
||||
|
||||
Resources on the ThreeFold Grid V4 are available in slices.
|
||||
|
||||
As a consumer you have the capability to look for the slice which are of interest to you in relation to its properties like SLA, location, price, reputation, etc.
|
||||
|
||||
Farmers can set the price for the slices. There are minimum and maximum values that can be chosen.
|
||||
|
||||
| Slice | Description | Minimum USD (Hourly \| Monthly) | Maximum USD (Hourly \| Monthly) |
|
||||
| ------- | ---------------------------------------------- | ------------------------ | ------------------------ |
|
||||
| Cloud | Core: 4GB, 2 vcpu, 1 mbit, 50GB | 0.0139 \| 5 | 0.0556 \| 40 |
|
||||
| | GB Bandwidth | 0.000028 \| 0.02 | 0.000028 \| 0.02 |
|
||||
| | GB SSD Storage extra | 0.000011 \| 0.004 | 0.0069 \| 0.02 |
|
||||
| | IP address | 0 \| 0 | 0.0069 \| 5 |
|
||||
| Storage | Core: 100GB, 100B transfer included | 0.0006 \| 0.2 | 0.0028 \| 2 |
|
||||
| | GB Bandwidth | 0.000014 \| 0.005 | 0.000028 \| 0.02 |
|
||||
| AI | AI GPU, 100GB transfer included | 0.1 \| 72 | 20 \| 14400 |
|
||||
| | GB Bandwidth | 0.000014 \| 0.005 | 0 \| 0 |
|
45
docs_website/docs/references/marketplace/grid_utilization.md
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Offer Ressources
|
||||
|
||||
## Pricing
|
||||
|
||||
Farmers and farming pools can decide on their own price but between the min and max as specified below.
|
||||
|
||||
## Utilization Rewards Distribution
|
||||
|
||||
The utilization rewards are distribute in a fair and simple manner:
|
||||
|
||||
- 60% goes to the farmer hosting the node
|
||||
- As a reward to provide resources to users
|
||||
- > Note: Without counting the guaranteed reward for 18 months
|
||||
- 20% goes to the Farming Pool
|
||||
- As a reward to provide support, SLA, etc.
|
||||
- 20% to ThreeFold, Guardians, Validators
|
||||
- As a reward to host, stabilize and secure the grid
|
||||
|
||||
## ZOS V4 Certified Rewards
|
||||
|
||||
Farmers will get monthly rewards by providing resources to the ThreerFold Grid V4.
|
||||
|
||||
The following rewards are guaranteed for a 18-month period starting from activation.
|
||||
|
||||
| Components | Rewards (INCA/month) |
|
||||
|---|---|
|
||||
| GB Memory | 8.0 |
|
||||
| GPU GB | 10 |
|
||||
| TB SSD | 31.5 |
|
||||
| TB HDD | 7.0 |
|
||||
| TB Network | 30.0 |
|
||||
|
||||
The tokens received as rewards are locked up for 24 months, or until 40% used of the node is used for a whole month. There is a gradual release of tokens. The release schedule starts the moment the node is activated on the grid. The detailed reward release distribution will be communicated when it is clearly defined.
|
||||
|
||||
## Minimum Node Specs
|
||||
|
||||
- The minimum CPU passmark per GB of memory is 200.
|
||||
- The minimum GB of memory is 16GB
|
||||
- The minimum TB of SSd is 2TB
|
||||
|
||||
> Note: This is subject to change. We are still working on the marketplac specs.
|
BIN
docs_website/docs/references/marketplace/img/devops.png
Normal file
After Width: | Height: | Size: 428 KiB |
BIN
docs_website/docs/references/marketplace/img/distribution.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
docs_website/docs/references/marketplace/img/image1.png
Normal file
After Width: | Height: | Size: 517 KiB |
BIN
docs_website/docs/references/marketplace/img/image4.png
Normal file
After Width: | Height: | Size: 376 KiB |
BIN
docs_website/docs/references/marketplace/img/qsss_overview.png
Normal file
After Width: | Height: | Size: 245 KiB |
BIN
docs_website/docs/references/marketplace/img/redundant_net.jpg
Normal file
After Width: | Height: | Size: 463 KiB |
After Width: | Height: | Size: 134 KiB |
After Width: | Height: | Size: 337 KiB |
BIN
docs_website/docs/references/marketplace/img/storage_today.png
Normal file
After Width: | Height: | Size: 337 KiB |
BIN
docs_website/docs/references/marketplace/img/token_release.png
Normal file
After Width: | Height: | Size: 169 KiB |
After Width: | Height: | Size: 188 KiB |
BIN
docs_website/docs/references/marketplace/img/tokenomics.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
docs_website/docs/references/marketplace/img/track_record.png
Normal file
After Width: | Height: | Size: 245 KiB |
BIN
docs_website/docs/references/marketplace/img/webgateway.jpg
Normal file
After Width: | Height: | Size: 286 KiB |
BIN
docs_website/docs/references/marketplace/img/webgw_scaling.jpg
Normal file
After Width: | Height: | Size: 425 KiB |
BIN
docs_website/docs/references/marketplace/img/word_records.png
Normal file
After Width: | Height: | Size: 340 KiB |
BIN
docs_website/docs/references/marketplace/img/world_record.png
Normal file
After Width: | Height: | Size: 173 KiB |
After Width: | Height: | Size: 134 KiB |
19
docs_website/docs/references/marketplace/overview.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
For the ThreerFold V4, we are introducing a marketplace where farmers can offer resources and where third parties can use the grid infrastructure.
|
||||
|
||||
## Benefits
|
||||
|
||||
There are clear benefits to the marketplace we will implement:
|
||||
|
||||
- Utilization of FIAT currencies (CHF, USD, EUR, ...)
|
||||
- Better utilization of hardware capacity.
|
||||
- Farmers can define their own price, means market mechanism define price in relation to quality and supply
|
||||
- Easier for users to find right priced service
|
||||
- Easier to monitor and enforce SLA's
|
||||
- Easier to track utilization and expansion
|
||||
- Can and will be extended to other Internet and cloud services
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# System Components
|
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "System Components",
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "All the components constituting the ThreeFold Platform."
|
||||
}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 17
|
||||
---
|
||||
|
||||
# Mycelium CDN
|
||||
|
||||
The Mycelium CDN component of the ThreeFold Platform is a geographically distributed network of servers that deliver content to users based on their location.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 16
|
||||
---
|
||||
|
||||
# Mycelium Chat
|
||||
|
||||
The Mycelium Chat component of the ThreeFold Platform is a peer-to-peer and end-to-end encrypted chat service.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 8
|
||||
---
|
||||
|
||||
# Mycelium Message Bus
|
||||
|
||||
The Mycelium Message Bus component of the ThreeFold Platform is a software architecture pattern that acts as a central hub for communication between different parts of an application and between different applications. It facilitates asynchronous communication, enabling components to interact without direct coupling.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 12
|
||||
---
|
||||
|
||||
# Mycelium Naming Services
|
||||
|
||||
The Mycelium Naming Services component of the ThreeFold Platform is a crucial component in distributed systems and networks that provides a centralized way to map names to resources, allowing different parts of the system to find and access each other easily. It acts as a directory or phonebook, associating human-readable names (like "database server" or "web server") with actual network addresses or other identifiers (like IP addresses).
|
@ -0,0 +1,11 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
---
|
||||
|
||||
# Mycelium Quantum Safe Network
|
||||
|
||||
The Mycelium Quantum Safe Network component of the ThreeFold platform is an overlay network which lives on top of the existing Internet or other peer-to-peer networks created.
|
||||
|
||||
In the Mycelium network, everyone is connected to everyone. End-to-end encryption between users of an app and the app runs behind the network wall. Mycelium is an overlay network which lives on top of the existing Internet or other peer-to-peer networks created. In this network, everyone is connected to everyone. End-to-end encryption between users of an app and the app runs behind the network wall.
|
||||
|
||||
Each user end network point is strongly authenticated and uniquely identified, independent of the network carrier used. There is no need for a centralized firewall or VPN solutions, as there is a circle-based networking security in place.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 14
|
||||
---
|
||||
|
||||
# Mycelium Routers
|
||||
|
||||
The Mycelium Router component of the ThreeFold Platform is a networking device that forwards data packets between computer networks using the Mycelium network.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 15
|
||||
---
|
||||
|
||||
# Mycelium Video Conferencing
|
||||
|
||||
The Mycelium Video Conferencing component of the ThreeFold Platform is a peer-to-peer and end-to-end encrypted video conferencing service.
|
@ -0,0 +1,9 @@
|
||||
---
|
||||
sidebar_position: 18
|
||||
---
|
||||
|
||||
# Mycelium VPN
|
||||
|
||||
The Mycelium VPN component of the ThreeFold Platform is a technology that creates a secure, encrypted connection between your device and a server on the internet. This "tunnel" allows you to access the internet as if you were physically located at the VPN server's location, effectively masking your actual IP address and location.
|
||||
|
||||
What makes this VPN unique is that it uses the Mycelium network, which is end-to-end encrypted and resistant to quantum technologies.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 7
|
||||
---
|
||||
|
||||
# Mycelium Web2 Gateway
|
||||
|
||||
The Mycelium Web2 Gateway component of the ThreeFold Platform allows communication with Web2 apps.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 19
|
||||
---
|
||||
|
||||
# Mycelium Web3 Gateway
|
||||
|
||||
The Mycelium Web3 Gateway component of the ThreeFold Platform is a bridge that simplifies access to decentralized applications (dApps) and Web3 services for users who are not familiar with the technical complexities of Web3. It acts as a translator, bringing the user-friendly experience of Web2 to the decentralized world of Web3.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 13
|
||||
---
|
||||
|
||||
# Mycelium Wifi Integration
|
||||
|
||||
The Mycelium Wifi Integration component of the ThreeFold Platform allows the Mycelium network to communicate over Wifi protocols. This is especially useful for the Mycelium router products.
|
@ -0,0 +1,13 @@
|
||||
---
|
||||
sidebar_position: 5
|
||||
---
|
||||
|
||||
# Quantum Safe File System
|
||||
|
||||
The Quantum Safe File System component of the ThreeFold Platform is a redesigned storage system which can scale to a planetary level. It is super secure, private and fast enough for more use cases. It is designed to operate in a decentralized context and data can never be lost or corrupted.
|
||||
|
||||
This storage system is:
|
||||
|
||||
- A backend storage system
|
||||
- It cannot be used by end users
|
||||
- It's meant to be integrated with a front end storage system like e.g. S3 or a filesystem
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# ThreeFold Connect
|
||||
|
||||
The ThreeFold Connect component of the ThreeFold Platform is a mobile app that serves as a gateway to the ThreeFold ecosystem and its various ThreeFold products and services.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# ThreeFold Dashboard
|
||||
|
||||
The ThreeFold Dashboard component of the ThreeFold Platform is the gateway to ThreeFold V3. With the Dashboard, you can deploy workloads on the grid, manage your node farms, vote on the DAO, and much more.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# ThreeFold Decentralized Cloud
|
||||
|
||||
The ThreeFold Decentralized Cloud component of the ThreeFold Platform can be seen as the culmination of all the ThreeFold technology up to the V3 grid release.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 11
|
||||
---
|
||||
|
||||
# ThreeFold Magic Cloud Node Cluster
|
||||
|
||||
The ThreeFold Magic Cloud Node Cluster component of the ThreeFold Platform is a software platform engineered for distributed edge clusters. It manages and orchestrates computing resources across multiple nodes, guaranteeing efficient data processing and high availability through its inherent redundancy.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 10
|
||||
---
|
||||
|
||||
# ThreeFold Marketplace
|
||||
|
||||
The ThreeFold Marketplace component of the ThreeFold Platform is the online place to buy and sell cloud, data and network resources running on the ThreerFold Grid.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# ThreeFold Nodes
|
||||
|
||||
The ThreeFold node component of the ThreerFold Platform is the backbone of the decentralized grid. A ThreeFold node is a modern computer running the Zero-OS self-healing operating system. Nodes connected together for the ThreeFold Grid.
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
sidebar_position: 9
|
||||
---
|
||||
|
||||
# ThreeFold Phones
|
||||
|
||||
The ThreeFold Phone component of the ThreeFold Platform is the first truly decentralized smartphone designed for security and efficiency.
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Use Cases
|
8
docs_website/docs/references/use_cases/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Use Cases",
|
||||
"position": 1,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "A glimpse of the possibilities on the ThreeFold Platform."
|
||||
}
|
||||
}
|
9
docs_website/docs/references/use_cases/overview.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
The possible use cases on the ThreeFold Platform are literally limitless. There are already amazing projects that have been built on the grid.
|
||||
|
||||
The following pages present concrete uses cases which will be rolled out on our V4.0 of the ThreeFold Platform.
|
@ -25,6 +25,8 @@ ThreeFold has built the foundation for a peer-to-peer cloud platform. Currently,
|
||||
Anyone can become a farmer and contribute to the expansion of the grid. We've built planetary-scale quantum safe storage and network systems. Our technology has been in production for years and ThreeFold provides modern cloud features to users worldwide.
|
||||
|
||||
- [x] ThreeFold Decentralized Cloud
|
||||
- [x] ThreeFold Dashboard
|
||||
- [x] ThreeFold Connect
|
||||
- [x] ThreeFold Nodes
|
||||
- [x] Quantum Safe File System
|
||||
- [x] Mycelium Quantum Safe Network
|
||||
@ -36,6 +38,7 @@ Anyone can become a farmer and contribute to the expansion of the grid. We've bu
|
||||
ThreeFold is actively working on amazing features that will be sooner than later available on the ThreeFold platform. Many of those features are well on their way and we will update our community with news and updates.
|
||||
|
||||
- [ ] ThreeFold Phones
|
||||
- [ ] ThreeFold Marketplace
|
||||
- [ ] ThreeFold Magic Cloud Node Cluster
|
||||
- [ ] Mycelium Naming Services
|
||||
- [ ] Mycelium Wifi Integration
|
||||
|
@ -154,6 +154,10 @@ const config: Config = {
|
||||
label: 'Nodes',
|
||||
to: '/docs/category/nodes',
|
||||
},
|
||||
{
|
||||
label: 'Marketplace',
|
||||
to: '/docs/category/marketplace',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -12,11 +12,11 @@ type FeatureItem = {
|
||||
const FeatureList: FeatureItem[] = [
|
||||
{ scale: 1.0,
|
||||
fill:"currentColor",
|
||||
title: 'Self-Healing Platform',
|
||||
title: 'Proven Technology',
|
||||
Svg: require('@site/static/img/clouds.svg').default,
|
||||
description: (
|
||||
<>
|
||||
Discover our self-healing data, network and cloud platform.
|
||||
Explore the ThreeFold Grid, available in 60+ countries with thousands of nodes!
|
||||
</>
|
||||
),
|
||||
},
|
||||
|