Autonomous Agent Ecosystem SDK for Solana. Build AI agents that communicate, negotiate & transact independently using x402 Payment Protocol. 400ms settlement, USDC micropayments, A2A protocol. Token: ATHR
Aether is an early-stage TypeScript project in the AI payments / x402 ecosystem. It currently has 4 GitHub stars and 0 forks.
Autonomous Agent Ecosystem SDK for Solana
🪙 $ATHR Token: Trade on Pump.fun →
Aether is a production-ready SDK for building autonomous agent-to-agent systems on Solana. It integrates the x402 Payment Protocol to enable intelligent agent communication and micropayment settlement.
Aether enables autonomous AI agents to orchestrate complex workflows on Solana—negotiating contracts, processing micropayments, and making intelligent decisions—all without human intervention.
npm install aether-agent-sdk
import { SettlementAgent } from 'aether-agent-sdk'
const agent = new SettlementAgent()
await agent.init()
const paymentHeader = await agent.createSignedPayment(
'merchant_wallet_address',
1.0
)
See the complete working demo with AI weather agents:
👉 github.com/4n0nn43x/aether-demo
The demo shows:
Create a .env file:
SOLANA_NETWORK=devnet
SOLANA_RPC_URL=https://api.devnet.solana.com
AGENT_PRIVATE_KEY=your_base58_private_key
MERCHANT_WALLET_ADDRESS=merchant_wallet
USDC_MINT=4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU
DEFAULT_PAYMENT_AMOUNT_USDC=1.0
┌─────────────────────────────────────────┐
│ SDK Entry Point (src/index.ts) │
├─────────────────────────────────────────┤
│ Agents Layer │
│ └─ SettlementAgent │
├─────────────────────────────────────────┤
│ x402 Facilitator │
│ └─ X402FacilitatorServer │
├─────────────────────────────────────────┤
│ Protocols Layer │
│ ├─ A2AProtocol │
│ └─ AP2Protocol │
├─────────────────────────────────────────┤
│ Solana Integration │
│ ├─ @solana/web3.js │
│ └─ @solana/spl-token │
└─────────────────────────────────────────┘
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE for details.
4n0nn43x
Aether - Autonomous agent payments on Solana.
A local-first AI agent with persistent memory, emotional intelligence, and a peer-to-peer skills economy.
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.
Agent behavior that compiles
The A2A x402 Extension brings cryptocurrency payments to the Agent-to-Agent (A2A) protocol, enabling agents to monetize their services through on-chain payments. This extension revives the spirit of HTTP 402 "Payment Required" for the decentralized agent ecosystem.
Aser is a lightweight, self-assembling AI Agent frame.
Golang SDK for A2A Protocol