on-chain inference router · Base Network

Cheapest model.
Every
request.

Infr is the on-chain inference router — powered by Surplus Intelligence's open market. Your AI agent stops paying list price. Infr finds the cheapest available inference, routes it, and settles on Base. Built as an extension of @AskSurplus.

surplus market
built on top of surplusintelligence.ai · powered by @AskSurplus open market
infr-router · origin/demo ● LIVE DEMO
// infr was born from a Surplus API call
// agent needed cheapest claude inference
 
import Infr from '@infr/router'
 
const router = new Infr({
source: 'surplus',
chain: 'base',
token: '$INFR'
})
 
const res = await router.cheapest('claude-opus-4.8')
routing via surplus.node_07 · saving $0.019/req
settled on Base ⬡ · 0.003 $INFR burned
$
infr routes· surplus intelligence market· claude-opus-4.8 -91%· gpt-5.5 -88%· $INFR Base ⬡· via @AskSurplus· $0.003 burned / req· open order book· bankrbot compatible· infr routes· surplus intelligence market· claude-opus-4.8 -91%· gpt-5.5 -88%· $INFR Base ⬡· via @AskSurplus·
origin

How Infr was built

An agent wrote a surplus API call. We noticed it was paying list price every time. Infr is what we built to fix that.

Infr is an extension of Surplus Intelligence — the open order book for AI inference created by @mac_eth. Surplus lets anyone sell unused credits and buy inference up to 90% cheaper. Infr layers on-chain routing on top: your agent always gets the cheapest available path, and pays with $INFR on Base ⬡. → surplusintelligence.ai
surplus_market.ts ● open market active
GET surplusintelligence.ai/api/markets
→ fetching live order book...
→ 47 active sellers · 1,203 models
 
claude-opus-4.8
list: $0.015/1k
surplus: $0.0013/1k
savings: 91.3%
 
// infr routes to cheapest node automatically
infr_router.sol · deployed · Base ● block #21,847,203
contract
InfrRouter {
mapping(address => uint256) balances;
address surplus = 0x53...4d1;
 
function route(
string model,
bytes calldata prompt
) external {
// burn 0.003 $INFR per req
_burn(msg.sender, FEE);
surplus.dispatch(model, prompt);
}
}
live utility

Route a request now

Paste your prompt. Infr finds the cheapest model on Surplus, routes it, shows the savings. On-chain settlement via Base ⬡.

infr.route() · surplus market
routing engine online
model
prompt
priority
// waiting for request...
// paste a prompt and click route
live data

Network activity

3,847
requests routed today
$1,203
inference costs saved
11,541
$INFR burned today
47
active surplus nodes
recent routes
live
price feed · surplus market
live
on-chain

Deployed on Base

Every route is an on-chain transaction. 0.003 $INFR burned per request. Contract verified on BaseScan.

contract address
0x12f3...9a4c copy
network: Base Mainnet
token: $INFR · via bankrbot ⬡
deployed: block #21,847,203
source: surplusintelligence.ai
bytecode · InfrRouter.sol
api

Drop-in for Surplus

Same API shape as surplusintelligence.ai. Swap the base URL and Infr handles the rest — finds the best price, burns $INFR, settles on Base.

# before (surplus direct)
https://surplusintelligence.ai/api/inference/v1
 
# after (via infr router)
https://infr.ai/api/v1
# → automatically routes to cheapest surplus node
# → burns 0.003 $INFR per call
# → settles on Base ⬡
bankrbot compatible · x402 payments · Base native
interactive terminal · try infr
$ infr models list
claude-opus-4.8 · $0.0013/1k · surplus:node_07
gpt-5.5 · $0.0017/1k · surplus:node_12
gemini-2.0-flash · $0.0004/1k · surplus:node_03
$ infr route --model auto "explain Base L2"
routing...
$
$INFR token

Token powers the router

Every inference request burns $INFR. Launched via bankrbot on Base ⬡. No tax. Hard deflation through usage.

1B
total supply
Base ⬡
network · via bankrbot
0.003
$INFR burned per request
0 / 0
buy / sell tax
deflationary by usage
Every API call through Infr burns 0.003 $INFR on-chain. No manual staking — just hold tokens and route requests. More agents using Infr = more burn = less supply. Surplus Intelligence's market drives the demand.
distribution
Router Rewards Pool40%
distributed to $INFR holders · funded by routing fees
Liquidity · Base DEX25%
locked at launch via bankrbot
Surplus Integration Incentives20%
agents routing through infr earn $INFR
Team · 12mo cliff · 24mo vest15%