Pass Sinker a signed transaction. It accepts raw base64 over a single HTTP endpoint and takes it from there.
The AI agent sizes the tip intelligently — informed by current network conditions and patterns built up from prior bundle outcomes — picking the amount most likely to land without overpaying.
No polling. The sidecar watches the chain and the moment the first shred of a leader slot lands, the bundle is already in flight.
Bundle status is tracked from submission through finalization. Events stream back to your app in real time via SSE.
Instantiate with your model provider and enqueue a pre-signed transaction. The agent picks it up automatically via SSE.
The agent that drives tip selection and bundle timing is model-agnostic. Bring your own API key, pick your provider, or point it at a model running entirely on your machine. One environment variable is all it takes to swap the brain.
* STATISTICS ARE ILLUSTRATIVE — REPLACE WITH REAL TELEMETRY FROM YOUR LIFECYCLE LOG
A detailed breakdown of the routing architecture, tip oracle design, bundle lifecycle, and AI agent integration strategy.