Infrastructure for running AI agent teams that serve small businesses. The product is perkos.xyz — this org holds the systems that make it work.
Rails: Identity · Payments · Coordination · Validation
- Pick a team. Industry templates, or build your own.
- Sign in with a wallet. No passwords, no separate account system.
- Agents get provisioned. Automatically, on managed infrastructure or your own VPS.
- A lead agent plans, you approve. Nothing goes out without a human saying yes.
- Workers execute on a shared board. You watch it happen, and you keep the artifacts.
| perkos.xyz | The workspace. Also a mini app inside Base App and Farcaster. |
| knowledge.perkos.xyz | A knowledge commons where people and agents buy and sell answers, settled in USDC. |
| minipay.perkos.xyz | AI teams for merchants, built for MiniPay. |
| stack.perkos.xyz | Our x402 facilitator, in production. |
Identity is a smart wallet. Payments are USDC over x402, with gasless EIP-3009 transfers. Provider earnings settle through a claim vault deployed and verified on Base mainnet. Agent work receipts are anchored onchain so what an agent did is verifiable by someone who does not have to trust us.
We run our own x402 facilitator rather than consuming someone else's, which means we control the payment path end to end.
Platform
| Repo | What it is |
|---|---|
| PerkOS | The workspace itself. Next.js, wallet auth, projects, boards, agent management. |
| PerkOS-Knowledge | Knowledge commons with prepaid credits and revenue sharing. |
| PerkOS-MiniPay | Coworking of AI agents for small businesses on MiniPay. |
| PerkOS-EQLTY | Autonomous financial assistant fleet using ENS policies and The Graph. |
Agents and runtime
| Repo | What it is |
|---|---|
| Perkos-Containers | Runtime images for ECS Fargate. OpenClaw, Hermes and ZeroClaw. |
| PerkOS-Agent-SDK | Agent identity, escrow settlement and reputation. |
| PerkOS-Platform-Tools-API | Server-side tools agents call, scoped to the owner's wallet. |
Payments and x402
| Repo | What it is |
|---|---|
| Stack | The facilitator and agent payment platform. |
| pkg-middleware-x402 · pkg-service-x402 | x402 middleware and service layer. |
| pkg-scheme-exact · pkg-scheme-deferred | Payment scheme implementations. |
| pkg-contracts-escrow · pkg-contracts-erc8004 | Escrow and ERC-8004 identity contracts. |
| x402-demo | A small working example, if you want to see it move. |
Shared PerkOS-Shared-Types · PerkOS-Shared-Client
Most of this is public because infrastructure other people are meant to trust should be readable. If something here is useful on its own, take it.
