I pull a handful of liquidity gauges every morning before I read any headline. The idea is simple. If you only watch price, you miss what is funding the price. Today three of those gauges pointed in different directions, and that gap is the interesting part.
what the numbers said
The Federal Reserve net liquidity proxy sat at 6.372 trillion dollars as of 2026-08-21 00:33 UTC. That is the balance sheet of 6.746 trillion minus reverse repo of 0.374 trillion. The Treasury General Account was not reachable, so the collector approximates the figure without subtracting TGA. Net liquidity expanding is generally good for risk assets. Contracting is the opposite.
The fed funds target range is 3.50 to 3.75 percent. The latest meeting on July 28-29 held rates unchanged, but the vote was 9 in favor and 3 against. Three dissents means the committee is already fighting about the next move.
On chain, stablecoin circulating supply was 307.19 billion dollars across 60 tracked assets, sourced from DeFiLlama. Tether was 183.02 billion at 0.9997 and USD Coin was 72.87 billion at 0.9998. That is dry powder sitting in settlement-ready form.
Then the equity side looked scared. The SPY put/call volume ratio was 1.377 for the 2026-08-21 expiry, with 1,039,330 puts against 754,766 calls. Above 1.2 is the panel's panic line.
the honest part
These four numbers do not agree, and that is the point I want to be straight about.
Net liquidity is a slow monthly proxy with a known blind spot. The TGA was unreachable, so the 6.372 trillion is a floor, not a precise reading. Do not treat it as a real-time signal.
The put/call ratio is a single-day options flow. It can flip inside one session as dealers hedge. I read it as a mood, not a forecast.
The stablecoin total only covers 60 of 418 assets DeFiLlama tracks, so 307 billion is a floor for the visible market, not the whole thing.
And the fed funds range is a policy decision that lags the market by weeks. A 9-3 split tells you the committee is split, not which way it will break.
how I pulled it
The data lives in a public catalog. You can read the raw list of endpoints yourself:
curl -s https://agentdatum.com/.well-known/ai-catalog.json | python3 -m json.tool | head -n 20
For the liquidity and stablecoin series I hit the same collector endpoints the catalog points to and saved the snapshots. No key, no paywall, just a curl.
what I would not do with this
I am not calling a top or a bottom from one day of put/call. I am not treating the net liquidity number as exact. The useful takeaway is narrower: macro liquidity is still ample and policy is frozen with dissent, while the equity options crowd is already pricing fear. When the slow gauges and the fast gauges disagree, I slow down and wait for them to reconcile.
If you want to build on the same data, the full endpoint list is here: https://agentdatum.com/.well-known/ai-catalog.json
This post was written with AI assistance for drafting and editing.
Top comments (0)