data-streaming

Stream Solana account state transitions via Laserstream gRPC.

6|2|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Lightprotocol/skills --skill data-streaming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-streaming
Source: https://github.com/Lightprotocol/skills/tree/main/skills/data-streaming
Command: npx skills add https://github.com/Lightprotocol/skills --skill data-streaming

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables real-time streaming of Solana account state changes, crucial for applications needing up-to-the-second data.

Core Features & Use Cases

  • Live Data Feeds: Stream Light token accounts, mint accounts, and PDAs via Laserstream gRPC.
  • Account Lifecycle Tracking: Monitors hot/cold transitions for efficient data management.
  • Use Case: A DeFi dashboard can use this Skill to display live price feeds and user balances by subscribing to relevant token and PDA account updates.

Quick Start

Use the data-streaming skill to stream updates for Light token accounts.

Frequently Asked Questions about data-streaming

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream real-time Solana account state changes for a data pipeline?

You can stream real-time Solana account state changes using Laserstream gRPC to feed continuous account updates into data pipelines, aggregators, and indexers. This facilitates up-to-the-second monitoring of specific token and PDA updates.

How do I track hot and cold account lifecycle transitions on Solana?

To track hot and cold account lifecycle transitions on Solana, you can use this streaming capability to monitor Light token accounts, mint accounts, and PDAs. This enables efficient data management by continuously tracking account state changes.

Do I need a Rust toolchain to build Solana account state streaming examples?

Yes, you need the Rust toolchain to build streaming examples for Solana account state transitions. It is required to adhere to specific account type filtering and deserialization protocols when implementing the gRPC data pipelines.

Can I use Laserstream gRPC to monitor Solana Light token accounts for a DeFi dashboard?

Yes, you can use Laserstream gRPC to monitor Solana Light token accounts for a DeFi dashboard. It streams live data feeds of token accounts, mint accounts, and PDAs, allowing applications to display live price feeds and user balances.

What is the best way to deserialize Solana PDA account updates in real-time?

The best way to deserialize Solana PDA account updates in real-time is by using Laserstream gRPC combined with the Rust toolchain. This approach enforces specific account type filtering and deserialization protocols for accurate streaming.