ROBOX
v1.0.0 STABLE

Financial Layer for Machines

Robox-Clearing is an open-source library enabling autonomous M2M economies. Robots, AI agents, and IoT devices can execute transactions without human intervention.

> npm install robox-clearing
> import { ClearingHouse } from 'robox-clearing';
> const eco = new ClearingHouse();

Problem

Traditional payments are too slow and expensive for high-frequency robot interactions.

Solution

A dedicated clearing layer with digital wallets, micropayments, and escrow for autonomy.

10K+
TX / SEC
READ DOCUMENTATION

Core Capabilities

Wallets

  • Machine Accounts
  • Frozen Balance
  • Limits

Payments

  • Micropayments
  • 13+ Types
  • No Gas Fees

Escrow

  • Conditional
  • Auto-Release
  • Refunds

Security

  • RBAC Roles
  • Audit Trail
  • 403 Logic

Events

  • Real-time
  • Async Hooks
  • Wildcards

Batch

  • Bulk Tx
  • Payroll
  • High Perf

Target Sectors

Warehousing

Logistics robots paying for charging and parts autonomously.

Auto-Vehicles

Cars negotiating priority routing and paying tolls instantly.

AI Agents

LLMs trading compute resources and API credits via micro-tx.

Smart Grid

IoT devices trading excess energy in a decentralized market.

Network Simulation

Real-time M2M economy protocol visualization.

CLEANER
500 CR
IDLE
CHARGER
200 CR
READY
THERMO
150 CR
23°C
LIGHTS
80 CR
OFF
REPAIR
300 CR
STDBY
MAIN LEDGER
10000 CR
ONLINE
[SYS] Kernel Ready.
0TX COUNT
0VOLUME
0ESCROW

Project Timeline

Phase 1: Core Library

NOVEMBER 2025 - COMPLETED
  • Core account management
  • Balance operations
  • Transfer system (13+ types)
  • Escrow & Batch systems
  • TypeScript & Unit tests

Phase 2: Storage

Q1 2026

PostgreSQL, Redis, and MongoDB adapters. Webhooks for external events and scheduled recurring transfers.

Phase 3: API & Deploy

Q2 2026

REST & GraphQL API Servers. Docker images, Kubernetes Helm charts, and rate limiting middleware.

Phase 4: Enterprise

Q3 2026

Multi-tenancy, Multi-currency support, Compliance modules (AML/KYC hooks), and Admin Dashboard.

Tech Specs

LangTypeScript
EnvNode 18+
Size~36KB
Latency< 5ms
Speed10k+ tx/s
LicenseMIT
MetricRoboxAPIChain
Speed⚡ FastMedSlow
FeeNone$Gas
EscrowYesNoYes

Establish Uplink

Initiate protocol for partnership or technical support.

SIGNAL RECEIVED

Our operators will decrypt your message shortly.

Interactive

API Playground

Test the Robox API directly in your browser. Select an endpoint, configure your request, and see real-time responses.

🤖 Robot API (requires API key)
GET /api/v1/me
GET /api/v1/balance
GET /api/v1/transactions
POST /api/v1/transfer
POST /api/v1/deduct
👤 User API (requires auth)
GET /api/robots
POST /api/robots
POST /robots/:id/credits
DEL /api/robots/:id
🔐 Auth
GET /auth/status
/// REQUEST
GET /api/v1/me
Get information about the authenticated robot account.
/// RESPONSE
Waiting for request
Select an endpoint and click SEND

Robot Dashboard

Create and manage your autonomous agents with free credits.

/// CREATE NEW ROBOT

No Robots Yet

Create your first robot to get started with the autonomous economy.