2024-12-11 06:10:59 +00:00
---
title: 'Intro'
description: 'Explain the concepts of our "Universe"'
sidebar_position: 1
---
2024-12-11 14:09:10 +00:00
MyVerse is our implementation of Web4
2024-12-11 06:10:59 +00:00
2024-12-11 14:09:10 +00:00
- **MyVerse** = the universe in which our decentalized sovereign apps exist.
- **MySphere** = a group of people collaborating, communicating together, serves as a circle of trust.
- **MyApp** = an application as deployed in a MySphere as part of the MyVerse
- **MyGuardian** = the protectors of one MySphere.
- **MyGenie** = our personal AI assistent who deploys, monitors and manages our applications inside the MyVerse.
- **Mycelium** = our network which connects any app to any participant in the MyVerse.
- **MycoNaut** = the person being active inside the MyVerse and part of one or more MySpheres
> Above names will probably still change.
2024-12-11 06:10:59 +00:00
### The Concept
2024-12-11 14:09:10 +00:00
- A MySphere
- All MycoNauts & MyApps communicate over the secure Mycelium Network
- All MyApps are self healing.
- Data from a MyApp cannot be lost.
- MycoGuardian = MySphere administrators
- manage the MyApps
2024-12-11 06:10:59 +00:00
- certain actions might require consensus between the MycoGuardians before they can be executed
2024-12-11 14:09:10 +00:00
- can see all monitoring information, and as such the health of a MySphere and its MyApps
2024-12-11 06:10:59 +00:00
```mermaid
graph TD
2024-12-11 14:09:10 +00:00
subgraph MyVerse ["MyVerse (Decentralized Universe)"]
2024-12-11 06:10:59 +00:00
direction TB
2024-12-11 14:09:10 +00:00
MySphere["MySphere (Circle of Trust)"]
2024-12-11 06:10:59 +00:00
MycoNaut["MycoNaut (Active Participants)"]
2024-12-11 14:09:10 +00:00
MyApp["MyApp (Applications)"]
2024-12-11 06:10:59 +00:00
MycoGuardian["MycoGuardian (Sphere Administrators)"]
2024-12-11 14:09:10 +00:00
MyGenie["MyGenie (Personal AI Assistant)"]
2024-12-11 06:10:59 +00:00
FungiStor["FungiStor (Content Delivery & Storage)"]
Mycelium["Mycelium (Secure Network)"]
end
%% Connections
2024-12-11 14:09:10 +00:00
MySphere -->|Collaborates with| MycoNaut
MySphere -->|Contains| MyApp
MySphere -->|Managed by| MycoGuardian
MyApp -->|Self-Healing| FungiStor
MyApp -->|Communicates over| Mycelium
MycoNaut -->|Interacts via| MyApp
MycoGuardian -->|Monitors & Manages| MySphere
MycoGuardian -->|Consensus Actions| MySphere
MyGenie -->|Deploys & Manages| MyApp
MyGenie -->|Supports| MycoNaut
2024-12-11 06:10:59 +00:00
```
### Financials
2024-12-11 14:09:10 +00:00
- BTC is the native currency of our MyVerse.
2024-12-11 06:10:59 +00:00
- BTC seamless maps into INCA to empower the underlying utility based transactions the resources used inside the ThreeFold Grid.
2024-12-11 14:09:10 +00:00
- BTC can be swapped to INCA using atomic swapps and managed by the MyGenie
2024-12-11 06:10:59 +00:00
### 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.