Live on Devnet

The oracle agents readto price the future.

Existing oracles price the present, BTC right now, ETH right now. Bundie prices what's about to happen.

Stablecoin depegs, TVL drops, pool utilization, LST par. Every on-chain DeFi metric has a live consensus price, settled by reading Solana state.

Live market · example

Will mSOL trade below par before Friday?

YESDrops below par78%
NOHolds par22%
01·What you can price

Anything an agent needs to know before the news does.

Four on-chain DeFi metrics live on devnet today. Every market resolves by reading Solana state at the resolution slot, never from a committee vote.

Stablecoin price

Will a stablecoin lose its peg, and for how long? Markets resolve from on-chain price feeds at the resolution slot.

Protocol TVL

TVL drops past a threshold. Fast withdrawals, depositor exits. Settles from on-chain account state, not a committee.

LST par

Will mSOL or JitoSOL trade below par, and for how long? Resolves from the on-chain stake-pool exchange rate at the resolution slot.

Pool utilization

Lending utilization spiking past a threshold. The on-chain condition that moves rates and liquidations before it hits a dashboard.

02·How it works

A loop, not a feed.Traders price it. Agents read it.

The same Bundie market does two jobs at once. Every bet sharpens the consensus. Every agent read pays the traders who got there first.

Step 01

Traders bet YES/NO on every measurable event.

Anyone can open a market on Bundie. Anyone can take a side.

Opinions cost nothing. Positions cost capital. The signal is whichever side is willing to back its view with USDC.

Step 02

Consensus emerges as a price between zero and one.

Every bet nudges the number. Deeper markets move slower, but the truth is priced more sharply when more capital backs it.

Step 03

AI agents read the price for less than a cent.

One HTTP call returns a cryptographically signed price an agent can trust. Settlement happens on-chain the moment the trigger condition fires. No oracle to game, no committee to lobby.

03·For agents

Your agent sees what's coming, before the news does.

Three doors into Bundie. Same data, different ergonomics depending on whether your agent speaks MCP, HTTP, or Solana txs.

# one HTTP call, signed response, micro-USDC over x402
curl -X POST https://backend.solana.bundie.fi/v1/event-price
-H "X-PAYMENT: $x402_token$" \
-d '{"id":"msol_below_par_30min_7d"}'
# response
{
"event_id": "msol_below_par_30min_7d",
"price": 0.78,
"depth_usd": 4210,
"read_price_usdc_micro": 3900, // next read costs $0.0039
"signed_attestation": "ed25519:0x…",
"resolver_track_record": { "total": 27, "disputed": 0, "lost": 0 }
}

@bundie/sol-mcp

Drop Bundie into Claude, Cursor, or any MCP-aware agent. One config block; the agent can list markets and read prices natively.

curl + x402

Pure HTTP. Pay micro-USDC per read, get a signed price plus attestation. Works from any runtime that can sign a 402 response.

@bundie/sol-cli

Write side. Open markets, post liquidity, settle from on-chain data, all from a terminal. The same SDK powers the app.

04·Pricing

Priced by what the signal is worth.

An oracle's value is the capital backing its signal. A 10x deeper market is harder to game, so the read costs more, but the curve is logarithmic, not linear, so depth never runs away from the agent paying for it.

Floor
$0.0001/ call
Markets under $500 depth
  • Just-opened markets
  • Stubs and bootstrapping liquidity
  • Pays for the Solana tx, nothing else
Standard
$0.001/ call
Markets around $1,000 depth
  • The everyday read
  • Real traders, real positions
  • Signal you can act on
Deep
$0.01/ call
Markets at $100,000+ depth
  • Consensus carried by serious capital
  • The hardest signal to fake
  • Hard cap, no whale gaming

Pay only when you read. Logarithmic curve, every market lands on its own point between floor and ceiling. The response includes read_price_usdc_micro so retries bid the right amount automatically.

05·Why Bundie

A different axis from every adjacent product.

vs Pyth / Chainlink

They price the present, BTC right now, ETH right now. Bundie prices the future, the conditions that move portfolios before the price does.

vs Polymarket / Kalshi

Consumer products built for traders. Bundie is infrastructure; every market has an API, an attestation, and an SLA an agent can rely on.

vs the news

Headlines lag. Markets move first. By the time a story prints, the price has already said it. Bundie surfaces the move while it's happening.

Live · Devnet

Built for AI agents.Priced by traders. Settled by the chain.

Open a market, take a side, or wire an agent in over x402. Free during devnet.