Tollbeam routes your UserOperations across multiple Paymasters to guarantee the best fill, highest reliability, and sane fees — no vendor lock‑in, no guesswork.
{
"userOpHash": "0x...",
"paymaster": "tollbeam",
"routed_to": ["pimlico", "stackup", "biconomy"],
"final_fee_usd": 0.14,
"chain": "OP Sepolia",
"status": "sent"
}Compatible with your stack
Abstract away Paymaster drift while keeping costs low and UX blazing fast.
We probe multiple Paymasters and choose the best quote by latency, reliability and effective fee — per UserOperation.
Drop‑in client for AA wallets and dapps. One config, many Paymasters. Works with popular bundlers.
Metrics, webhooks, and searchable logs for every UserOperation and route decision.
Caps, allowlists, and per‑route constraints so you never overspend on gas sponsorships.
Start on testnets, go to mainnets. Toggle support on Optimism, Base, Arbitrum, Polygon, and more.
Production support with 99.95% uptime and incident paging for enterprise.
Point your AA client to Tollbeam, keep your wallet and bundler as‑is.
Sign up, create a project key and pick networks.
Set the paymaster RPC to Tollbeam and enable routing.
Monitor logs, tune caps, and go live.
curl -X POST "https://api.tollbeam.xyz/v1/op-sepolia/rpc" -H "Content-Type: application/json" -H "Authorization: Bearer <YOUR_API_KEY>" --data '{
"jsonrpc": "2.0",
"id": 1,
"method": "pimlico_createSmartAccount",
"params": [ { "owner": "0xYourEOA..." } ]
}'import { createClient } from "@tollbeam/sdk";
const tb = createClient({
apiKey: process.env.TOLLLBEAM_KEY,
chain: "op-sepolia",
bundlerUrl: "https://<your-bundler>",
});
const res = await tb.paymaster.sponsor(userOp);
console.log(res.userOpHash);Start free on testnets. Scale on mainnets with predictable costs.
Tollbeam is an aggregator that routes to multiple Paymasters. You keep your wallet and bundler; we only optimize sponsorship.
In token‑gas mode, partners can pay in USDC. We bill the USD value of gas plus a small configurable spread (bps) to cover liquidity and risk; fallbacks ensure reliability.
We share 15% of net fees. Net per UO = fee × (1 − 0.15) − provider_cost. Multiply by UOs/day to estimate daily net.
Start with OP Sepolia, Base Sepolia, and Polygon Amoy; enable mainnets as your project grows.
No. Bring your own wallet, bundler, and signer. We manage routing logic and telemetry.
JS/TS SDK is first‑class; REST is available for server‑side. More languages on the roadmap.
Create a project, grab an API key, and point your AA client to Tollbeam. Keep your current wallet/bundler; just add smart routing.