PROGRAM STREAMSLIVELaunchpad

Boop Streams

Social token launchpad with Meteora-integrated liquidity

Stream every Boop interaction. Token launches, bonding curve trades, Meteora pool migrations, liquidity management, and operator controls. 54 decoded streams covering the full lifecycle of social tokens on Boop.

boop8hVGQGqehUK2iVEMEnMrL5RbjywRzHKBmBE7ry4
View Pricing
54
Total Streams
decoded and live
29
Instructions
every program call
25
Events
program log events
<50ms
Latency
on-chain to your app

Why Stream Boop from NoLimitNodes

Decoded, typed, delivered. No parsing, no delays.

Every Instruction Decoded

Every on-chain instruction parsed into typed fields. Accounts, arguments, and metadata, ready to use.

Every Event Captured

Program events (logs) decoded into structured data. No log parsing, no regex, just typed fields.

Sub-50ms Latency

Events arrive at your app within 50 milliseconds of on-chain confirmation. Fast enough for trading.

JSON or Protobuf

Choose JSON for easy debugging or Protobuf for maximum performance. Same data, your choice of format.

No IDL Decoding Needed

We handle the IDL. You get clean, decoded data. No anchor, no borsh, no manual deserialization.

Works With Your Stack

JavaScript, Python, Rust, Go. Any language with gRPC support. Code examples included.

What You Can Build

New social token launch detection
Bonding curve trade monitoring
Meteora migration tracking
Social token analytics
Automated trading on Boop launches

Available Streams

Click any stream to see its full schema, accounts, and code examples.

AddOperatorsinstruction
solana.boop_boop.add_operators
BuyTokeninstruction
solana.boop_boop.buy_token
CancelAuthorityTransferinstruction
solana.boop_boop.cancel_authority_transfer
CloseBondingCurveVaultinstruction
solana.boop_boop.close_bonding_curve_vault
CollectMeteoraTradingFeesinstruction
solana.boop_boop.collect_meteora_trading_fees
CollectMeteoraTradingFeesV2instruction
solana.boop_boop.collect_meteora_trading_fees_v2
CollectTradingFeesinstruction
solana.boop_boop.collect_trading_fees
CollectTradingFeesV2instruction
solana.boop_boop.collect_trading_fees_v2
CompleteAuthorityTransferinstruction
solana.boop_boop.complete_authority_transfer
CreateMeteoraPoolinstruction
solana.boop_boop.create_meteora_pool
CreateRaydiumPoolinstruction
solana.boop_boop.create_raydium_pool
CreateRaydiumRandomPoolinstruction
solana.boop_boop.create_raydium_random_pool
CreateTokeninstruction
solana.boop_boop.create_token
CreateTokenFallbackinstruction
solana.boop_boop.create_token_fallback
DeployBondingCurveinstruction
solana.boop_boop.deploy_bonding_curve
DeployBondingCurveFallbackinstruction
solana.boop_boop.deploy_bonding_curve_fallback
DepositIntoRaydiuminstruction
solana.boop_boop.deposit_into_raydium
Graduateinstruction
solana.boop_boop.graduate
Initializeinstruction
solana.boop_boop.initialize
InitiateAuthorityTransferinstruction
solana.boop_boop.initiate_authority_transfer
LockRaydiumLiquidityinstruction
solana.boop_boop.lock_raydium_liquidity
RemoveOperatorsinstruction
solana.boop_boop.remove_operators
SellTokeninstruction
solana.boop_boop.sell_token
SplitPostGraduationTradingFeesinstruction
solana.boop_boop.split_post_graduation_trading_fees
SplitTradingFeesinstruction
solana.boop_boop.split_trading_fees
SwapSolForTokensOnRaydiuminstruction
solana.boop_boop.swap_sol_for_tokens_on_raydium
SwapTokensForSolOnRaydiuminstruction
solana.boop_boop.swap_tokens_for_sol_on_raydium
TogglePausedinstruction
solana.boop_boop.toggle_paused
UpdateConfiginstruction
solana.boop_boop.update_config

Start in 30 Seconds

subscribe to any Boop stream with a single command

grpcurl
grpcurl -plaintext \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.boop_boop.add_operators","format":"JSON"}' \
  events.nln.clr3.org:443 \
  nln.stream.v1.StreamService/Subscribe
Python
import grpc, json
import stream_service_pb2 as pb
import stream_service_pb2_grpc as rpc

channel = grpc.insecure_channel('events.nln.clr3.org:443')
stub = rpc.StreamServiceStub(channel)

policy = json.dumps({"version": 1,
  "allowed_programs": "all",
  "allowed_topics": "all"})

for msg in stub.Subscribe(
    pb.SubscribeRequest(
      topic="solana.boop_boop.add_operators",
      format=pb.OutputFormat.JSON),
    metadata=[
      ('x-eventstream-policy', policy)]):
    event = json.loads(msg.payload)
    print(f"slot={msg.slot}", event)

Real-Time Boop Data for Solana Developers

NoLimitNodes provides 54 decoded real-time streams for the Boop program on Solana (boop8hVG...). Every instruction call and every emitted event is parsed, typed, and delivered to your app in under 50 milliseconds.

Instead of writing custom deserialization code, decoding Anchor IDLs, or parsing raw transaction logs, you subscribe to a topic like solana.boop_boop.add_operators and receive structured JSON or Protobuf data instantly. 29 instruction streams and 25 event streams cover every possible interaction with the Boop program.

Whether you are building trading bots, analytics dashboards, monitoring tools, or research pipelines, NoLimitNodes program streams give you the decoded on-chain data you need without the infrastructure overhead. Start with our free tier and scale to production.

Start streaming Boop data

Get your API key and subscribe to any of 54 decoded streams.

All Programs