Skip to content
OnchainQueries

OQ — D40 · Liquid Staking

Deposits, liquid unstakes, delayed unstakes and validator management, decoded instruction by instruction from the program's own interface definition.

Programs
1
Tables
28
Event tables
0
Instruction tables
28
OQ — D40·1Example

Marinade declares no events, so its activity is read from instruction tables.

marinade-deposits.sql
-- Daily Marinade depositsSELECT  date_trunc('day', ts) AS day,  count(*) AS depositsFROM marinade_finance_solana.marinade_finance_call_depositWHERE ts >= {{start_time}}GROUP BY dayORDER BY day;
Programs in this family
Marinade Finance
Instruction-only programs
1 of 1 declare no events in their IDL and expose call_ tables only.

Read the table naming rules, or create an account and query them.