Sovereign
Domains

Infrastructure for Digital Sovereignty

Built on Sovereign OS™

A personal data, communications, and payments node running on hardware you control.

WE ARE THE PRODUCT

The current internet model is broken. Because true micropayments were historically impossible, platforms adopted surveillance-based business models—trading free access for user data.

01

THE TRAP

You pay with data, not money. Your identity and behavior are the currency. And you're always being watched.

02

THE LOCK-IN

You cannot move your digital life between platforms. Your audience, history, and assets are trapped.

03

THE DILEMMA

You build on rented land. Intermediaries take large shares of the value you create while you build their network effect.

THE CONVERGENCE OF SOVEREIGNTY

For the first time, three technologies have matured to enable infrastructure where payments flow without intermediaries and privacy is enforced by architecture.

LOCAL AI

High-performance models (Qwen, Whisper) run on consumer hardware.

P2P PROTOCOLS

Distributed systems (Holepunch) eliminate central gatekeepers.

BLOCKCHAIN PAYMENTS

Low-cost, confidential crypto settlements make micropayments feasible.

THE SOVEREIGN DOMAIN: YOUR PRIVATE HUB

A personal data, communications, and payments node running on hardware you control.

ASSISTANT

Local AI managing email, calendar, files.

MEMORY

Multimodal knowledge base (Graph RAG).

NETWORK

Encrypted P2P messaging & video.

ECONOMY

Decentralised networks, private crypto payments and escrow.

Unlike cloud services, all processing happens locally or on a private VPS.

CORE CAPABILITIES

AI & KNOWLEDGE

Intelligence that stays within your borders.

DIGITAL TWIN

An AI that learns and represents you. Two-way voice conversations via a full TTS pipeline with provider abstraction, auto-fallback, voice directives, and auto-summary for long replies.

MULTIMODAL KNOWLEDGE BASE

Utilises Graph RAG to create contextual memory across your text, documents, and media.

GENERATIVE POWER

From basic text generation to advanced multimodal output (images and video avatars).

PRODUCTIVITY

Clawdbot agent framework managing notes, calendar, and email (IMAP/SMTP). Browser automation for form filling, price monitoring, and receipt archival. Sub-agent spawning for parallel tasks. Automated workflows via skills and cron jobs.

COMMS & PAYMENTS

Peer-to-Peer by default. Encrypted by design.

UNCENSORED COMMS

19 messaging surfaces: WhatsApp, Telegram, Signal, Discord, Slack, iMessage, Google Chat, Nostr, Teams, Matrix, LINE, and more. P2P voice and video calls via Holepunch — no central server, no TURN/STUN relay, no metadata harvesting.

SECURE ACCESS

Private VPN via WireGuard allows secure internet access through your own infrastructure. You own your exit node, not a commercial VPN provider.

SOVEREIGN ECONOMY

Integrated Oasis wallet using USDC on the Sapphire network. AI-managed transactions allow for private payments.

FUTURE PROOF

Ready for MCP server support and smart contracts for group encryption key management.

PROACTIVE INTELLIGENCE

Your agent takes initiative — without being asked.

HEARTBEAT

Agent periodically checks a standing task list. Monitors marketplace orders, distributes DAO revenue, flags security events — without being asked.

SCHEDULED AUTOMATION

Cron jobs for recurring tasks. Check email every 30 minutes. Process marketplace orders daily. Distribute DAO revenue every Sunday.

EVENT-DRIVEN TRIGGERS

Webhooks from external services (Gmail, GitHub, blockchain contract events) trigger agent runs instantly.

SOVEREIGN COMMERCE

Trade real-world goods and services without intermediaries.

TOKENIZE ANYTHING

Create NFTs representing physical goods, digital services, or professional work.

SMART ESCROW

USDC locked in trustless contracts. Releases upon delivery confirmation or community dispute resolution.

ZERO PLATFORM TAX

Traditional platforms: up to 30% fees. Sovereign Domains: No fees. Just Oasis gas (~$0.02).

PDF RECEIPTS

Every transaction generates cryptographically-signed, tax-compliant invoices.

P2P DISTRIBUTION

Plugins distributed via Radicle (peer-to-peer git). Subscription verified on-chain via Oasis Sapphire. No central registry.

HOW IT WORKS

1

CREATE

Seller mints NFT with terms, price, delivery conditions.

2

DISCOVER

Buyers find listings via P2P network. No gatekeepers.

3

ESCROW

Buyer funds smart contract. USDC locked until delivery.

4

DELIVER

Seller provides goods/service. Buyer confirms receipt.

5

RELEASE

Escrow releases payment. Both receive PDF receipts.

SOVEREIGN DAOs

Collaborate and raise capital with transparent revenue distribution.

LIST YOUR VISION

Post business opportunities for collaboration or capital raising. Physical products, services, creator content—anything.

TRANSPARENT TERMS

Smart contracts define contribution requirements, equity splits, revenue distribution. All participants see the same rules.

AUTOMATIC DISTRIBUTION

Revenue earned is recorded on-chain. USDC automatically distributed according to DAO terms. No trust required.

HOW IT WORKS

1

PROPOSE

Founder creates DAO with business plan, capital needs, revenue share terms.

2

CONTRIBUTE

Participants stake USDC or commit resources. Receive governance tokens.

3

LAUNCH

