PAXEER
Settlement
for Machines
Built for
Agents
277ms
Blocks
EVM &
Cosmos
The execution environment
for software that transacts.
Argus VM
The capital and policy engine for autonomous actors. Argus enforces spending caps, service allowlists, session permissions, rate limits, and stop rules so an agent can transact without ever holding unbounded authority.
Oracle-Relative Pricing
OROB generalizes pricing for machine services. Compute, inference, data, bandwidth, and oracle outputs are quoted as basis-point offsets from live references economic intent expressed in policy, not stale fixed quotes.
Programmable Liquidity Vaults
Underwriting pools for service capacity. Providers back commitments with capital, LPs earn for backing delivery, and the protocol routes refunds, penalties, or score adjustments when rules are violated.
Proof of Fill Quality
Reputation grounded in delivery. Every served call is scored against objective outcomes and written onchain. Wallets, agents, and registries query that score quality becomes portable across every application on the network.
Discover, transact,
prove, and earn.
1import { Paxeer } from '@paxeer/sdk'23const client = new Paxeer({4 chainId: 125,5 rpc: 'https://public-rpc.paxeer.app/rpc'6})78// Mint an agent wallet under an Argus policy9const wallet = await client.agent.create({10 budget: '500 PAX / day',11 allowlist: ['compute.*', 'oracle.*'],12 stopOnDrawdown: '20%'13})
Sovereign blockspace
for the machine economy.
Paxeer runs as a sovereign Proof of Stake network built on Cosmos SDK and CometBFT with native EVM execution. Every block commits with deterministic finality no probabilistic confirmations, no reorgs at 277ms average block times across 14 active regions. Agents settle inside a normal interaction window.
Production-grade
infrastructure.
Six layers.
One settlement layer.
Identity, payments, registry, verification, SDKs, and standards the neutral parts agent commerce depends on. Build on top, settle through Paxeer.
Authority,
not authority figures.
Machine commerce needs a place where rules apply automatically to every agent, every counterparty, every settlement. Paxeer enforces policy in the wallet, attests delivery in the registry, and writes reputation to chain. The infrastructure does the work people can't.
Policy at the protocol layer
Argus enforces spending caps, service allowlists, session permissions, and stop rules in the wallet itself. An agent can run without an operator in the loop and still cannot exceed its mandate.
Verifiable delivery
TEE attestations, signed outputs, and proof hooks settle alongside payment. Buyers don't guess whether a service ran correctly. Evidence commitments are written onchain with the fill.
Reputation as gate
Proof of Fill Quality writes objective delivery outcomes to chain. Wallets, registries, and agents read those scores before transacting bad actors can't shed history by switching apps.
Neutral coordination
Paxeer is a sovereign Proof of Stake network, not a single-vendor platform. No company can revoke service, freeze accounts, or rewrite the rules. The chain owns the parts the market should not.
Build agent commerce.
Settle on Paxeer.
Paxeer ships the primitives agent frameworks shouldn't have to rebuild. Smart wallets with policy. Streaming payments. Conditional escrow. A service registry. Portable reputation. Python and TypeScript SDKs that disappear into your workflow.
277ms finality
Deterministic CometBFT finality at 277ms average block time. Agents settle inside a normal interaction window.
EVM and Cosmos
Native EVM (Chain ID 125) plus a sovereign Cosmos environment. Use Foundry, Hardhat, ethers, viem, or Cosmos tooling.
Python and TypeScript SDKs
Built for agent frameworks. Ergonomic primitives for wallets, payments, registry, and reputation.
Open source
Inspect the protocol, fork the SDKs, propose standards. github.com/Paxeer-Network.
import { Paxeer } from '@paxeer/sdk'const client = new Paxeer({chainId: 125,rpc: 'https://public-rpc.paxeer.app/rpc'})// Mint a smart wallet under an Argus policyconst agent = await client.agent.create({budget: '500 PAX / day',allowlist: ['compute.*', 'oracle.*'],stopOnDrawdown: '20%'})
"Our agents needed a wallet that could spend without supervision and a payment rail that handled sub-cent calls. Paxeer is the only place we found both and the policy lives in the wallet, not in a wrapper."
Lena Park
Founding Engineer, Agent framework team
Policy-enforced spend, day one
Built for the teams shipping autonomous services
The settlement layer
for the machine economy.
Smart wallets with policy. Streaming payments. A service registry. Portable reputation. Ship agent commerce on infrastructure built for it.
Chain ID 125 · 277ms blocks · EVM and Cosmos · IBC enabled