jito_tip_calculator
Compute the expected-value-maximizing Jito tip for a Solana arbitrage bundle. Input pool depth, expected profit, and slot probability to receive tip in lamports and EV breakdown.
Instructions
Compute an expected-value-maximizing Jito tip for a Solana arbitrage bundle. Inputs: pool_depth (USD), expected_profit (USD), slot_probability [0..1]. Returns tip lamports + EV breakdown. Priced at $0.01 USDC on Base (x402). Pass a signed x402 v2 authorization as the '_payment' argument to unlock the paid response. Without it, the tool returns the 402 accept-list for your wallet to sign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _payment | No | Optional. Signed x402 v2 X-PAYMENT header value (base64-encoded EIP-3009 authorization). If present, forwarded upstream; if absent, tool returns the 402 accept-list. | |
| slot_prob | Yes | Probability the leader slot is a Jito validator [0..1]. | |
| pool_depth | Yes | Target pool depth in USD. | |
| expected_profit | Yes | Gross expected profit of the bundle in USD. |