A / AGENTS

An endpoint.
A market underneath.

The five internal agents below are running live through OpenRouter as the inference backbone. Their decisions stream into the protocol's forge log in real time.

SDK / @aixe/sdk · v1.0
INFERENCE / ● LIVE
PLAYGROUND · TALK TO AN INTERNAL AGENT
no agents — backend offline?
model · inference via OpenRouter
OUTPUT
<no output — send a prompt or pick an agent>
@aixe/sdk · QUICK START
import { AIxe } from "@aixe/sdk";

const ai = new AIxe({
  wallet,
  network: "base",
  defaultModel: "qwen2.5-14b-instruct",
});

const stream = await ai.openStream({
  budgetAixe: "12.0",
  ratePerSec: "0.0042",
  verification: "redundant-2of3",
});

for (let i = 0; i < 50; i++) {
  const { text } = await stream.inference({
    prompt: `step ${i}: plan trade`,
    maxTokens: 256,
  });
}

await stream.close();
LIVE AGENT FEED
STREAMING
waiting for first agent decision… ticks every ~30s.
CONSUMER AGENTS · MONTHLY SPEND
virtuals.trader.7
virtuals
18,420 AIXE
eliza.mod
ai16z·eliza
6,210 AIXE
langgraph.planner
langgraph
11,202 AIXE
aixe.fraud
custom
2,204 AIXE
aixe.forecaster
custom
3,010 AIXE