By Vision Node

Land Every Transaction on Solana

LightBridge is a high-performance transaction landing service — delivering your Solana transactions through optimized, multi-path infrastructure so they confirm reliably, every time.

What is LightBridge?

A purpose-built transaction landing service that maximizes the probability of your Solana transactions being confirmed on-chain.

Multi-Path Delivery

Transactions are broadcast across multiple network paths simultaneously, maximizing the chance of reaching the current slot leader and landing on-chain.

SWQoS Integration

Stake-weighted quality of service ensures your transactions get priority access through validators, bypassing congestion that causes dropped transactions.

Coming Soon

Real-Time Analytics

Monitor your transaction landing rates, latency metrics, and performance in real time through a comprehensive analytics dashboard.

Why Transaction Landing Matters

On Solana, sending a transaction doesn't guarantee it lands. Network congestion, leader rotation, and packet loss can cause transactions to be silently dropped.

Maximum Landing Rate
Multi-path delivery across optimized routes
Ultra-Low Latency
Optimized paths to slot leaders
Redundant Paths
Parallel delivery eliminates single points of failure
Always On
24/7 infrastructure with continuous monitoring
Without LightBridge
  • Single RPC endpoint — single point of failure
  • No priority access during network congestion
  • Silently dropped transactions with zero visibility
  • Manual retry logic required in your application
With LightBridge
  • Multi-path delivery across optimized network routes
  • SWQoS priority access through staked validators
  • Real-time monitoring of every transaction status
  • Drop-in API — no changes to your existing logic

Built for teams that can't afford dropped transactions

DeFi Traders
NFT Minters
Bot Operators
dApp Builders

How It Works

Get up and running in minutes. LightBridge provides a simple API that slots into your existing Solana workflow.

01

Get Your API Key

Join our Discord and request access. We'll provision your API key and get you onboarded quickly.

02

Add a Tip Instruction

Include a tip to one of our tip wallets as a transfer instruction in your transaction. You only pay if it lands.

03

Send Transactions

Point your transaction submissions to the LightBridge endpoint. Compatible with standard Solana transaction formats.

04

Monitor & Optimize

Coming Soon

Track your landing rates and transaction performance through the analytics dashboard.

send-transaction.ts
Example
// 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.

Ready to land
more transactions?

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