Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 124 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@

[![Static Badge](https://img.shields.io/badge/Stability-Nexus-228B22?style=for-the-badge&labelColor=FFC517)](https://stability.nexus/)

<!-- Correct deployed url to be added -->

</div>

<!-- Organization/Project Social Handles -->
<p align="center">
<!-- Telegram -->

<a href="https://t.me/StabilityNexus">
<img src="https://img.shields.io/badge/Telegram-black?style=flat&logo=telegram&logoColor=white&logoSize=auto&color=24A1DE" alt="Telegram Badge"/></a>
&nbsp;&nbsp;
Expand Down Expand Up @@ -47,7 +45,128 @@
---

<div align="center">
<h1>Info</h1>
<h1>📄 Info Repository</h1>
<p><i>Centralized documentation and legal information for Stability Nexus projects</i></p>
</div>

---

## 📖 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/
Copy link

Copilot AI Dec 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repository structure documentation shows "Info/" as the root directory, but the actual repository structure has these files at the root level (not under an "Info/" subdirectory). The structure should start with the actual root or use a placeholder like "." to accurately reflect the repository layout.

Suggested change
Info/
./

Copilot uses AI. Check for mistakes.
├── 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
```
Comment on lines +62 to +73
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Specify a language identifier for the code block.

Per markdownlint (MD040), fenced code blocks should declare the language being displayed. The repository structure block lacks a language identifier, which is typically text or plaintext for this type of content.

-```
+```text
 Info/
🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

62-62: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
In README.md around lines 62 to 73, the fenced repository-structure code block
lacks a language identifier; update the opening fence to include a plain text
language (e.g., change ``` to ```text) so the block becomes a fenced "text" code
block, leaving the contents and closing fence unchanged.


## 📋 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

---

<div align="center">

**© 2025 The Stable Order. All rights reserved.**

[⬆ Back to Top](#readme-top)

</div>

© 2025 The Stable Order.