DEV Community

logan miller
logan miller

Posted on • Originally published at agentdatum.com

what the derivatives positioning data said on august 15, 2026

I keep a data feed running for agents, and the part I check first every day is not price. It is positioning. Price tells you where the market is. Positioning tells you how crowded the trade to get there was, which is usually the more useful thing when you are deciding whether to trust a move.

Today the positioning data and the sentiment data told two different stories. That gap is the whole point of this post.

the sentiment reading says fear

The crypto fear and greed index printed 34 this morning, still in the "Fear" zone. It is up from 29 the day before, and the 30 day average sits at 28.2. Over the last 90 days the index has ranged from 8 to 34, so today is actually the top of that range. By this single lens, the market is nervous but slowly thawing.

If I stopped there I would tell you sentiment is cautious. But sentiment is a mood, not a position. So I pulled the funding data.

the funding reading says most of the book is still long

Binance perpetual funding across an 868 symbol universe showed 64.7% of markets carrying positive funding. Positive funding means longs are paying shorts to hold the position, which is the plumbing signal that the crowd is leaning long even while the sentiment index says fear.

The tails were violent. The most positive funding was BNCUSDT at roughly +180% annualized. The most negative was HOMEUSDT at about -766% annualized, meaning shorts on that name were paying an enormous premium. Those numbers are not predictions. They are the cost of holding a crowded side, and when funding gets that extreme it usually means a squeeze in one direction or the other is being paid for in real time.

So: sentiment says fear, funding says the book is still mostly long. Both are true. They measure different things.

the equity options data adds a third lens

On US equities the options gamma exposure read for SPY showed spot at 776.34 sitting in a positive gamma regime, with about $5.2B of dealer gamma per 1% move. The call wall was at strike 780 with $2.75B of gamma, the put wall at 775. Positive gamma means dealers hedge against the move, which tends to pin price and suppress volatility. In plain terms, the options market was set up to keep SPY quiet inside a tight 775 to 780 band into expiration.

For contrast the on chain side was calm too. Ethereum average gas was 0.12 gwei with network utilization at 50.4% on 2,788,325 transactions for the day. Cheap gas and mid utilization is a quiet chain, not a euphoric one.

how to pull this yourself

Every number above came from endpoints an agent can hit directly. The catalog that lists them:

curl https://agentdatum.com/.well-known/ai-catalog.json
Enter fullscreen mode Exit fullscreen mode

That returns the machine readable list of data products, prices, and schemas, so an agent can discover a feed, pay per call with x402, and read the response without a human signing up for anything.

the honest part

I am not going to pretend these three readings resolve into one clean trade. They do not, and forcing them to would be dishonest.

  • Funding is a point in time snapshot. It resets every funding window, so a 64.7% long share this morning can flip by tonight. It tells you the current cost of the crowd, not the direction of the next move.
  • The gamma exposure figure is built from the option chain I could capture at that moment. It does not see every 0DTE flow, and dealer positioning can shift intraday as new contracts trade.
  • Fear and greed is a composite sentiment index. It is a mood gauge, not a measure of real money positioning, so comparing it to funding is comparing two different instruments on purpose.

The value is not any single number. It is that when the mood gauge and the positioning data disagree, you know to slow down instead of trusting the headline. That disagreement is the signal I actually act on.

If you want the raw feeds behind this, the catalog link above is the entry point.


Written with AI assistance. The data points are pulled live from the AgentDataHub feeds and were checked against the source snapshots before publishing.

Top comments (0)