71 lines
3.0 KiB
Markdown
71 lines
3.0 KiB
Markdown
---
|
|
title: 'Intro'
|
|
description: 'Explain the concepts of our "Universe"'
|
|
sidebar_position: 1
|
|
---
|
|
|
|
OurVerse is our implementation of Web4
|
|
|
|
- **OurVerse** = the universe in which our decentalized sovereign apps exist.
|
|
- **OurSphere** = a group of people collaborating, communicating together, serves as a circle of trust.
|
|
- **OurApp** = an application as deployed in a OurSphere as part of the OurVerse
|
|
- **OurGuardian** = the protectors of one OurSphere.
|
|
- **MyWizard** = our personal AI assistent who deploys, monitors and manages our applications inside the OurVerse.
|
|
- **Mycelium** = our network which connects any app to any participant in the OurVerse.
|
|
- **MyStor** = the content delivery & storage system, data can never be lost and distributed freely.
|
|
- **MycoNaut** = the person being active inside the OurVerse and part of one or more OurSpheres
|
|
|
|
### The Concept
|
|
|
|
- A OurSphere
|
|
- All MycoNauts & OurApps communicate over the secure Mycelium Network
|
|
- All OurApps are self healing.
|
|
- Data from a OurApp cannot be lost.
|
|
- MycoGuardian = OurSphere administrators
|
|
- manage the OurApps
|
|
- 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 OurSphere and its OurApps
|
|
|
|
```mermaid
|
|
graph TD
|
|
subgraph OurVerse ["OurVerse (Decentralized Universe)"]
|
|
direction TB
|
|
OurSphere["OurSphere (Circle of Trust)"]
|
|
MycoNaut["MycoNaut (Active Participants)"]
|
|
OurApp["OurApp (Applications)"]
|
|
MycoGuardian["MycoGuardian (Sphere Administrators)"]
|
|
MycoWizard["MycoWizard (Personal AI Assistant)"]
|
|
FungiStor["FungiStor (Content Delivery & Storage)"]
|
|
Mycelium["Mycelium (Secure Network)"]
|
|
end
|
|
|
|
%% Connections
|
|
OurSphere -->|Collaborates with| MycoNaut
|
|
OurSphere -->|Contains| OurApp
|
|
OurSphere -->|Managed by| MycoGuardian
|
|
OurApp -->|Self-Healing| FungiStor
|
|
OurApp -->|Communicates over| Mycelium
|
|
MycoNaut -->|Interacts via| OurApp
|
|
MycoGuardian -->|Monitors & Manages| OurSphere
|
|
MycoGuardian -->|Consensus Actions| OurSphere
|
|
MycoWizard -->|Deploys & Manages| OurApp
|
|
MycoWizard -->|Supports| MycoNaut
|
|
|
|
```
|
|
|
|
### Financials
|
|
|
|
- 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 can be swapped to INCA using atomic swapps and managed by the MycoWizard
|
|
|
|
|
|
### Requirements
|
|
|
|
1. **Decentralized**: No single authority controls the network, enhancing security, censorship resistance, and user autonomy.
|
|
2. **Safe**: We should not have to worry about our safety.
|
|
3. **Peer-to-Peer**: Infrastructure is distributed across nodes contributed by individuals or organizations, removing dependency on centralized data centers.
|
|
4. **Incentivized**: Participants are rewarded for contributing resources (bandwidth, storage, computing) to the network, fostering growth and sustainability.
|
|
5. **Interoperable**: Open protocols and standards ensure that different networks and systems can work seamlessly together.
|
|
|