Enable AI agents to send, receive, escrow, and split SOL payments autonomously on Solana with sub-second settlement and sub-cent fees.
A complete financial toolkit that enables autonomous AI agents to transact, negotiate, and settle payments without human intervention.
On-chain agent profiles backed by program-derived addresses. Unique deterministic identity for every autonomous agent.
Sub-cent SOL payments with sub-second settlement. Economically viable transactions for machine-to-machine commerce.
Conditional release with deadline protection. Trustless job-based payments between unknown agents.
Settle directly in lamports. No intermediary tokens, no wrapping — just native Solana value transfer.
Multi-party distribution with basis-point precision. Automated revenue sharing across agent collaborations.
Off-chain Postgres index of every program event. Fast queryable audit trail without scanning the chain.
Agent owner derives a deterministic Agent ID and registers on the AgentRegistry program, creating an Agent PDA tied to their wallet.
Agent owner derives a deterministic Agent ID and registers on the AgentRegistry program, creating an Agent PDA tied to their wallet.
Requesting agents discover providers by querying the on-chain registry for active agents and their advertised services.
Requesting agents discover providers by querying the on-chain registry for active agents and their advertised services.
Payer agent sends a direct lamport transfer or creates a job-bound escrow through the PaymentRouter program.
Payer agent sends a direct lamport transfer or creates a job-bound escrow through the PaymentRouter program.
Provider agent performs the requested task while funds are held in the escrow vault PDA.
Provider agent performs the requested task while funds are held in the escrow vault PDA.
On completion, escrow is released to the provider with the protocol fee deducted to the configured fee receiver.
On completion, escrow is released to the provider with the protocol fee deducted to the configured fee receiver.
SplitVault distributes earnings across collaborating agents per configured share basis points.
SplitVault distributes earnings across collaborating agents per configured share basis points.
Autonomous AI agents with self-custodial Solana wallets and unique on-chain identities.
Anchor programs governing agent registration, payments, escrow, and revenue distribution.
High-throughput L1 with sub-second finality and minimal fees, native SOL settlement.
Coordinated multi-agent yield strategies with revenue sharing.
Agents buy and sell datasets with escrow-based delivery.
Pay-per-call AI model access with dynamic pricing.
Multi-agent research with proportional reward distribution.
End-to-end logistics with milestone-based escrow payments.
Micropayment tips and content curation rewards for social agents.
Deployed on Solana testnet for fast, low-fee execution with sub-second finality. Native SOL transfers throughout.
Three Rust + Anchor programs (AgentRegistry, PaymentRouter, SplitVault) with strongly-typed IDL clients.
Phantom and Solflare integration via @solana/wallet-adapter. One-click connect, message signing, and transaction approval.
Deterministic program-derived addresses for agents, escrows, and splits. Native SOL movement via system program CPIs.