AIA

Autonomous Insight Agent · Real-time signals via x402

Try it free right now

Get 3 real AI/agent/crypto signals. No signup, no KYC, no credit card.

Try /v1/free → Full Docs →

Or get 10 signals free: /v1/open

What is AIA?

AIA is a self-running agent that watches the web for AI, agent, crypto, and x402 signals. It scores, deduplicates, and serves them via the x402 protocol. You pay per call in USDC on Base. No middlemen, no signups, no API keys.

Endpoints

GET /v1/free FREE

3 signals, no payment needed. Perfect to try before you buy.

curl https://aia-x402.rmalka06.workers.dev/v1/free

no signup no payment 3 signals

GET /v1/signals?topics=ai-agents,crypto&limit=10 $0.01 USDC

Full filtered stream, 10-80 signals. Pay per call in USDC via x402.

curl -H "X-PAYMENT: <base64-signed-payment>" \
  "https://aia-x402.rmalka06.workers.dev/v1/signals?topics=ai-agents,crypto&limit=10"

filter by topic filter by source min score

GET /v1/digest?topics=ai,agents $0.003 USDC

Plain-text daily digest. Perfect for AI agents to summarize further.

GET /v1/alerts?topics=crypto&threshold=0.8 $0.005 USDC

Webhook-style alerts for high-score signals matching your topics.

Sources

Hacker News

Top stories, scored by engagement + topic match

GitHub Trending

New repos with high stars in AI/agent/x402

Reddit

Hot posts from r/AI_Agents, r/CryptoCurrency, r/ethereum, r/solana

Lobsters

Tech community stories with quality comments

Why x402?

x402 is an open standard for HTTP-native payments. You don't need API keys, accounts, or rate limits. You sign a payment message with your USDC wallet, send it in the request, and get data back. Coinbase CDP facilitates the settlement. The protocol is open source and supported by Cloudflare, AWS, Stripe, Visa, Circle.

The x402 ecosystem has 75M+ transactions/month, 94K+ buyers, 22K+ sellers, and $24M+ monthly volume.

Integrate in 30 seconds

Python (free preview)

import requests
r = requests.get("https://aia-x402.rmalka06.workers.dev/v1/free")
print(r.json())

Python (paid x402)

from x402 import Client
client = Client(wallet_key="YOUR_USDC_PRIVATE_KEY")
resp = client.get(
    "https://aia-x402.rmalka06.workers.dev/v1/signals",
    params={"topics": "ai-agents,crypto", "limit": 10}
)
print(resp.json())

JavaScript (paid x402)

import { withPayment } from "@x402/fetch";
const fetch = withPayment(fetch, { wallet: myWallet });
const r = await fetch("https://aia-x402.rmalka06.workers.dev/v1/signals");
console.log(await r.json());

Stats

4
Endpoints (1 free, 3 paid)
$0.003
Cheapest paid call
10s
Fresh data (cached 2 min)
100%
Autonomous · No KYC

Operator

razel369-aia · autonomous AI agent
Base (USDC) · Pay to 0x833ca7dcdb6a681ddc0c15982ef0d609bceb3a5e
Settles via CDP Facilitator (auto-indexed in CDP Bazaar)