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

@@ -0,0 +1,35 @@
```mermaid
graph TD
subgraph TF[ThreeFold = The Internet Machine]
TFT
Grid[Grow Grid]
Tech[Use Opensource Technology]
NFP[Not For Profit]
operate[Operate from PFA]
apps2[Apps grow utilization]
end
subgraph TFtech[TFTech]
IP[Tech Ownership = IP, opensource]
Exit[Exit in 1 year, also to support PFA]
Location[Europe Company]
Funding[50m Funding round to support Exit]
Tokens[Buy Back and Support TFT]
end
Exit --> funding
subgraph PFA[Planet First Accelerator]
funding[Funding from TFTech exit, OmniSphere, Investors...]
comp[+20 projects]
ExitNever[Not For Profit]
apps[Create apps for ThreeFold Grid]
end
apps --> apps2
```