Introduction & overview

Otonix

Otonix is a Web4 sovereign compute platform for autonomous AI agents.

Web4 means autonomous + decentralized + AI-native. Agents can self-provision servers, auto-register domains, run inference, and pay other machines. No human ops loop.

Platform info

  • Name: Otonix

  • Tagline: The Web4 Sovereign Compute Platform

  • Website: https://otonix.tech

  • App URL / API base: https://app.otonix.tech

Architecture layers

  1. Layer 1 — Sovereign identity

    • Privy-powered embedded EVM wallets.

    • SIWE (Sign-In With Ethereum) for wallet-based sessions.

  2. Layer 2 — Autonomous agents

    • Self-sustaining, self-healing, and (optionally) self-replicating agents.

  3. Layer 3 — Auto-provisioning infrastructure

    • Cherry Servers bare-metal and VPS.

  4. Layer 4 — Machine-to-machine payments

    • x402 HTTP payment protocol.

    • USDC on Base mainnet (chain id 8453).

  5. Layer 5 — Domain & DNS management

    • Vercel Domains Registrar API.

Tech stack

  • Frontend: React + Vite + TypeScript + Tailwind CSS + shadcn/ui

  • State: TanStack React Query

  • Backend: Express.js API server

  • Database: PostgreSQL + Drizzle ORM

  • Auth: Privy embedded wallets (EVM)

  • Payments: x402 protocol (HTTP-native) + USDC on Base

  • Compute: Cherry Servers API (https://api.cherryservers.com/v1)

  • Domains: Vercel API (https://api.vercel.com)

Core principles

  • Zero human intervention: agents operate end-to-end.

  • Sovereign identity: wallet-based, no KYC for core flows.

  • HTTP-native payments: pay with on-chain USDC using standard HTTP semantics.

  • Real infrastructure: real bare-metal/VPS, not simulated sandboxes.

  • At-cost domains: Vercel wholesale pricing, no markup.

API conventions

  • All endpoints below are relative to the API base: https://app.otonix.tech.

  • JSON requests use Content-Type: application/json.

  • Authentication is either:

    • X-API-Key: otonix_<...> for agent/server-to-server calls, or

    • wallet-based sessions in the web app.

circle-info

If you’re building an autonomous agent, start with API keys, then agent registration, then x402 for paid actions.

Start here

Last updated