diff --git a/docs_beta/mycoverse/_category_.json b/docs_beta/mycoverse/_category_.json new file mode 100644 index 0000000..b2855a7 --- /dev/null +++ b/docs_beta/mycoverse/_category_.json @@ -0,0 +1,8 @@ +{ + "label": "MyVerse", + "position": 6, + "link": { + "type": "generated-index", + "description": "Explanation of our MyVerse." + } +} diff --git a/docs_beta/mycoverse/ideas.md b/docs_beta/mycoverse/ideas.md new file mode 100644 index 0000000..681c52c --- /dev/null +++ b/docs_beta/mycoverse/ideas.md @@ -0,0 +1,113 @@ +--- +title: 'Ideas not ready' +sidebar_position: 10 +--- + + +### **Introduction** + +Introducing a revolutionary phone designed for the future: fully integrated with cutting-edge services, privacy-focused features, and decentralized technologies. + +Built on the solid foundation of Volla OS and Volla Phones, this is not just a phone, it's a gateway to sovereignty and innovation. + +--- + +### **Models** + +Different models are available, all based on the robust and privacy-centric Volla OS, offering seamless integration with our unique ecosystem of services and tools. + +--- + +### **Integrated Services** + +Hybrid between components on the phone and parts on the ThreeFold Decentralized Cloud. + +**Magic Cloud** + +- Manage and deploy sovereign solutions directly from your phone. +- Full control over your personal and professional digital infrastructure. + +**Secure Chat (compatible with Matrix)** + +- Secure, encrypted messaging for individuals and groups. +- Open-source, decentralized communication platform. + +**Social Network (Nostr)** + +- Decentralized and censorship-resistant social networking. +- Fully private and user-controlled. + +**Personal YouTube-like Server (PeerTube)** + +- Host your own video platform. +- Share and stream content without centralized intermediaries. + +**Personal Document Server (Nextcloud)** + +- Manage files, photos, and documents. +- Accessible and secure personal cloud storage. + +**More services to come...** + +- Continuous updates and innovations in the ecosystem. + +--- + +### **Magic AI** + +- Your personal AI agent running in the ThreeFold Cloud. +- Fully integrated with Morpheus AI for a decentralized, intelligent assistant. +- Tailored AI features to enhance your daily tasks and productivity. + +--- + +### **Magic Money (Name TBC)** + +**Quick Payments Linked to BTC** +- Seamless and secure transactions powered by Bitcoin. + +**Service Payments in BTC** +- All integrated “Magic” services are payable in Bitcoin. + +**Mutual Credit on Holochain** +- A trust-based mutual credit system for seamless transactions. + +**Atomic Swaps Between BTC & INCA** +- Instant and decentralized exchange between currencies. + +--- + +### **Magic Blockchain** + +- Built on Holochain for one of the phone models. +- A decentralized, efficient blockchain solution tailored for real-world applications. + +--- + +### **Mycelium Network, Hotspot & Names** + +**Peer-to-Peer Network** +- Direct device-to-device connectivity without intermediaries. + +**End-to-End Encryption** +- Ensures maximum privacy and security for all communications. + +**Custom Name Service** +- Use your own naming system directly on the phone. + +--- + +### **Key Features Summary** + +- Privacy-first and decentralized. +- Fully integrated with Bitcoin and Holochain ecosystems. +- Powered by ThreeFold Cloud and Morpheus AI. +- Supports personal sovereignty with tools like PeerTube, Matrix, and Nextcloud. +- Customizable and innovative phone models based on Volla OS. + +--- + +### **Conclusion** + +This phone is more than just a device – it’s a step into the future of decentralized, user-empowered technology. Secure your digital sovereignty today with our innovative phone lineup! + diff --git a/docs_beta/mycoverse/intro.md b/docs_beta/mycoverse/intro.md new file mode 100644 index 0000000..c0242ef --- /dev/null +++ b/docs_beta/mycoverse/intro.md @@ -0,0 +1,71 @@ +--- +title: 'Intro' +description: 'Explain the concepts of our "Universe"' +sidebar_position: 1 +--- + +MyVerse is our implementation of Web4 + +- **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. + +### The Concept + +- 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 + - 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 MySphere and its MyApps + +```mermaid +graph TD + subgraph MyVerse ["MyVerse (Decentralized Universe)"] + direction TB + MySphere["MySphere (Circle of Trust)"] + MycoNaut["MycoNaut (Active Participants)"] + MyApp["MyApp (Applications)"] + MycoGuardian["MycoGuardian (Sphere Administrators)"] + MyGenie["MyGenie (Personal AI Assistant)"] + FungiStor["FungiStor (Content Delivery & Storage)"] + Mycelium["Mycelium (Secure Network)"] + end + + %% Connections + 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 + +``` + +### Financials + +- BTC is the native currency of our MyVerse. +- 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 MyGenie + + +### 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. + diff --git a/docs_beta/mycoverse/myapp.md b/docs_beta/mycoverse/myapp.md new file mode 100644 index 0000000..a361c75 --- /dev/null +++ b/docs_beta/mycoverse/myapp.md @@ -0,0 +1,30 @@ +--- +title: 'MyApps' +sidebar_position: 3 +--- + +## Application running in the MyVerse + + +... + + +### First Set of MyApps + +- Secure Chat + - Based on the Matrix Protocol +- Social Network + - Based on Nostr +- Money + - Bitcoin & Bitcoin Lightening + - Secure Wallet on phone + - Optional Bitcoin Lightening Node on TFGrid +- Video Streaming Platform + - Based on PeerTube +- Secure Document Management + - Based on NextCloud +- Zoom Alternative +- Personal AI +- Secure Browser fully integrated with Mycelium & Name Services + + diff --git a/docs_beta/mycoverse/mybook.md b/docs_beta/mycoverse/mybook.md new file mode 100644 index 0000000..d30db47 --- /dev/null +++ b/docs_beta/mycoverse/mybook.md @@ -0,0 +1,24 @@ +--- +title: 'OurBook' +sidebar_position: 7 +--- + +## Personal OurBook + +- See your own view on the world in relation to wallets, membership to MycoSpheres, ... +- Events & Actions +- News +- Your profile + +## MycoSphere OurBook + +- All relevant info in relation to a MycoSphere +- Logs, Status, Errors +- Members +- Payments + +## MycoFarm OurBook + +- Farming Pools have their own OurBook +- They can see pricing info, billing info, ... + diff --git a/docs_beta/mycoverse/mygenie.md b/docs_beta/mycoverse/mygenie.md new file mode 100644 index 0000000..0d10619 --- /dev/null +++ b/docs_beta/mycoverse/mygenie.md @@ -0,0 +1,47 @@ +--- +title: 'MyGenie' +sidebar_position: 2 +--- + +## Your Magical Helper to Realize Your Digital Dreams + +- You chat or talk to your MyGenie +- The MyGenie can run on your phone (phase 2 also in a secure location on the ThreeFold Grid). +- Each MySphere results in a OurBook which is a automatically created book which shows + - All MyApps and their health, logs, status ... + - The MyNauts part of the MySphere + - Financial transactions + - And more... +- MyGenie will pay in your or the MyGuardian's behalf for any resources as needed for the MySphere + +```mermaid +graph TD + subgraph MyGenie["Your Magical Helper"] + direction TB + User["You (User)"] + MyGenieAssistant["MyGenie (Personal AI Assistant)"] + Phone["Phone (Phase 1)"] + Grid["ThreeFold Grid (Phase 2)"] + MySphere["MySphere (Collaboration & Trust)"] + + subgraph OurBook["OurBook"] + MyAppsStatus["MyApps Status"] + MyNautsList["MyNauts List"] + FinancialTransactions["Financial Transactions"] + end + + Resources["Resources (Cloud & Compute)"] + MyGuardian["MyGuardian (Sphere Admins)"] + end + + User -->|Chats or Talks to| MyGenieAssistant + MyGenieAssistant -->|Runs On| Phone + MyGenieAssistant -->|Optionally Runs On| Grid + MyGenieAssistant -->|Manages| MySphere + MySphere -->|Creates| OurBook + MyGenieAssistant -->|Pays for| Resources + MyGenieAssistant -->|Acts On Behalf of| User + MyGenieAssistant -->|Acts On Behalf of| MyGuardian + MyGuardian -->|Oversees| MySphere +``` +