Once funded, business operates through Sovereign Domains marketplace.

4

EARN

All transactions recorded on-chain. Revenue visible to all members.

5

DISTRIBUTE

Smart contract automatically splits USDC. No disputes, no delays.

THE ARCHITECTURE & TECH STACK

HARDWARE YOU OWN.

AGENT FRAMEWORK

Clawdbot - Open-source AI agent with native messaging

INTERFACES

Desktop App, Mobile Web, Browser

MODELS

Qwen 14B/32B/72B, Whisper v3, XTTS v2 (full TTS pipeline with provider abstraction and voice cloning), FLUX.1, LivePortrait

BLOCKCHAIN

Oasis Sapphire (Confidential EVM), USDC, NFT & Escrow Contracts

NETWORKING

Cloudflare Tunnel / ngrok (Secure Ingress)

INFRASTRUCTURE

Home Hardware or Private VPS (Hetzner/RunPod)

Data Flow: Direct connection. No data processed on Sovereign Domains' servers.

EXTENSIBLE BY DESIGN

Two extension paths. No source code modifications needed.

PLUGINS

Tool— New capabilities the agent can invoke
Channel— New messaging platform integrations
Service— Background processes and daemons
Hook— Lifecycle interception for security and logging
HTTP Route— Custom API endpoints and webhooks
Skill— Reusable multi-step workflows
CLI Command— Custom management and admin commands

CONFIGURATION

Model Provider— Swap AI models without code changes
Memory Settings— Tune knowledge retention and recall
Cron Jobs— Schedule recurring automated tasks
Heartbeat— Periodic proactive task checking
Webhooks— External event-driven triggers
Tool Policies— Allow/deny lists per channel and agent
Multi-Agent Routing— Route messages to specialized agents

A plugin can be a single TypeScript file that registers one tool. No source code modifications needed.

P2P Infrastructure

HOLEPUNCH: THE P2P FOUNDATION

Not a single library — a set of composable cryptographic primitives that eliminate central servers from every layer of the stack.

HYPERCORE

Append-only cryptographic logs. The foundation for all peer-to-peer data structures.

HYPERBEE

Distributed key-value database. Powers the marketplace catalog without a product server.

HYPERDRIVE

Peer-to-peer filesystem. File sharing without upload servers or storage limits.

AUTOBASE

Multi-writer merge. Group messaging and DAO coordination without a central coordinator.

HYPERSWARM

Peer discovery via DHT. All real-time connections — messaging, calls, and file transfers.

CORESTORE

Storage manager. One per user, holds all local data structures and encryption keys.

KEY IMPLICATIONS

Messaging needs no central server — peers connect directly via Hyperswarm.

Voice and video calls are direct peer-to-peer — no TURN/STUN relay servers.

The marketplace runs without a product database — listings stored in Hyperbee.

File sharing without upload servers — Hyperdrive streams data peer-to-peer.

Identity is cryptographic — no usernames, no email verification, no central authority.

KEYS TO THE KINGDOM

Cryptographic Key-Based Authentication

01

SETUP

System generates Public/Private keypair.

02

ENCRYPTION

Private key encrypted with password-derived key. Stored on Oasis blockchain.

03

ACCESS

Login retrieves and decrypts private key locally to sign transactions.

Benefit: Familiar UX (email/password) with sovereign security. Keys never leave your device unencrypted.

Security

DEFENSE IN DEPTH

SPECIALIZED AGENT TEAMS

PERSONAL

Daily tasks, email, calendar. All tools except financial. Owner DM only.

TREASURY

Wallet, DAO, escrow. Financial tools only. Highest-trust channel — owner direct message.

COMMERCE

Marketplace interactions. Read-only wallet access. P2P channel.

PUBLIC

FAQ and read-only info. Web search and memory only. Group channels.

The treasury agent only responds to the owner directly. Other agents cannot trigger financial operations — even indirectly.

THREE LAYERS

TOOL-LEVEL

Hard-coded transaction limits, approval gates, per-channel deny lists. Cannot be overridden by AI.

GATEWAY-LEVEL

Channel allowlists, tool policies, SSRF protection, session isolation. Every agent runs in its own security context.

INFRASTRUCTURE-LEVEL

Full-disk encryption (LUKS), firewall, SSH key auth only, encrypted swap. Physical security enforced by hardware.

The cardinal rule: Never trust the AI to enforce security. Every critical check is enforced in code, not prompts.

CHOOSE YOUR TERRITORY

For maximum sovereignty, physical location matters.

HOSTING OPTIONS

Home Hardware:Maximum control. Pay only for electricity.
Private Cloud:Rent high-performance GPU servers.

JURISDICTION

Highly Recommended: Iceland (EUR-IS-2), Romania (EU-RO-1)

Recommended: Finland (Hetzner)

Avoid: UK (Investigatory Powers Act), USA (Surveillance)

OWN YOUR FUTURE

The era of rented land is ending. Sovereign Domains offers the first viable path to digital independence.

YOUR HARDWARE

YOUR KEYS

YOUR DATA

YOUR VALUE

Convenience. Clarity. Control.

Convenience

Access everything from anywhere. Communications, files, and commerce unified in one place.

Clarity

Understand your data landscape and economic relationships. See how everything connects.

Control

Your infrastructure. Your marketplace. Your rules. Can't be exploited or censored.

Get Started