Pine AnalyticsSANCTUM LSTs
    Updated 2025-04-11
    with tab1 as (
    SELECT
    --date_trunc('month', block_timestamp) as month,
    swap_to_mint as lst,
    CASE
    when swap_to_mint LIKE 'pathdXw4He1Xk3eX84pDdDZnGKEme3GivBamGCVPZ5a'
    then 'pathSOL'
    when swap_to_mint LIKE 'HUBsveNpjo5pWqNkH57QzxjQASdTVXcSK7bVKTSZtcSX'
    then 'hubSOL'
    when swap_to_mint LIKE 'jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v'
    then 'jupSOL'
    when swap_to_mint LIKE 'strng7mqqc1MBJJV6vMzYbEqnwVGvKKGKedeCvtktWA'
    then 'strongSOL'
    when swap_to_mint LIKE 'BonK1YhkXEGLZzwtcvRTip3gAL9nCeQD7ppZBLXhtTs'
    then 'bonkSOL'
    when swap_to_mint LIKE 'GRJQtWwdJmp5LLpy8JWjPgn5FnLyqSJGNhn5ZnCTFUwM'
    then 'clockSOL'
    when swap_to_mint LIKE 'jucy5XJ76pHVvtPZb5TKRcGQExkwit2P5s4vY8UzmpC'
    then 'jucySOL'
    when swap_to_mint LIKE 'Comp4ssDzXcLeu2MnLuGNNFC4cmLPMng8qWHPvzAMU1h'
    then 'compassSOL'
    when swap_to_mint LIKE 'he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A'
    then 'hSOL'
    when swap_to_mint LIKE 'suPer8CPwxoJPQ7zksGMwFvjBQhjAHwUMmPV4FVatBw'
    then 'superSOL'
    when swap_to_mint LIKE 'st8QujHLPsX3d6HG9uQg9kJ91jFxUgruwsb1hyYXSNd'
    then 'stakeSOL'
    when swap_to_mint LIKE 'Dso1bDeDjCQxTrWHqUUi63oBvV7Mdm6WaobLbQ7gnPQ'
    then 'dSOL'
    when swap_to_mint LIKE 'LnTRntk2kTfWEY6cVB8K9649pgJbt6dJLS1Ns1GZCWg'
    then 'lanternSOL'
    when swap_to_mint LIKE 'pWrSoLAhue6jUxUkbWgmEy5rD9VJzkFmvfTDV5KgNuu'
    then 'pwrSOL'
    when swap_to_mint LIKE 'picobAEvs6w7QEknPce34wAE4gknZA9v5tTonnmHYdX'
    then 'picoSOL'

    Last run: 13 days ago
    WEEK
    SOL_STAKED
    1
    2024-01-15 00:00:00.0005
    2
    2024-01-22 00:00:00.000
    3
    2024-01-29 00:00:00.000
    4
    2024-02-05 00:00:00.0003724.806053948
    5
    2024-02-12 00:00:00.0009548.66903071
    6
    2024-02-19 00:00:00.00022533.137926139
    7
    2024-02-26 00:00:00.00032050.845500648
    8
    2024-03-04 00:00:00.00041519.877139551
    9
    2024-03-11 00:00:00.00053118.12999626
    10
    2024-03-18 00:00:00.00060911.816476201
    11
    2024-03-25 00:00:00.00084990.283044759
    12
    2024-04-01 00:00:00.000244647.913728881
    13
    2024-04-08 00:00:00.000303564.490246929
    14
    2024-04-15 00:00:00.000841089.290762709
    15
    2024-04-22 00:00:00.0001178681.05349129
    16
    2024-04-29 00:00:00.0001783766.90889267
    17
    2024-05-06 00:00:00.0002623406.27473861
    18
    2024-05-13 00:00:00.0003272537.46672818
    19
    2024-05-20 00:00:00.0003433802.28435603
    20
    2024-05-27 00:00:00.0004442282.27736037
    65
    3KB
    39s