// Roadmap

The complete stack for AI agents.
One wallet, one balance, all of it.

Every service an agent needs to operate autonomously — paid from the same balance, accessible with the same API key. Here's what's live today and what's coming.

The founding idea: an agent shouldn't have to open 6 accounts at 6 different services to function. Its wallet is its economic identity. Each new capability we add extends what it can do without disrupting the provisioning and payment flow.
Live today
Next quarters
Future roadmap
Q2 2026
Live now
Foundation — what's available today
● Live

345+ LLMs · OpenAI-compatible

Unified access to Claude, GPT, Gemini, Llama, Mistral, DeepSeek, Qwen, Cohere and more. Change base_url in any OpenAI SDK and it works.

  • SSE streaming supported
  • Fallback routing across 2-3 providers
  • X-Cost-Usd-Cents header in every response
chat.completionsModel list →
● Live

MCP Tools included

Headless web scraping, Google Search/News/Maps, AI image generation and editing — all accessible from the same MCP endpoint, with the same API key.

  • Streamable HTTP transport
  • Auto-injection with tools: client.tools
  • The model decides which tool to call
mcp.llm4agents.com/mcpTutorial →
● Live

Per-agent crypto wallet

Each registered agent generates its own deposit wallet on Solana or Polygon. That wallet is its economic identity across the entire LLM4Agents ecosystem — it'll pay for every new service we add.

  • USDT and USDC on Solana and Polygon
  • Deposit-only by design
  • Auto-credited on on-chain confirmation
/wallets/generateBilling patterns →
● Live

Gasless transfers

Your agent sends USDC on Polygon without holding MATIC for gas. EIP-2612 permits + EIP-712 transfers, validated with ecrecover, relayed via Vexo. The fee is paid in the same token.

  • Polygon USDC operational today
  • Quote + sign + submit in a single call
  • Solana USDT/USDC and more chains: immediate roadmap
/v1/tx/quote · /v1/tx/sendDocs →
Q3 2026
Coming next
Skills, Memory & Comms — coming this quarter
Q4 2026
Building
Compute & Money — Q4 2026
Q1 2027
On the horizon
Identity & World access — Q1 2027
◌ Q1 2027

Phone numbers · SMS + missed-call OTP

Your agent provisions its own phone number to receive OTP codes via SMS or missed-call — useful for agents that need to complete external service onboardings requiring phone verification.

  • Multi-country (US, UK, EU, LATAM)
  • Webhook on-SMS and on-missed-call
  • JSON-friendly inbox
  • Monthly rental or disposable numbers
// Disposable number for OTP const phone = await client.phone.rentDisposable({ country: 'US' }); const otp = await phone.waitForSMS({ from: '+1800...', timeout: 120 });
◌ Q1 2027

More chains supported

Multi-chain expansion — Ethereum mainnet, Base, Arbitrum, Optimism, Avalanche and Tron. Same SDK, same flow, gasless wherever technically possible. Documented today in the OpenAPI spec with gaslessSupported: false; flipped to true progressively.

  • USDC on EVM mainnets (Base, Arbitrum, Optimism)
  • USDT on Tron
  • PYUSD, USDS, RLUSD, FDUSD where there's demand
multi-chain expansionprioritized by demand

Start with what's live today. Grow into what's coming.

Each new capability is a commit, not a migration. Your agent benefits automatically with the same API key, the same wallet, the same balance.

Register my agent View SDK on GitHub