freemartianbLuna as Collateral - soheyl
    Updated 2022-02-23
    SELECT SUM(amount_usd) AS amount
    FROM anchor.collateral
    WHERE amount_usd IS NOT NULL
    AND contract_label = 'bLuna Custody'
    AND block_timestamp > CURRENT_DATE -90
    order by amount DESC
    Run a query to Download Data