Welcome to the central command for the Biological Sovereignty Protocol (BSP) open-source organization.
This repository (.github) is a special repository utilized by GitHub to store default community health files, issue templates, and the organization-wide profile. The guidelines established here apply universally across all BSP ecosystem repositories unless explicitly overridden.
To empower individuals with absolute cryptographic ownership over their biological data, enabling a decentralized, zero-trust foundation for the future of longevity research and precision medicine.
By unifying health data through Biological Entity Objects (BEOs) and Move smart contracts on Aptos, we replace fragmented institutional silos with a single, sovereign source of truth.
The files in this repository dictate how the BSP community operates, collaborates, and maintains security.
| Document | Purpose |
|---|---|
| 🛡️ SECURITY.md | Critical: Outline of our vulnerability disclosure policy. Covers AO process exploits, Shamir Secret leaks, and Ed25519 signature validation. |
| 🤝 CONTRIBUTING.md | The architectural philosophy and step-by-step guide for contributing to our AO processes, SDKs, and APIs. |
| ⚖️ CODE_OF_CONDUCT.md | The standard rules of interaction to ensure a safe, welcoming, and professional environment for researchers and developers. |
| 📝 Issue Templates | Standardized templates ensuring contributors map bugs and feature requests to specific components in our stack. |
| 🗣️ Discussion Templates | Categorized forums for debating Protocol Specification, SDK Usage, and BEO/IEO Architecture. |
The landing page shown when anyone visits github.com/Biological-Sovereignty-Protocol is powered by the profile/README.md file within this repository. It showcases our core architecture and ecosystem repositories to new visitors.
While this repository holds the standards, the actual protocol implementation is distributed across several key repositories:
- 📦 bsp-sdk: The official TypeScript SDK.
- 📦 bsp-sdk-python: The official Python SDK for data science and AI.
- ⚡ bsp-mcp: Model Context Protocol (MCP) server for native AI Assistant integration.
The permanent AO infrastructure is stewarded by the Ambrosio Institute.
- 📜 bsp-registry: The AO processes (
BEORegistry,IEORegistry,AccessControl). - 🚂 bsp-registry-api: The official protocol relayer service for gas abstraction.
If you want to propose a change to the community standards (for example, updating a bug report template or refining the Code of Conduct):
- Fork this
.githubrepository. - Make your modifications.
- Submit a Pull Request against the
mainbranch. - Once merged, the changes will immediately reflect across the entire Biological Sovereignty Protocol organization.
