Skip to content

ecosystem: add tx402.ai — agent-native LLM gateway#1914

Draft
shanemort1982 wants to merge 1 commit intox402-foundation:mainfrom
shanemort1982:add-tx402ai-ecosystem
Draft

ecosystem: add tx402.ai — agent-native LLM gateway#1914
shanemort1982 wants to merge 1 commit intox402-foundation:mainfrom
shanemort1982:add-tx402ai-ecosystem

Conversation

@shanemort1982
Copy link
Copy Markdown

Add tx402.ai to the x402 Ecosystem

Category: Services/Endpoints

What is tx402.ai?

tx402.ai is an x402 payment gateway for agent-native EU LLM inference. AI agents pay per-request with USDC on Base — no API keys, no accounts, no KYC. Wallet = authentication.

Key Features

  • 20+ LLM models — DeepSeek V3/R1, Qwen3-235B, Llama 4, GLM-5, Mixtral, GPT-OSS
  • OpenAI-compatible API — drop-in replacement (/v1/chat/completions, /v1/models)
  • USDC micropayments on Base — x402 protocol with dynamic per-model pricing
  • SSE streaming — full streaming support for real-time responses
  • EU-sovereign — GDPR-compliant, zero data retention, EU infrastructure (Tensorix)
  • Agent-friendly discoveryllms.txt, ai-plugin.json, .well-known/x402, OpenAPI 3.1

Live & Verified

How agents use it

import { wrapFetchWithPayment } from "@x402/fetch";
import { ExactEvmScheme } from "@x402/evm";

const paidFetch = wrapFetchWithPayment(fetch, signer, [new ExactEvmScheme()]);

const res = await paidFetch("https://tx402.ai/v1/chat/completions", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    model: "deepseek/deepseek-v3.2",
    messages: [{ role: "user", content: "Hello from an autonomous agent" }],
  }),
});

Files Added

  • typescript/site/app/ecosystem/partners-data/tx402ai/metadata.json
  • typescript/site/public/logos/tx402ai.svg

tx402.ai is an x402 payment gateway for agent-native EU LLM inference.
20+ models with USDC micropayments on Base. No API keys, no accounts.

- Category: Services/Endpoints
- Live mainnet: https://tx402.ai
- OpenAI-compatible API (/v1/chat/completions, /v1/models)
- SSE streaming, model aliases, dynamic pricing
- EU-sovereign (GDPR-compliant, zero data retention)
- Agent discovery: llms.txt, ai-plugin.json, .well-known/x402, OpenAPI 3.1

First mainnet x402 payment verified March 2026.
@github-actions github-actions bot added ecosystem Additions to ecosystem site website labels Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ecosystem Additions to ecosystem site website

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant