Platform
Four pillars.
One unified stack.
The complete agent infrastructure for Solana. Read state, write transactions, pay per call, onramp fiat — all from one runtime.
The stack
Purpose-built for autonomous software.
Each pillar solves one piece of the agent infrastructure problem. Together, they eliminate the stitching.
Cross-pillar composition
The whole is greater than the sum.
Pillars share state, authentication, and settlement. Multi-step workflows execute atomically — rollback if any step fails.
autonomous-trading-agent.ts
// 1. READ — monitor DEX state across protocols
const quotes = await brij.read("jupiter,orca,raydium");
// 2. PAY — access premium signal API via x402
const alpha = await brij.pay("signals.xyz/alpha", 0.001);
// 3. WRITE — execute a cross-DEX swap atomically
const tx = await brij.write("jupiter.swap", {
inputMint: alpha.bestToken,
amount: alpha.recommendedSize,
});
// 4. ONRAMP — top up USDC for next cycle
await brij.onramp(1000, "USD");Ready to build on the stack?
Join 1,000+ developers shipping autonomous agents on BRIJ.