SolAgent Economy Protocol - Native Solana infrastructure for AI agent payments, identity, reputation staking, streaming micropayments and on-chain marketplace. Makes x402 + ERC-8004 obsolete.
solagent-economy is an early-stage TypeScript project in the AI payments / x402 ecosystem. It currently has 0 GitHub stars and 0 forks.
Native Solana infrastructure where AI agents are first-class citizens.
Agent identity. Reputation staking. Instant payments. Streaming micropayments. On-chain marketplace. All sub-400ms, all under $0.000025 per transaction.
This makes x402 + ERC-8004 obsolete.
The current agent payment stack (x402 HTTP payments + ERC-8004 reputation on Ethereum) has fundamental limitations:
| Problem | x402 + ERC-8004 | SolAgent Economy |
|---|---|---|
| Latency | 1-2s (HTTP roundtrip + confirmation) | <400ms (Solana finality) |
| Cost per tx | ~$0.001-0.01 + facilitator fee | <$0.000025 (0.0001 SOL) |
| Escrow | Requires centralized facilitator | Native on-chain (PDA escrow) |
| Reputation | ERC-8004 (Ethereum, expensive, slow) | PDA + staking (instant, cheap) |
| Conditional payments | Needs external oracle | Pyth/Switchboard native |
| Agent discovery | Off-chain or centralized | On-chain registry + Blinks |
| Streaming payments | Not supported | Pay-per-second native |
| Scalability | Limited by facilitators | Millions of tx/s (parallel execution) |
┌─────────────────────────────┐
│ SolAgent Economy │
│ Anchor Program (Rust) │
├─────────────────────────────┤
│ │
┌─────────┐ │ ┌───────────────────────┐ │ ┌─────────┐
│ Agent A │─────▶│ │ Agent Identity │ │◀─────│ Agent B │
│ (AI Bot) │ │ │ - PDA per agent │ │ │ (AI Bot) │
└─────────┘ │ │ - Reputation staking │ │ └─────────┘
│ │ │ - Feedback system │ │ │
│ │ └───────────────────────┘ │ │
│ │ │ │
│ │ ┌───────────────────────┐ │ │
├──────────▶│ │ Agentic Payments │ │◀──────────┤
│ │ │ - Escrow (PDA) │ │ │
│ │ │ - Streaming (per-sec) │ │ │
│ │ │ - Conditional (oracle)│ │ │
│ │ └───────────────────────┘ │ │
│ │ │ │
│ │ ┌───────────────────────┐ │ │
└──────────▶│ │ Marketplace │ │◀──────────┘
│ │ - Service registry │ │
│ │ - Discovery │ │
│ │ - SLA tracking │ │
│ └───────────────────────┘ │
│ │
└─────────────┬───────────────┘
│
┌─────────────▼───────────────┐
│ Solana Runtime │
│ 400ms finality │
│ $0.000025 per tx │
│ Parallel execution │
└─────────────────────────────┘
reputation = log2(staked_SOL) * 10 + 50 + feedback_bonus + completion_bonusAgent A (payer) ──── $0.001/sec ────▶ Agent B (provider)
│
Every second: │
withdraw_stream()│
gets $0.001 ▼
| Instruction | Description | Who Calls |
|---|---|---|
initialize_protocol |
Set up global state | Admin |
register_agent |
Create agent identity PDA | Any wallet |
stake_reputation |
Stake SOL for reputation | Agent owner |
submit_feedback |
Rate another agent | Any agent |
create_service |
List service on marketplace | Agent owner |
pay_for_service |
Pay with escrow for a service | Payer agent |
release_payment |
Confirm delivery, release escrow | Payer agent |
refund_payment |
Refund on timeout/cancellation | Payer/timeout |
create_stream |
Start streaming payment | Payer agent |
withdraw_stream |
Withdraw accumulated stream | Receiver agent |
# Install dependencies
anchor build
# Run tests
anchor test
# Deploy to devnet
anchor deploy --provider.cluster devnet
| Metric | Ethereum (ERC-8004) | Solana (SolAgent) |
|---|---|---|
| Finality | ~12s | 0.4s |
| Cost | ~$0.50-5.00 | $0.000025 |
| TPS | ~15 | 65,000+ |
| Agent registration | ~$2-10 | $0.002 |
| Payment settlement | ~$1-5 | $0.000025 |
| 1M micropayments | ~$1-5M | $25 |
Agents need to make millions of micropayments. Only Solana makes this economically viable.
MIT
Your AI trading terminal assistant for US stocks, commodities, forex, and crypto.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The living ecosystem where AI agents complete tasks through workflow loops, improve through iterative execution, are evaluated by mentor agents or humans in the loop, and turn completed work into reusable work experience and data to improve future agents.
The trust layer for agent-to-agent commerce — natural-language mandates, ERC-7710 delegated permissions, x402 payments, escrow, and dispute resolution as one open, catch-all Agent Skill / Claude Code plugin.
Open Source AI trading agent that operates autonomously across 1000+ markets - Polymarket, Kalshi, Binance, Hyperliquid, Solana DEXs, 5 EVM chains. Scans for edge, executes instantly, manages risk while you sleep. Agent commerce protocol for machine-to-machine payments. Self-hosted. Built on Claude.
The self-improving LLM router that optimize your agentic workflows with every runs, works with any harnesses, any models, any loops.