Posts vs price

Plot an X account's posts on a token's candles and measure whether the price after those posts differs from the price after any other hour. Any contract address, any handle.

Rebuilt 2026-09-17 18:12 UTC from live candles.

Measured tokens

$THREE 405 posts
median 24h after a post +9.07%
vs baseline hours -2.95%
p = 5.0e-4 on 37 clusters
$pump-sdk 66 posts
median 24h after a post -63.58%
vs baseline hours -26.23%
significance withheld

Explore

Chart any token →

Paste a mint and a handle; candles load in the browser.

Multi-asset explorer →

Impact scatter, per-post table and summary stats across every measured token.

Case study →

The launch studied hour by hour, with the figures behind the headline numbers.

News sentiment →

Aggregated crypto headlines scored per story.

Data

Every number on this site comes from these files. No key, no account.

three/chart.json 4kb three/chart.csv 61kb pump-sdk/chart.json 4kb pump-sdk/chart.csv 10kb three-15m.csv 593kb three-1h.csv 386kb

Run it yourself

git clone https://github.com/nirholas/analyze-memecoin-socials
node analyze/generate.mjs --mint <contract address> --accounts <handle> --chart posts.json

Posts come from XActions (--fetch-tweets) or the browser-console scrapers in the repo. No dependencies, Node 18+.