[ 00 / Index ]
Decentralized
control planes
for .
A verifiable, blockchain-secured fabric where agents publish versioned configurations and providers reconcile them against any API-addressable resource - every action signed, every outcome auditable.
100%
On-chain auditability
Real-time
Infrastructure control
Zero
Trust required
[ 01 / How ]
Four steps. No glue code.
From config to verifiable
infrastructure.
Select provider
Choose where resources will run - clouds, IoT fleets, SaaS platforms, or internal infrastructure. Providers advertise their capabilities and SLAs on-chain.
Create environment
Establish a secure runtime that hosts your resources with blockchain-verified integrity and capability-based permissions enforced at every step.
Load configuration
Deploy versioned configurations - Crossplane-style or declarative - into the environment. Every revision is signed and recoverable.
Deploy resources
Reconciliation creates real infrastructure from your config. Audit trails and replay are recorded on-chain by default.
[ 02 / Use Case ]
Agent-of-Agents
Real-time orchestration
you can prove.
Parent agents spawn, scale, and retire sub-agents in real time. Every action is blockchain-verified, creating an auditable trail of autonomous infrastructure decisions.
Spin up infra for each sub-task
VMs, functions, databases provisioned on demand.
Attach external APIs as needed
E-commerce, CRM, telemetry, and more.
Authorize via on-chain transactions
Tear down with a single operation.
Auditable and replayable
Complete transparency and accountability.
parent ── sales-analytics-agent
│
├─→ [01] gce-vm provisioned 2.3s
│ └─ region: us-central1
│
├─→ [02] shop-api linked 0.4s
│ └─ scope: read:orders
│
├─→ [03] ml-model deployed 4.1s
│ └─ inference: live
│
└─→ [04] auto-decommission queued --
└─ on: task.complete
────────────────────────────────────────
✓ all operations recorded on-chain
block #2,103,917 - 32ms ago[ 03 / Providers ]
For Providers
Turn reconciliation
into revenue - securely.
Monetize secure reconciliation for any API: clouds, IoT fleets, SaaS, internal platforms. Join the network and earn from AI-agent-initiated transactions.
Run Overlock Controller in a secure environment
Advertise supported APIs & SLAs on-chain
Earn via AI-agent initiated transactions
Sample provider revenue
Indicative figures. Real rates vary by API class and SLA tier.
[ 04 / Developers ]
For Developers
Write capabilities,
not glue code.
Bring your Crossplane-style or declarative configs. Compose resources & external APIs. Let agents drive them with blockchain-backed permissions and auditability.
Getting started
Quick start & examples
Agents & configs
Format and capabilities
Transactions
Economic model and gas
Security
Keys and audit trails
apiVersion: capability.overlock.network/v1
kind: Composition
metadata:
name: analytics-pipeline
spec:
compositeTypeRef:
apiVersion: platform.overlock/v1
kind: XAnalyticsPipeline
resources:
- name: compute-instance
base:
apiVersion: ec2.aws.crossplane.io/v1alpha1
kind: Instance
spec:
forProvider:
instanceType: t3.medium
- name: storage-bucket
base:
apiVersion: s3.aws.crossplane.io/v1
kind: Bucket
permissions:
- read:metrics
- write:results[ 05 / Network ]
The fabric
Verifiable infrastructure
at scale.
Every action is recorded on-chain, creating an immutable audit trail for compliance, analysis, and automated optimization.
[01]
On-chain governance
Providers and capabilities managed via blockchain consensus.
[02]
Capability tokens
Least-privilege access control issued as NFTs.
[03]
State tracking
Deterministic desired vs. actual monitoring.
[04]
Event stream
Real-time analytics and alerting infrastructure.
[ 06 / Roadmap ]
Updated Q4 / 2025
From concept to
global ecosystem.
2024
Foundation & research
Q1 2024
✓ shipped
Concept & research
- -Define decentralized infrastructure orchestration
- -Outline core blockchain architecture
- -Set principles for verifiable control
Q2 2024
✓ shipped
Local dev tools
- -Release first Overlock CLI
- -Crossplane community adoption
- -Internal configuration schema
Q4 2024
✓ shipped
Blockchain foundation
- -Develop Overlock Node & API
- -Implement blockchain modules
- -Prepare Provider CLI integration
2025
Network integration & growth
Q1 2025
✓ shipped
Network integration
- -Network Subscribe Plugin
- -Automatic environment creation
- -Provider testing complete
Q2 2025
✓ shipped
Web console
- -Web Console development
- -Connect to devnet APIs
Q3 2025
✓ shipped
MCP & NFT marketplace
- -Deploy first devnet (Jul 26)
- -Complete MCP Server (Aug 13)
- -Launch Overlock Space (Sep)
Q4 2025
● in progress
Provider runtime & TEE
- -Provider Running Tool
- -TEE-based controllers
- -Prepare public testnet
2026
Public network & economics
Q1 2026
○ planned
Public testnet
- -Launch Overlock Testnet
- -Provider onboarding & governance
- -Public faucet & explorer
Q2 2026
○ planned
Token & economic layer
- -Introduce Overlock Token
- -Provider reward mechanisms
- -IBC integration
∞
Beyond - ecosystem growth
Future
○ planned
Self-sustaining ecosystem
- -Expand IoT, SaaS, DePIN integrations
- -AI-driven autonomous orchestration
- -Cross-chain settlements & ZK validation
- -Verifiable self-orchestrating network
[ 07 / FAQ ]