a11ewGetting Started
    Updated 2023-05-01
    osmosis.core.fact_staking
    -- Get started with Flipside by running your first query:
    -- the SQL statement below will get you a list of NFT
    -- projects on Ethereum, ranked by how many mints
    -- they've had in the past week.

    -- Be sure to see our documentation for more guidance,
    -- including a full walkthrough of the app:
    -- https://docs.flipsidecrypto.com/our-app/getting-started

    SELECT SUM(balance) AS total_balance
    FROM OSMOSIS.silver.daily_balances


    Run a query to Download Data