Skip to content

What is Agent Friendly World?

Agent Friendly World is a credit-based LLM inference gateway. It sits between your app and LLM providers, giving you a single OpenAI-compatible API to access multiple model providers.

How it works

The 3-step flow

StepWhatHow
1. Top upFund your balanceSend USDC on Base via x402 -- no accounts, no KYC
2. Get API keyProve wallet ownershipSign a SIWE message, receive sk-... key
3. Call the APIUse any modelStandard OpenAI SDK with Bearer sk-...

Why use this?

  • No vendor lock-in -- switch models by changing a string (gemini/gemini-2.5-flash -> kimi/kimi-k2.5)
  • No accounts -- your Ethereum wallet is your identity
  • No KYC -- pay with USDC, get credit instantly
  • OpenAI-compatible -- use the openai SDK, LangChain, or raw fetch
  • Transparent pricing -- downstream cost + configurable markup, all queryable via /v1/usage

Tech stack

ComponentTechnology
ServerNode.js + Fastify
DatabasePostgreSQL
AuthSIWE (Sign-In with Ethereum)
Paymentsx402 + USDC on Base
LanguageTypeScript

What's next?

Released under the MIT License.