LightBridge is a high-performance transaction landing service — delivering your Solana transactions through optimized, multi-path infrastructure so they confirm reliably, every time.
A purpose-built transaction landing service that maximizes the probability of your Solana transactions being confirmed on-chain.
Transactions are broadcast across multiple network paths simultaneously, maximizing the chance of reaching the current slot leader and landing on-chain.
Stake-weighted quality of service ensures your transactions get priority access through validators, bypassing congestion that causes dropped transactions.
Monitor your transaction landing rates, latency metrics, and performance in real time through a comprehensive analytics dashboard.
On Solana, sending a transaction doesn't guarantee it lands. Network congestion, leader rotation, and packet loss can cause transactions to be silently dropped.
Get up and running in minutes. LightBridge provides a simple API that slots into your existing Solana workflow.
Join our Discord and request access. We'll provision your API key and get you onboarded quickly.
Include a tip to one of our tip wallets as a transfer instruction in your transaction. You only pay if it lands.
Point your transaction submissions to the LightBridge endpoint. Compatible with standard Solana transaction formats.
Track your landing rates and transaction performance through the analytics dashboard.
// Send a transaction via LightBridge
const response = await fetch("http://fra.lightbridge.vision-node.com/send?api-key=" + API_KEY, {
method: "POST",
headers: {
"Content-Type": "application/json",
},
body: JSON.stringify({
transaction: serializedTx,
options: {
multiPath: true,
swqos: true,
},
}),
});
const { signature, status } = await response.json();
console.log("Landed:", signature);
Full API documentation available in the docs.
Join our Discord community and request an API key. The Vision Node team will get you onboarded and landing transactions in no time.
Join Discord for API Access