s
This commit is contained in:
parent
5c64a5ea46
commit
99c4973ed1
@ -4,35 +4,35 @@ description: 'Explain the concepts of our "Universe"'
|
|||||||
sidebar_position: 1
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
MycoVerse is our implementation of Web4
|
OurVerse is our implementation of Web4
|
||||||
|
|
||||||
- **MycoVerse** = the universe in which our decentalized sovereign apps exist.
|
- **OurVerse** = the universe in which our decentalized sovereign apps exist.
|
||||||
- **MycoWizard** = our personal AI assistent who deploys, monitors and manages our applications inside the MycoVerse.
|
- **OurSphere** = a group of people collaborating, communicating together, serves as a circle of trust.
|
||||||
- **Mycelium** = our network which connects any app to any participant in the MycoVerse.
|
- **OurApp** = an application as deployed in a OurSphere as part of the OurVerse
|
||||||
- **FungiStor** = the content delivery & storage system, data can never be lost and distributed freely.
|
- **OurGuardian** = the protectors of one OurSphere.
|
||||||
- **MycoSphere** = a group of people collaborating, communicating together, serves as a circle of trust.
|
- **MyWizard** = our personal AI assistent who deploys, monitors and manages our applications inside the OurVerse.
|
||||||
- **MycoApp** = an application as deployed in a MycoSphere as part of the MycoVerse
|
- **Mycelium** = our network which connects any app to any participant in the OurVerse.
|
||||||
- **MycoNaut** = the person being active inside the MycoVerse and part of one or more MycoSpheres
|
- **MyStor** = the content delivery & storage system, data can never be lost and distributed freely.
|
||||||
- **MycoGuardian** = one or more persons guard the well working of a MycoSphere.
|
- **MycoNaut** = the person being active inside the OurVerse and part of one or more OurSpheres
|
||||||
|
|
||||||
### The Concept
|
### The Concept
|
||||||
|
|
||||||
- A MYcoSphere
|
- A OurSphere
|
||||||
- All MycoNauts & MycoApps communicate over the secure Mycelium Network
|
- All MycoNauts & OurApps communicate over the secure Mycelium Network
|
||||||
- All MycoApps are self healing.
|
- All OurApps are self healing.
|
||||||
- Data from a MycoApp cannot be lost.
|
- Data from a OurApp cannot be lost.
|
||||||
- MycoGuardian = MycoSphere administrators
|
- MycoGuardian = OurSphere administrators
|
||||||
- manage the MycoApps
|
- manage the OurApps
|
||||||
- certain actions might require consensus between the MycoGuardians before they can be executed
|
- certain actions might require consensus between the MycoGuardians before they can be executed
|
||||||
- can see all monitoring information, and as such the health of a MycoSphere and its MycoApps
|
- can see all monitoring information, and as such the health of a OurSphere and its OurApps
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph TD
|
graph TD
|
||||||
subgraph MycoVerse ["MycoVerse (Decentralized Universe)"]
|
subgraph OurVerse ["OurVerse (Decentralized Universe)"]
|
||||||
direction TB
|
direction TB
|
||||||
MycoSphere["MycoSphere (Circle of Trust)"]
|
OurSphere["OurSphere (Circle of Trust)"]
|
||||||
MycoNaut["MycoNaut (Active Participants)"]
|
MycoNaut["MycoNaut (Active Participants)"]
|
||||||
MycoApp["MycoApp (Applications)"]
|
OurApp["OurApp (Applications)"]
|
||||||
MycoGuardian["MycoGuardian (Sphere Administrators)"]
|
MycoGuardian["MycoGuardian (Sphere Administrators)"]
|
||||||
MycoWizard["MycoWizard (Personal AI Assistant)"]
|
MycoWizard["MycoWizard (Personal AI Assistant)"]
|
||||||
FungiStor["FungiStor (Content Delivery & Storage)"]
|
FungiStor["FungiStor (Content Delivery & Storage)"]
|
||||||
@ -40,22 +40,22 @@ graph TD
|
|||||||
end
|
end
|
||||||
|
|
||||||
%% Connections
|
%% Connections
|
||||||
MycoSphere -->|Collaborates with| MycoNaut
|
OurSphere -->|Collaborates with| MycoNaut
|
||||||
MycoSphere -->|Contains| MycoApp
|
OurSphere -->|Contains| OurApp
|
||||||
MycoSphere -->|Managed by| MycoGuardian
|
OurSphere -->|Managed by| MycoGuardian
|
||||||
MycoApp -->|Self-Healing| FungiStor
|
OurApp -->|Self-Healing| FungiStor
|
||||||
MycoApp -->|Communicates over| Mycelium
|
OurApp -->|Communicates over| Mycelium
|
||||||
MycoNaut -->|Interacts via| MycoApp
|
MycoNaut -->|Interacts via| OurApp
|
||||||
MycoGuardian -->|Monitors & Manages| MycoSphere
|
MycoGuardian -->|Monitors & Manages| OurSphere
|
||||||
MycoGuardian -->|Consensus Actions| MycoSphere
|
MycoGuardian -->|Consensus Actions| OurSphere
|
||||||
MycoWizard -->|Deploys & Manages| MycoApp
|
MycoWizard -->|Deploys & Manages| OurApp
|
||||||
MycoWizard -->|Supports| MycoNaut
|
MycoWizard -->|Supports| MycoNaut
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Financials
|
### Financials
|
||||||
|
|
||||||
- BTC is the native currency of our MycoVerse.
|
- BTC is the native currency of our OurVerse.
|
||||||
- BTC seamless maps into INCA to empower the underlying utility based transactions the resources used inside the ThreeFold Grid.
|
- BTC seamless maps into INCA to empower the underlying utility based transactions the resources used inside the ThreeFold Grid.
|
||||||
- BTC can be swapped to INCA using atomic swapps and managed by the MycoWizard
|
- BTC can be swapped to INCA using atomic swapps and managed by the MycoWizard
|
||||||
|
|
||||||
|
@ -17,10 +17,14 @@ sidebar_position: 3
|
|||||||
- Based on Nostr
|
- Based on Nostr
|
||||||
- Money
|
- Money
|
||||||
- Bitcoin & Bitcoin Lightening
|
- Bitcoin & Bitcoin Lightening
|
||||||
- Wallet on phone, Optional Bitcoin Lightening Node on TFGrid
|
- Secure Wallet on phone
|
||||||
|
- Optional Bitcoin Lightening Node on TFGrid
|
||||||
- Video Streaming Platform
|
- Video Streaming Platform
|
||||||
- Based on PeerTube
|
- Based on PeerTube
|
||||||
- Secure Document Management
|
- Secure Document Management
|
||||||
- Based on NextCloud
|
- Based on NextCloud
|
||||||
|
- Zoom Alternative
|
||||||
|
- Personal AI
|
||||||
|
- Secure Browser fully integrated with Mycelium & Name Services
|
||||||
|
|
||||||
|
|
||||||
|
3
package-lock.json
generated
3
package-lock.json
generated
@ -3167,6 +3167,7 @@
|
|||||||
"version": "3.6.3",
|
"version": "3.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/core/-/core-3.6.3.tgz",
|
||||||
"integrity": "sha512-xL7FRY9Jr5DWqB6pEnqgKqcMPJOX5V0pgWXi5lCiih11sUBmcFKM7c3+GyxcVeeWFxyYSDP3grLTWqJoP4P9Vw==",
|
"integrity": "sha512-xL7FRY9Jr5DWqB6pEnqgKqcMPJOX5V0pgWXi5lCiih11sUBmcFKM7c3+GyxcVeeWFxyYSDP3grLTWqJoP4P9Vw==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/babel": "3.6.3",
|
"@docusaurus/babel": "3.6.3",
|
||||||
"@docusaurus/bundler": "3.6.3",
|
"@docusaurus/bundler": "3.6.3",
|
||||||
@ -3791,6 +3792,7 @@
|
|||||||
"version": "3.6.3",
|
"version": "3.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/preset-classic/-/preset-classic-3.6.3.tgz",
|
||||||
"integrity": "sha512-VHSYWROT3flvNNI1SrnMOtW1EsjeHNK9dhU6s9eY5hryZe79lUqnZJyze/ymDe2LXAqzyj6y5oYvyBoZZk6ErA==",
|
"integrity": "sha512-VHSYWROT3flvNNI1SrnMOtW1EsjeHNK9dhU6s9eY5hryZe79lUqnZJyze/ymDe2LXAqzyj6y5oYvyBoZZk6ErA==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "3.6.3",
|
"@docusaurus/core": "3.6.3",
|
||||||
"@docusaurus/plugin-content-blog": "3.6.3",
|
"@docusaurus/plugin-content-blog": "3.6.3",
|
||||||
@ -3951,6 +3953,7 @@
|
|||||||
"version": "3.6.3",
|
"version": "3.6.3",
|
||||||
"resolved": "https://registry.npmjs.org/@docusaurus/theme-mermaid/-/theme-mermaid-3.6.3.tgz",
|
"resolved": "https://registry.npmjs.org/@docusaurus/theme-mermaid/-/theme-mermaid-3.6.3.tgz",
|
||||||
"integrity": "sha512-kIqpjNCP/9R2GGf8UmiDxD3CkOAEJuJIEFlaKMgQtjVxa/vH+9PLI1+DFbArGoG4+0ENTYUq8phHPW7SeL36uQ==",
|
"integrity": "sha512-kIqpjNCP/9R2GGf8UmiDxD3CkOAEJuJIEFlaKMgQtjVxa/vH+9PLI1+DFbArGoG4+0ENTYUq8phHPW7SeL36uQ==",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "3.6.3",
|
"@docusaurus/core": "3.6.3",
|
||||||
"@docusaurus/module-type-aliases": "3.6.3",
|
"@docusaurus/module-type-aliases": "3.6.3",
|
||||||
|
@ -44,5 +44,6 @@
|
|||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0"
|
"node": ">=18.0"
|
||||||
}
|
},
|
||||||
|
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
|
||||||
}
|
}
|
||||||
|
@ -5075,6 +5075,11 @@ fs.realpath@^1.0.0:
|
|||||||
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
|
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
|
||||||
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
|
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
|
||||||
|
|
||||||
|
fsevents@~2.3.2:
|
||||||
|
version "2.3.3"
|
||||||
|
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
|
||||||
|
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
|
||||||
|
|
||||||
function-bind@^1.1.2:
|
function-bind@^1.1.2:
|
||||||
version "1.1.2"
|
version "1.1.2"
|
||||||
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
|
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz"
|
||||||
|
Loading…
Reference in New Issue
Block a user