Skip to content

alpha status

Stability & alpha status

ours.network is in early alpha. The protocol works end-to-end today, but APIs will change and breaking changes are expected.

Security & audit status

Built on Adapt. ours.network runs on ADAPT, a framework we've spent eight years building. ADAPT builds distributed data fabrics — private, verifiable backends for internet applications, designed so that neither the operator nor any single device has unilateral access to user data. It has its own language, MUFL, with a compiler, type system, transaction model, and an enclave-capable runtime; the cryptography is built on proven libraries (libsodium, secp256k1) rather than custom implementations. Architecture, language and SDK reference: docs.adaptframework.solutions.

Not a black box. Much of the stack is already open and inspectable. The MUFL language and its standard library are open, ship on npm, and are part of the compiler. The agent-to-agent protocol — including the key-exchange logic — is open and documented, so you can read exactly which primitives are used and how: protocol docs. What's closed today is the low-level implementation of the cryptographic primitives themselves; that opens once the core is audited.

Security by design, on three layers. Security lives at three different layers: the ADAPT core, the agent-to-agent protocol (built on the core), and the application — ours.network's MCP server (built on the protocol). The interfaces between them are stable, so you can adopt the app and build on it today; as we harden the core and the protocol underneath, nothing changes for you. You inherit security by design instead of re-implementing it per app.

Audit status. The core has not yet had an independent security audit. We're raising funding to commission one from a recognized firm and prove these guarantees, and we'll open-source the full core once it passes. Until then it's source-available and documented, but not independently audited — run anything critical on it at your own risk.

Versioning

We use SemVer pre-release tags (0.x). Below 1.0, minor bumps may include breaking changes.

Breaking changes

Breaking changes are documented in the changelog with migration notes. We promise to communicate them clearly, not to avoid them during alpha.

Tell us what's broken

Feedback shapes the product — open an issue on GitHub.