diff --git a/README.md b/README.md
index 5d456a7..2d13d45 100644
--- a/README.md
+++ b/README.md
@@ -13,13 +13,11 @@
[](https://stability.nexus/)
-
-
-
+
@@ -47,7 +45,128 @@
---
-
Info
+
📄 Info Repository
+
Centralized documentation and legal information for Stability Nexus projects
+
+
+---
+
+## 📖 About
+
+This repository serves as a central hub for important documentation, legal information, and standardized templates used across all **Stability Nexus** projects. It contains essential resources including licensing information, terms and conditions, copyright notices, and the Know Your Assumptions (KYA) framework.
+
+The Stable Order is an organization dedicated to making the world more stable through decentralized blockchain applications and transparent development practices.
+
+## 📂 Repository Structure
+
+```
+Info/
+├── README.md # This file
+├── COPYRIGHT.md # Copyright and warranty information
+├── TermsAndConditions.md # Terms and conditions for usage
+├── KYA.md # Know Your Assumptions template
+├── Licenses/ # License files
+│ └── GPL/
+│ └── LICENSE.md
+└── public/ # Public assets
+ └── stability.svg # Organization logo
+```
+
+## 📋 Contents
+
+### [COPYRIGHT.md](COPYRIGHT.md)
+Contains copyright information for all works in this repository. All rights are reserved by The Stable Order (© 2025), and usage is governed by the licenses specified in this repository.
+
+### [KYA.md](KYA.md)
+**Know Your Assumptions (KYA)** - A critical template that should be displayed on every UI of Stability Nexus projects. This document educates users about:
+- How decentralized applications work
+- Smart contract immutability and autonomy
+- Blockchain interaction risks
+- External dependencies and infrastructure
+- Security considerations
+
+The KYA modal should be shown when users first interact with any Stability Nexus application and be accessible via a "KYA" link in the footer.
+
+### [TermsAndConditions.md](TermsAndConditions.md)
+Terms and conditions governing the use of Stability Nexus applications and services.
+
+### [Licenses/](Licenses/)
+Contains license files for different projects. Currently includes GPL licensing.
+
+## 🎯 Purpose
+
+This repository aims to:
+
+1. **Standardize Legal Documentation** - Provide consistent legal information across all projects
+2. **Educate Users** - Help users understand the risks and assumptions when interacting with blockchain applications
+3. **Centralize Resources** - Maintain a single source of truth for documentation templates
+4. **Ensure Transparency** - Make all legal and informational materials easily accessible
+
+## 🔗 Related Resources
+
+- **Website**: [stability.nexus](https://stability.nexus/)
+- **GitHub Organization**: [github.com/StabilityNexus](https://github.com/StabilityNexus)
+- **News & Blog**: [news.stability.nexus](https://news.stability.nexus/)
+- **Example Implementation**: [BenefactionPlatform-Ergo](https://github.com/StabilityNexus/BenefactionPlatform-Ergo)
+
+## 🤝 Community
+
+Join our community channels:
+
+- **Telegram**: [t.me/StabilityNexus](https://t.me/StabilityNexus)
+- **Discord**: [discord.gg/YzDKeEfWtS](https://discord.gg/YzDKeEfWtS)
+- **X (Twitter)**: [@StabilityNexus](https://x.com/StabilityNexus)
+- **LinkedIn**: [company/stability-nexus](https://linkedin.com/company/stability-nexus)
+- **YouTube**: [@StabilityNexus](https://www.youtube.com/@StabilityNexus)
+
+## 📝 Usage Guidelines
+
+### For Developers
+
+When implementing Stability Nexus applications:
+
+1. Include the KYA modal in your UI (first-time display + footer link)
+2. Reference the appropriate license from the `Licenses/` directory
+3. Include copyright notices from `COPYRIGHT.md`
+4. Link to this repository for comprehensive legal information
+
+### For Users
+
+Before interacting with any Stability Nexus application:
+
+1. Read the KYA document carefully
+2. Review the copyright and licensing information
+3. Understand that smart contracts are immutable and autonomous
+4. Be aware of blockchain interaction risks
+5. Conduct your own research and code inspection
+
+## ⚠️ Important Notes
+
+- **No Warranties**: All works are provided WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+- **Immutable Smart Contracts**: Once deployed, smart contracts cannot be changed or updated.
+- **User Responsibility**: Users are responsible for securing their wallet passwords, recovery phrases, and private keys.
+- **Source Code Transparency**: All source code is available for inspection at [github.com/StabilityNexus](https://github.com/StabilityNexus).
+
+## 📜 License
+
+All works in this repository are governed by the licenses specified in the [Licenses/](Licenses/) directory. Please refer to the specific LICENSE.md files for detailed terms.
+
+## 🏢 About The Stable Order
+
+The Stable Order is dedicated to creating a more stable world through:
+
+- **Decentralized Applications**: Building trustless, transparent blockchain solutions
+- **Open Source Development**: Making all code publicly available for inspection
+- **User Education**: Empowering users with knowledge about blockchain technology
+- **Community Building**: Fostering a collaborative ecosystem of developers and users
+
+---
+
+
+
+**© 2025 The Stable Order. All rights reserved.**
+
+[⬆ Back to Top](#readme-top)
+
-© 2025 The Stable Order.