This commit is contained in:
2024-03-18 14:28:08 +02:00
parent f9674a74b9
commit e12acb690e
876 changed files with 788 additions and 546 deletions

View File

@@ -22,7 +22,7 @@ The TFGrid 4.0 comprises different actors, each represented by a 3bot digital as
## Farmers: Investors in Shared Infrastructure
- Farmers invest in hardware capacity like 3Nodes or OurVerse-based services (web gateways, 5G, etc). Their investments fund the grid infrastructure.
- Farmers invest in hardware capacity like TFNodes or OurVerse-based services (web gateways, 5G, etc). Their investments fund the grid infrastructure.
- Farmers can choose to actively manage their infrastructure using their 3bot. Or they can join a Farming Cooperative to simplify operations.
- Either way, farmers earn profits when people purchase and utilize the infrastructure capacity they invested in. Their 3bots handle billing, monitoring, support issues, etc.

View File

@@ -17,7 +17,7 @@ All of these actors work together to make a super scalable network of services w
## Farmers
- Invest in 3Nodes or other OurVerse based Services e.g. web gateway, telco service (5G,sms), ...
- Invest in TFNodes or other OurVerse based Services e.g. web gateway, telco service (5G,sms), ...
- A Farmer invested in the required hardware to run these services.
- A Farmer or Farming Cooperative will operationally run the services (set billing parameters, monitor environment, manage the networks, optionally give support, ...). Farming Cooperatives define how they distribute the margin they make to their members.
- A Farmer can actively manage his own infrastructure or become part of a Farming Cooperative.
@@ -53,7 +53,7 @@ How does it work?
- The OurVerse Concensus mechanism uses a derivate of Tendermint (see Kosmos blockchain ecosystem) to make sure that the consensus between the members is solid and done in time & space order.
- A Guardian Circle can own one or more Treasury Wallets which are wallets of money blockchains (Ethereum, Stellar), these wallets use multisignature between all signers of a Guardian Circle.
- The 3bots use VLang based DSL (Domain Specic coding Language) to describe the functionality.
- All required actions are executing using 3Script (our own scripting language, super high level and easy), these 3scripts get executed by all members of the Guardian Circle, only if each Guardian 3Node comes to the exact same conclusion the action will be executed.
- All required actions are executing using 3Script (our own scripting language, super high level and easy), these 3scripts get executed by all members of the Guardian Circle, only if each Guardian TFNode comes to the exact same conclusion the action will be executed.
- Typical actions as can be executed by a Guardian Circle
- voting
- roll up of IOU

View File

@@ -3,7 +3,7 @@
![image alt text](img/40_1.png)
Each participant (user and/or farmer) of the TFGrid will need 3Bot which can be hosted home or on any of the 3Nodes in the TFGrid.
Each participant (user and/or farmer) of the TFGrid will need 3Bot which can be hosted home or on any of the TFNodes in the TFGrid.
There are 2 blockchains who support the operation, one dealing with all money and identity matters, the others with the DAOs and validation functionality of the TFGrid.

View File

@@ -16,23 +16,7 @@ Holding all the logic as needed to manage following functions
* Identity Verification
* Federation with other Guardian Circles (e.g. around identity and reputation)
All data is stored in a replicated database and secured by the Guardian Circle and can be replicated as many times as required by the community.
The Guardian Chain functions can be accessed over Open RPC.
Technology: tendermint successor + VLANG 3Bot runtime
The Guardian Chain functions can be accessed over OpenRPC.
### CHI Chain
Each regional Internet can chose to run on existing money blockchain or deploy an own Money chain.
If no CHI Chain deployed then more staking will be required per 3node
Up to 99 nodes. Is a cosmos based delegated staking blockchain. The CHI Chain Validators earn money by deploying and maintaining a node. It's a straightforward deployment process.
The functions of this blockchain
* Digital Currency Functions (CHI and wrapped TFT in treasury).
* Identities and Reputation.
* Integration with other Public Blockchains through IBC protocol (see Cosmos ecosystem)

View File

@@ -51,7 +51,7 @@ Threefold Frid 4.0 will be 100% distributed and peer-to-peer.
* Your personal bot who helps you to manage your farm and service offerings on top of the TFGrid.
* Farmer bot can do the power management of your farm (power nodes off and on)
* Your Farmer Bot will monitor and collect all relevant information from your 3Nodes
* Your Farmer Bot will monitor and collect all relevant information from your TFNodes
* You can define your own pricing and your own solution offerings on top of the TFGrid.
* You don't have to run your own farmer bot but can be part of a farming cooperative.
@@ -75,5 +75,5 @@ A guardian will deploy a guardian validator to be part of a Guardian Circles, th
A standard validator has all the functions that you would expect from a blockchain and it will be quite easy for a validator to run these services. But some technical expertise will be required.
A guardian validator is required to keep a grid up and running and safe e.g. the Guardian Validator will check the uptime of the 3Nodes, will do random checks to make sure that the 3Nodes are running our certified validated software, it will do certain other checks to do with billing or capacity checks and also store the results of those checks in a database.
A guardian validator is required to keep a grid up and running and safe e.g. the Guardian Validator will check the uptime of the TFNodes, will do random checks to make sure that the TFNodes are running our certified validated software, it will do certain other checks to do with billing or capacity checks and also store the results of those checks in a database.