# Roadmap

Overra is being developed as a foundational security primitive for the Web3 execution layer. The roadmap focuses on architectural discipline, verification integrity, and scalable infrastructure. Each phase builds upon the previous layer without expanding attack surface unnecessarily.

***

## Phase I: Core Containment Infrastructure (Current Focus)

**Objective:** Establish deterministic wallet-authorized containment on a single endpoint.

#### Milestones

* Local Rust-based agent implementation
* Ed25519 signature verification pipeline
* Nonce replay protection
* Timestamp and expiration enforcement
* Deterministic binary state model (NORMAL / CONTAINED)
* Predefined containment actions
* Append-only audit logging
* Local dashboard interface
* Authority registration and update logic
* Strict trust boundary separation

#### Outcome

A functioning containment primitive where:

Wallet signature → Local verification → Deterministic state transition → Logged enforcement

This phase establishes the security foundation.

***

## Phase II: Multi-Device & Integrity Layer

**Objective:** Expand Overra from single-device containment to coordinated infrastructure.

#### Planned Enhancements

* Multi-device architecture
* Device grouping and labeling
* Heartbeat integrity monitoring
* Agent self-integrity verification
* Signed state export format
* Structured audit log export
* Enterprise deployment tooling
* API stabilization for external integration

#### Research Areas

* Hardware-backed key verification
* Agent binary integrity attestations
* Deterministic cross-device containment coordination

#### Outcome

Overra evolves from a containment utility into infrastructure capable of managing distributed execution environments.

***

## Phase III: Advanced Security Primitives

Objective: Introduce cryptographic and infrastructural enhancements for long-term resilience.

#### Research & Development

* Zero-knowledge authorization proofs (ZK verification model)
* Hardware attestation integration
* Threshold-based multi-authority containment
* Secure enclave execution research
* Deterministic remote policy broadcasting (research-stage only)
* Decentralized audit proof anchoring

#### Governance Evolution

* Token-based governance activation
* Protocol parameter management
* Research grant programs
* Independent audit coordination

#### Outcome

Overra becomes a generalized execution-layer containment protocol for Web3 environments.

***

## Development Philosophy

Overra prioritizes:

* Determinism over feature expansion
* Constraint over complexity
* Local enforcement over centralized control
* Cryptographic authority over administrative privilege

Roadmap progression will not compromise these principles.

Security posture remains primary.

***

## Long-Term Vision

As Web3 infrastructure matures, endpoint containment will become a standard layer in the security stack.

Overra is being built to:

* Formalize deterministic containment
* Standardize cryptographic endpoint enforcement
* Support institutional-grade execution environments

Infrastructure must be stable before it scales.

Overra builds deliberately.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://overra.gitbook.io/overra-docs/roadmap-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
