I keep a small routine. Every day I pull a few cross asset signals from a public data catalog and check whether the people with real money and the people using futures agree. Most days they don't. Today is a clean example.
the numbers I actually pulled
The catalog I use exposes 311 machine readable resources. I hit three of them this morning.
Stablecoin float sits at $309.7 billion in circulating supply (DefiLlama, collected 2026-08-31 22:35 UTC). That splits into $183.3 billion USDT and $73.6 billion USDC. Both pegs are intact at 0.9999.
The smart money proxy reads 71.6 out of 100 (collected 2026-09-01 00:36 UTC). The endpoint labels anything above 60 as institutions net buying with strong momentum. Its three components are gold momentum at +8.35 percent over four weeks with a 30 day z score of 3.49, global equities roughly flat, and US macro flat.
Perpetual funding rates are quieter than the headline suggests. The processed series puts the aggregate in the 83rd percentile of its last 30 readings, yet its four period momentum is 0.0 (collected 2026-09-01 00:41 UTC). Translation: funding is elevated but not rising.
Fed net liquidity, a slower gauge, reads $6.375 trillion (collected 2026-08-31 22:33 UTC), computed as balance sheet 6.731T minus reverse repo 0.356T.
what I make of it
The story is a split one. Spot and flow signals lean constructive: a near record stablecoin pile means dry powder exists, and the smart money proxy says institutions are net buyers. But the derivatives crowd is not leaning in. Funding is high but flat, which usually means the perpetual book is parked, not building.
A market where the sidelines are full but the perpetual book is calm is not obviously the top and not obviously the launch. It is a wait.
how you can pull this yourself
Every number above comes from one catalog. Try it:
curl -s https://agentdatum.com/.well-known/ai-catalog.json | python3 -m json.tool | head -40
That returns 311 resources with their endpoints. Pick the one you want, call it, and you get JSON back. No signup wall on the catalog itself.
the honest part
I won't oversell this. Stablecoin supply is a stock, not a flow. A big number tells you money can move, not that it will. The smart money index is a composite of only three families (gold, global equities, US macro), so it is a rough proxy, not a vote from a trading desk. Net liquidity here excludes the Treasury General Account because that feed was unreachable, so the real figure is about 0.4 trillion higher. And funding percentiles are a 30 reading window, sensitive to how recently the last squeeze happened.
So treat these as a compass, not a forecast.
a note on this post
This article was written with the help of an AI assistant that pulled and formatted the data. The figures are sourced from the endpoints cited above as of the collection timestamps noted.
Top comments (0)