NoLimitNodes
PricingDocsBlogAbout
SupportContact
Log in
home/program-streams/marinade_finance
PROGRAM STREAMSLIVEDeFi

Marinade Finance Streams

Liquid staking protocol powering mSOL on Solana

Stream every Marinade Finance interaction. Staking, unstaking, delayed unstaking, validator management, and mSOL operations. 28 decoded streams for Solana's leading liquid staking protocol.

MarBmsSgKXdrN1egZf5sqe1TMai9K1rChYNDJgjq7aD
View Pricing
28
Total Streams
decoded and live
28
Instructions
every program call
0
Events
program log events

Why Stream Marinade Finance 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.

Real-time Events

Events arrive at your app on-chain confirmation, as they land.

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

mSOL staking flow analytics
Validator delegation tracking
Unstaking queue monitoring
Liquid staking TVL dashboards
Staking reward analytics

Available Streams

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

Initializeinstruction
solana.marinade_finance.initialize
12 accounts
9 args
ChangeAuthorityinstruction
solana.marinade_finance.change_authority
2 accounts
5 args
AddValidatorinstruction
solana.marinade_finance.add_validator
9 accounts
1 args
RemoveValidatorinstruction
solana.marinade_finance.remove_validator
5 accounts
2 args
SetValidatorScoreinstruction
solana.marinade_finance.set_validator_score
3 accounts
3 args
ConfigValidatorSysteminstruction
solana.marinade_finance.config_validator_system
2 accounts
1 args
Depositinstruction
solana.marinade_finance.deposit
11 accounts
1 args
DepositStakeAccountinstruction
solana.marinade_finance.deposit_stake_account
15 accounts
1 args
LiquidUnstakeinstruction
solana.marinade_finance.liquid_unstake
10 accounts
1 args
AddLiquidityinstruction
solana.marinade_finance.add_liquidity
9 accounts
1 args
RemoveLiquidityinstruction
solana.marinade_finance.remove_liquidity
11 accounts
1 args
ConfigLpinstruction
solana.marinade_finance.config_lp
2 accounts
4 args
ConfigMarinadeinstruction
solana.marinade_finance.config_marinade
2 accounts
11 args
OrderUnstakeinstruction
solana.marinade_finance.order_unstake
8 accounts
1 args
Claiminstruction
solana.marinade_finance.claim
6 accounts
StakeReserveinstruction
solana.marinade_finance.stake_reserve
15 accounts
1 args
UpdateActiveinstruction
solana.marinade_finance.update_active
13 accounts
2 args
UpdateDeactivatedinstruction
solana.marinade_finance.update_deactivated
14 accounts
1 args
DeactivateStakeinstruction
solana.marinade_finance.deactivate_stake
14 accounts
2 args
EmergencyUnstakeinstruction
solana.marinade_finance.emergency_unstake
8 accounts
2 args
PartialUnstakeinstruction
solana.marinade_finance.partial_unstake
14 accounts
3 args
MergeStakesinstruction
solana.marinade_finance.merge_stakes
11 accounts
3 args
Redelegateinstruction
solana.marinade_finance.redelegate
15 accounts
3 args
Pauseinstruction
solana.marinade_finance.pause
2 accounts
Resumeinstruction
solana.marinade_finance.resume
2 accounts
WithdrawStakeAccountinstruction
solana.marinade_finance.withdraw_stake_account
16 accounts
4 args
ReallocValidatorListinstruction
solana.marinade_finance.realloc_validator_list
5 accounts
1 args
ReallocStakeListinstruction
solana.marinade_finance.realloc_stake_list
5 accounts
1 args

Start in 30 Seconds

subscribe to any Marinade Finance stream with a single command

grpcurl
grpcurl \
  -H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
  -d '{"topic":"solana.marinade_finance.initialize","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.marinade_finance.initialize",
      format=pb.OutputFormat.JSON),
    metadata=[
      ('x-eventstream-policy', policy)]):
    event = json.loads(msg.payload)
    print(f"slot={msg.slot}", event)

Related Programs

Kamino Lending

Solana's largest lending and borrowing protocol

View streams →
Jupiter Swap

Solana's leading DEX aggregator routing swaps across every pool

View streams →
Jupiter DCA

Dollar cost averaging with automatic execution on Jupiter

View streams →
Jupiter Limit Orders

On-chain limit orders with Jupiter's liquidity

View streams →
Jupiter Perpetuals

Leveraged perpetual trading powered by Jupiter's liquidity

View streams →
Kamino Farms

Yield farming and reward distribution on Kamino

View streams →

Real-Time Marinade Finance Data for Solana Developers

NoLimitNodes provides 28 decoded real-time streams for the Marinade Finance program on Solana (MarBmsSg...). 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.marinade_finance.initialize and receive structured JSON or Protobuf data instantly. 28 instruction streams and 0 event streams cover every possible interaction with the Marinade Finance 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 Marinade Finance data

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

All Programs
NoLimitNodes

Solana RPC infrastructure built for performance and scale.

RPC Access
  • HTTP RPC
  • WebSocket
  • gRPC
Infrastructure
  • Compute Platform
  • VPS
  • VDS
  • Bare Metal
  • Geyser Plugin Hosting
Enhanced Streams
  • PumpFun
  • PumpSwap
  • Raydium
  • Orca
  • Meteora
  • System Events
  • Browse All →
Program Streams
  • PumpFun
  • PumpSwap
  • Raydium CLMM
  • Orca Whirlpool
  • Meteora DLMM
  • Jupiter Swap
  • Jupiter Perps
  • Kamino Lending
  • Browse All 37 →
Trading
  • EZWallet
Analytics
  • Historical Datasets
  • Historical Raw Blocks
Company
  • About
Resources
  • Pricing
  • Custom Development
  • Documentation
  • Blog
  • Support
  • Contact Sales
Compare
  • Yellowstone gRPC vs LaserStream
  • Triton vs Helius
  • Raydium API vs Helius
  • PumpSwap API vs Bitquery
  • QuickNode Streams vs NLN
  • All comparisons →
Legal
  • Terms & Conditions
  • Privacy Policy
© 2026 CLR3 Inc., operating as NoLimitNodes. Registered in Ontario, Canada. All rights reserved.solana mainnet