Payment Infrastructure
Stellect detects what protocol a service accepts, routes the payment automatically, and settles on Stellar — all from a single function call.
Agents pay. Stellar settles. You control.
Payment Receipt
Powered by
Live Demo
Click any service below. Stellect detects the protocol, routes the payment, and settles real USDC on Stellar testnet — all in under 8 seconds.
Stellect detects the protocol and routes automatically
Paid services
testnetstellect v0.1.0 · Stellar testnet
Agent wallet loaded
Address: loading...
Balance: ...
Smart routing enabled
● Ready — click a service to start
AI + Payments
Stellect ships an MCP server with 4 tools — service discovery, paid API calls, balance checks, and spending history. Connect it to Claude Desktop in 30 seconds. Claude calls the tool, Stellect routes the payment, Stellar settles.
Claude Desktop · MCPThe problem
Without Stellect
Check which protocol the service uses
Import the correct SDK
import { X402Client } from '@x402/stellar'
— or —
import { Mppx } from 'mppx'
Write protocol-specific logic
if (isX402) {'{'} ... 15 lines ... {'}'}
else {'{'} ... 20 lines ... {'}'}
Service switches protocol?
Rewrite everything. ✗
With Stellect
Don't check. Stellect detects automatically.
stellect.pay('/api/weather')
// ✓ Protocol auto-detected
One import. One SDK.
One function. Any protocol.
const data = await stellect.pay(url)
// That's it. Really.
Service changes protocol?
Nothing changes for you. ✓
One SDK. Any protocol. Zero rewrites.
How it works
One function call. Five seconds. Real data.
Your agent calls one function
That's all your code does
✓ Discover service
Weather API · $0.001
✓ Detect protocol
x402 (auto)
✓ Check budget
Soroban · $0.008 / $10.00
✓ Sign payment
AES-256-GCM · key isolated
USDC settles on Stellar
$0.001
✓ Confirmed · 4.8s
Verifiable on Explorer
Real data flows back
From real APIs, not mocks
Your code: 1 function. Stellect handles: discovery, detection, budget, signing. Stellar handles: settlement.
Platform
From wallet creation to settlement — every component is built, tested, and published on npm.
AES-256-GCM keystore with policy evaluation before any key decryption.
@stellect/wallet-native · npm

$102.08
USDC · GBOW6...JSFN
Payment Signing
1 Budget check
✓ Soroban approved
2 Key decrypt
✓ AES-256-GCM
3 Sign tx
✓ SEP-43
4 Key wipe
✓ Memory cleared
Total: 42ms
JSON registry. Agents discover via 4 MCP tools.
Open registry · MCP
Weather API
OpenWeatherMap · x402
Crypto Prices
CoinGecko · x402
AI Summary
Local NLP · MPP
+ Add your service via PR
Soroban contract enforces daily limits and per-tx caps.
Budget Policy
$0.50
per-tx max
3 / ∞
services
✓ Soroban · On-chain
MCP server works with Claude Desktop, GPT, or any MCP client.
Claude Desktop✓ Paid $0.001 USDC
Istanbul: 22°C, sunny
tx: 3f8a...c2d1 ↗
MCP · 4 tools available
MIT licensed. Fork it, extend it, build on it.
@stellect
73
tests
5
npm
7
pkgs
MIT
license
The market
$0B
Agentic commerce in 2026
Galaxy Research
0
x402 transactions processed
x402.org
$0
Stellar network TVL
stellar.org
<5s
Stellar settlement time
Stellar network
Stellect: 73 tests · 7 packages · 5 on npm · 2 protocols · Soroban contracts · MIT licensed