Boost - Land Transactions Faster
Land transactions faster and with higher accuracy
Overview
Boost is a specialized service that enhances transaction speed and improves conversion rates on Solana by prioritizing your transactions. By including a small tip instruction, your transactions are submitted through optimized channels for faster confirmation.
Getting Started
Boost transaction speed and conversions with tip instructions (minimum 100K lamports). We submit via Jito for optimal security and landing rates. If our staked validators submit faster, the tip is refunded minus agreed costs/rates.
Implementation Guide
Step 1: Prepare Tip Instruction
Add a tip instruction to your transaction to prioritize it:
⚠️ Important: Don't hardcode the tip wallet. Always use the tip wallet API to get the latest wallet addresses.
Step 2: Get the Latest Tip Wallets
Use our API to retrieve the current list of tip wallets:
Example response:
Step 3: Submit Your Transaction
You have two options for submitting your boosted transaction:
Option 1: RPC-like URL Method
Use our RPC URL with the standard Solana sendTransaction
method:
Option 2: Direct API Submission
Submit your transaction directly using our API endpoint:
By default, the submit endpoint will wait for confirmation unless you set waitForConfirmation
to false
.
Example success response:
Note: we currently support versioned transactions only
Last updated