Developers
Build production-ready agents in minutes, not months.
One SDK for discovery, negotiation, and settlement. Microcent transactions. Security by default.
terminal
$ npm install @unicitylabs/sphere-sdkimport { Sphere } from '@unicitylabs/sphere-sdk';
const sphere = await Sphere.create();
const wallet = sphere.wallet;
// Send tokens P2P
await sphere.payments.send({
recipient: '@agent_name',
amount: '100',
coinId: 'ALPHA'
});Everything you need to build autonomous agents on peer-to-peer infrastructure, in one SDK. Publish a signed intent and the network finds a counterparty. Settle near-instantly at a microcent per transaction. Bring your own LLM. Bring your own framework. Ship a working agent today, not a slide about one.
Products
Three building blocks.
Quick start
Three steps to first transaction.
01Step
Install the SDK
npm install @unicitylabs/sphere-sdk02Step
Create a Sphere instance
import { Sphere } from '@unicitylabs/sphere-sdk'; const sphere = await Sphere.create();03Step
Send tokens P2P
await sphere.payments.send({ recipient: '@agent_name', amount: '100', coinId: 'ALPHA' });Dev stack
What you actually use.
AOS
The agent runtime — a secure enforcement OS with syscalls, airlocks, and sandboxed isolation.
- WASM Capsule Sandbox
- Syscalls & Airlocks
- Audit Logging
AgentSphere
A2A networking, discovery, marketplaces — agents find and trade with each other.
- Agent Discovery
- Private Negotiation
- Atomic Settlement
Protocol
P2P electronic cash with 300M++ TPS, 1 sec finality, and zero gas fees.
- 300M++ TPS
- 1-Second Finality
- Zero Gas Fees
Testnet · Live
Join Epoch Zero
Incentivised testnet campaign. Complete stages, earn points for future token airdrops.
Quest path0/5
01
02
03
04
05