1,000,000 free RPC requestsJust a wallet, via x402.
Start buildingHow to Use QuickNode Yellowstone and Carbon to Decode and Process Solana Updates
Learn how to integrate QuickNode’s Yellowstone gRPC Geyser Add-on with Carbon to enhance Solana blockchain data indexing.

April 15, 2025 — 3 min read

Developers working with blockchain data understand the importance of timely and reliable access to on-chain updates. Carbon is a lightweight indexing framework for Solana, offering a modular pipeline to source data, decode program-specific account updates using instruction decoders, and process them into complete indexing solutions. A practical example provided by Carbon is its Raydium example, which facilitates tracking key transactions on Raydium, a leading decentralized exchange (DEX) on Solana.
This post explains how to integrate QuickNode’s Yellowstone gRPC Geyser Add-on with Carbon to decode and handle Solana blockchain updates, delivering enhanced performance, lower latency, and increased reliability.
Carbon’s Raydium example enables developers to rapidly establish notification frameworks based on transaction events—such as large token swaps or liquidity pool changes occurring on Raydium. This capability is crucial for traders, analytics platforms, and developers building decentralized finance (DeFi) applications on Solana, as it ensures immediate visibility into critical blockchain events.
QuickNode’s Yellowstone gRPC Geyser Add-on provides developers with a high-performance method for receiving real-time Solana blockchain updates. A dedicated node is not required; the add-on can easily be included in a pay-as-you-go plan. For applications demanding even higher performance, developers can opt for a dedicated node. Using gRPC technology guarantees low latency and scalability, making it an ideal backend solution for real-time blockchain applications such as Carbon.
Carbon’s ability to decode and process blockchain updates relies heavily on the speed and reliability of data ingestion. Integrating Yellowstone gRPC with Carbon delivers immediate benefits:
Faster Updates: Efficient data streaming via Yellowstone gRPC significantly reduces latency between blockchain events and their decoding.
Enhanced Reliability: QuickNode’s managed infrastructure ensures high availability and consistent delivery of updates.
Reduced Operational Complexity: Utilizing QuickNode’s managed solutions removes the complexity associated with maintaining infrastructure, allowing developers to focus solely on development.
Integrating QuickNode Yellowstone gRPC into Carbon’s Raydium framework involves these straightforward steps:
Navigate to QuickNode Marketplace and provision your Yellowstone gRPC endpoint.
Clone the Carbon repository and navigate to the Raydium example:
git clone git@github.com:sevenlabs-hq/carbon.git cd examples/raydium-alerts
Create a .env file in your project root and set the following environment variables:
GEYSER_URL=... X_TOKEN=...
GEYSER_URL should point to your QuickNode Yellowstone Geyser RPC URL.
X_TOKEN is your Geyser authentication token provided in the quicknode console.
Compile the project using:
cargo build --release
Execute the pipeline with:
cargo run --release
This command starts the Geyser client, and the pipeline will begin processing transactions for the specified program ID (RAYDIUM_AMM_V4_PROGRAM_ID).

Integrating QuickNode Yellowstone gRPC with Carbon provides significant performance enhancements for developers working with Solana blockchain updates. This combination delivers speed, reliability, and simplicity, allowing you to efficiently build and scale your blockchain applications.
Ready to enhance your Solana applications? Visit QuickNode’s Yellowstone gRPC on the Marketplace and elevate your Carbon-powered frameworks today.
Founded in 2017, Quicknode deploys institutional-grade blockchain infrastructure for developers and enterprises. With 99.99% uptime and support for 80+ chains, teams build and scale onchain applications without compromise.
The latest engineering insights, product updates, and web3 news delivered straight to your inbox.