N° 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
INFERENCE / ● LIVE
<no output — send a prompt or pick an agent>
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();waiting for first agent decision… ticks every ~30s.
virtuals.trader.7
18,420 AIXE
eliza.mod
6,210 AIXE
langgraph.planner
11,202 AIXE
aixe.fraud
2,204 AIXE
aixe.forecaster
3,010 AIXE