Deep diveLearn the foundationsTrunk: Read the market

What Actually Moves Crypto Prices: A Trader's Framework

The four categories of crypto price drivers, why leverage sets the size of a move, why crypto assets correlate so tightly, and how to apply the framework to one coin.

CoinBeaver TeamPublished Jul 28, 2026Updated Jul 28, 2026
CoinBeaver inspects price, volume, candlesticks, and market flows in an open notebook
On this page

Quick read

Crypto prices move for reasons that rarely fit an equity analyst's toolkit. This deep dive sorts the drivers into four categories, explains why leverage decides the size of a move while news only decides its direction, why these assets correlate with each other so tightly, and how to apply the framework to one coin.

What to remember

  • Price drivers fall into four groups: macro liquidity, supply mechanics, demand and narrative, and on-chain or derivative flow.
  • Supply schedules are published in code, so they are already priced. The tradable information is the deviation from the schedule, not the schedule itself.
  • News sets the direction and timing of a move. Leverage sets its magnitude, which is why identical headlines produce very different reactions.
  • Crypto assets correlate with each other far more than equities do, because they share the same marginal buyer, the same collateral, and the same venues.
  • Most tokens carry no legal claim on cash flow, so fundamentals constrain the plausible range rather than producing a fair value.

Ask why a stock moved and there is usually a defensible answer: earnings came in above guidance, a competitor took share, rates repriced the discount on future cash flows. The answer connects to something the shareholder legally owns a piece of.

Ask why a crypto asset moved and the honest answer is frequently that several unrelated things happened at once, and the largest contributor was not the news at all but the amount of borrowed money positioned on the wrong side of it.

That is not a reason to give up on analysis. It is a reason to use a different framework. This article sets out the one the rest of the CoinBeaver coin explainers use: four categories of driver, a clear account of what leverage does to all of them, and a procedure for working out which one is actually responsible for a move in front of you.


1. The four categories of price driver

The four driver categories and what distinguishes them
CategoryWhat it isHow fast it actsIs it knowable in advance
Macro and liquidityThe cost of money and the appetite for risk assets generallySlow, over weeks and months, with sharp repricing on data releasesPartly. The calendar is public, the reaction is not
Supply mechanicsIssuance, burns, staking lock-ups, and scheduled token unlocksSlow and continuous, with dated step changesAlmost entirely. Most schedules are published in code
Demand and narrativeWhat the marginal buyer currently believes the asset is forFast and reflexive, with no fixed timetableNo. This is the genuinely unpredictable category
On-chain and derivative flowWhere capital is actually positioned, and with how much leverageImmediate. It is the transmission channel for the other threeYes, observably. Positioning data is public

The four are not equally weighted, and their relationship matters more than the list. The first three generate a reason to trade. The fourth determines how violently that reason expresses itself in price.


2. Macro and liquidity: the tide underneath

Crypto assets trade as long-duration risk assets. They produce no current income for the holder, so almost all of their value rests on expectations about a distant future, which is precisely the profile that is most sensitive to the cost of money and to general risk appetite.

The practical consequence is that a large share of any given move has nothing to do with the asset. When central bank policy expectations shift, when a growth scare hits equity indices, or when the dollar moves sharply, crypto usually moves with the broad risk complex rather than on anything specific to a blockchain.

What this means for reading a move

Check the tide before crediting the boat. Before attributing a 6% drop to a protocol's own news, look at whether equity index futures, high-beta technology stocks, and gold moved at the same time. If they did, the protocol news is likely coincidental and the position sizing implied by it is wrong.

Macro sets the regime, not the ranking. Liquidity conditions determine whether the whole asset class is in an expanding or contracting phase. They do not tell you which coin outperforms within that phase. That is what the other three categories are for.


3. Supply mechanics: the part that is written down

This is the category where crypto is genuinely more analyzable than equities, because issuance is usually defined in code that anyone can read.

Bitcoin's issuance is a good illustration. The rule lives in Bitcoin Core's GetBlockSubsidy function, which starts from a subsidy of 50 BTC and halves it on a fixed block interval:

Show the source codeOptional. The article explains this without it.
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    int halvings = nHeight / consensusParams.nSubsidyHalvingInterval;
    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return 0;

    CAmount nSubsidy = 50 * COIN;
    // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
    nSubsidy >>= halvings;
    return nSubsidy;
}

Ethereum works the other way, removing supply rather than scheduling its release. Under EIP-1559 every transaction pays a protocol-set base fee, and Ethereum's documentation states that "when the block is created this base fee is 'burned'", removing it from circulation. Network usage therefore reduces supply directly.

Other supply levers include staking lock-ups, which remove without destroying it, and scheduled token unlocks, which add float on dated events. Those are covered in tokenomics explained and vesting schedules and token unlocks.

What this category actually tells you

A published schedule is already in the price. Everyone can read the same code. A supply reduction that has been known for four years is not new information on the day it occurs, which is the central puzzle in the Bitcoin halving's price effect.

The tradable information is the deviation. What moves price is supply behaving differently from the schedule: a foundation selling ahead of a vesting date, a staking ratio falling faster than expected, a burn rate collapsing because activity dried up. Track the realized number against the scheduled one, because the gap is the signal.

Supply is a constraint, not a catalyst. Reduced issuance cannot lift a price on its own. It changes how much buying is required to move price by a given amount. Supply mechanics tell you the slope of the response, and demand tells you whether there is any response at all.


4. Demand and narrative: the category nobody can schedule

If supply is the readable half, demand is the half that resists modelling. A crypto asset's demand comes from what the current believes it is for, and that belief changes without warning.

Narrative deserves to be treated as a real driver rather than dismissed as noise, for a specific structural reason: when an asset has no contractual claim on cash flow, belief about future demand is the valuation input. There is nothing underneath it to override it.

That does not make all narratives equal. It is worth separating them by whether anything verifiable sits behind them:

Two kinds of demand narrative and how to tell them apart
TypeWhat backs itHow to verifyTypical decay
Usage-backedMeasurable activity: fees paid, transactions settled, assets deposited, users retainedOn-chain data that continues whether or not anyone is talking about itSlow. Fades only if the activity actually falls
Attention-backedCoverage, celebrity endorsement, social coordination, anticipation of a listing or an announcementSocial volume and search interest, which stop the moment attention moves onFast, and often complete

Both move price. The difference is what happens afterwards. Usage-backed demand leaves a floor of continuing activity. Attention-backed demand can retrace fully, which is the pattern examined in how Dogecoin pumps are structured and what the memecoin launch data shows.


5. Flow and leverage: why the same news produces different moves

This is the category most retail analysis skips, and it is usually the largest single contributor to the size of a move.

Crypto derivatives markets let traders hold positions far larger than their collateral. When price moves against those positions, they are not closed by choice, they are closed by the exchange. Forced closure is a market order, and market orders move price, which forces more closures.

A worked example

Consider a coin with $1 billion of open interest in perpetual futures, and suppose $200 million of long positions carry liquidation prices clustered within 3% of the current price.

Now suppose the order book can absorb $40 million of selling within a 5% band beneath spot.

A modest 3% decline, from any cause, converts that $200 million of leveraged longs into forced market sell orders. Those orders must be filled against available depth. With $40 million of depth in the first 5%, the remaining $160 million pushes through progressively thinner liquidity, and the decline extends far past the 3% that started it. Each new low sweeps another cluster.

What this example actually tells you

The news chose the direction. Leverage chose the magnitude. The initial 3% could have come from a macro print, a protocol headline, or a single large seller. What turned it into a much larger decline was the ratio of clustered liquidation notional to available depth. This is why the same category of headline produces a 2% reaction one week and a 20% reaction another.

Both of those numbers are observable before you trade. , funding rates, and the distribution of liquidation levels are published data, covered in open interest explained and funding rates explained. Order book depth is visible on any major venue. You can form a view on likely move size before the catalyst arrives.

The asymmetry is a tradeable observation in itself. When open interest is high, funding is stretched to one side, and depth is thin, the expected magnitude of the next move rises regardless of direction. That argues for smaller position sizes and wider stops into the event, not for a directional bet.

The mechanics of forced closure are covered in crypto liquidations explained and how crypto leverage works.


6. Why crypto assets correlate with each other so tightly

An equity investor holding ten stocks across different sectors owns ten genuinely different revenue engines. A trader holding ten crypto assets usually does not, and the reasons are structural rather than sentimental.

Four structural reasons crypto assets move together
Shared dependencyWhy it produces correlation
The same marginal buyerCapital rotates within crypto rather than arriving from outside it, so a bid for one asset is frequently funded by selling another
The same collateralBitcoin, Ethereum, and stablecoins back leveraged positions across the whole market, so a fall in collateral value forces liquidation of unrelated positions
The same venues and railsMost assets trade on the same handful of exchanges against the same stablecoins, so venue or stablecoin stress transmits to everything at once
The same underlying demand driverMost tokens are ultimately bid for the same reason: expected appreciation. Equity sectors have genuinely different drivers, crypto assets mostly do not

What this actually tells you

Holding ten coins is closer to a leverage decision than a diversification decision. If they share the marginal buyer, the collateral, and the venue, then a portfolio of ten correlated assets behaves like a larger position in one asset with more volatility and more idiosyncratic downside. The feeling of diversification is real. The effect frequently is not.

Correlation is regime dependent and rises exactly when it hurts. In calm conditions, coins with genuinely different activity can decouple for weeks. In a liquidation cascade, correlations converge toward one, because the mechanism forcing the selling does not care what any protocol does. Diversification is weakest at the moment it is most needed.

The practical test is measurable. Before counting a position as diversifying, look at how it has traded against Bitcoin during past drawdowns rather than during calm periods. An asset that decouples on the way up and tracks perfectly on the way down is not a diversifier.


7. Why fundamental value is harder to apply here

An equity has a defensible fair value because a share is a legal claim on a company's future cash flows. Discount those flows and you get a number that price can be wrong about, and eventually converges toward.

Most crypto assets break that chain at the first step. Holding a token generally confers no claim on any cash flow. Even where a network produces real revenue, the holder's benefit is usually indirect: fees are burned, which reduces supply, rather than distributed, which would pay you.

That indirection has three consequences worth stating plainly.

There is no anchor to converge to. Price can move a long way in either direction without any change in fundamentals, because nothing contractual pulls it back. "Overvalued" is a statement about expectations, not about a violated claim.

Revenue-style metrics are still useful, but as constraints rather than valuations. Fee revenue, active addresses, and total value locked cannot produce a target price. They can tell you whether a story is supported by anything. A token with negligible fee revenue and heavy scheduled emissions has a structural headwind that no narrative removes, and that is a genuinely actionable conclusion.

Use fundamentals to rule out, not to price. The realistic goal is eliminating assets whose demand story is contradicted by their own on-chain data, and sizing more carefully in the ones where the story is at least consistent with observable activity. Anyone offering a precise fair value for a token is describing their assumptions, not the asset.


8. Applying the framework to a single move

Steps

  1. Rule out the tide first

    Check whether the broad crypto market and traditional risk assets moved at the same time and by comparable percentages. If they did, most of the move is macro and the coin-specific explanation is probably a coincidence you would have found either way.

  2. Check whether anything in the supply schedule changed

    Look for a dated event: an unlock, a burn rate change, a staking ratio shift, or a large known holder moving funds. Remember that a scheduled event that everyone could read was already in the price, so what matters is behavior deviating from the schedule.

  3. Separate usage-backed demand from attention-backed demand

    If the story is that activity is growing, verify it in on-chain data that persists independently of coverage. If it rests on an announcement, an endorsement, or an anticipated listing, treat the demand as capable of retracing entirely.

  4. Measure the positioning that amplified it

    Look at open interest, funding, and where liquidation clusters sit relative to spot. This is what explains the difference between a 2% reaction and a 20% one, and it is the part most commentary omits.

  5. Decide which driver your position actually depends on

    State in one sentence what must remain true for the trade to work. If it is a macro view, coin selection barely matters. If it is a supply event, the date matters more than the level. If it is narrative, you are trading attention and should size for a full retrace.


9. Conclusion

The most common analytical error in crypto is attributing a move to the most visible story rather than to the largest actual contributor. The framework above exists to interrupt that reflex.

Macro liquidity determines the regime the whole asset class sits in, and it explains more of any individual coin's return than most traders credit. Supply mechanics are the readable half of the picture, and because they are readable they are usually priced, which means the opportunity lies in deviations from the published schedule rather than in the schedule itself. Demand and narrative are genuinely unforecastable, but they can be sorted into the kind backed by measurable activity and the kind backed by attention, and those two behave very differently once the initial move is over. Flow and leverage are the transmission channel that converts any of the first three into a price change, and they are why the magnitude of a reaction so often bears no relationship to the importance of the news.

Two conclusions carry into the coin-specific articles that follow. First, positioning is observable before the event, so the likely violence of a move is knowable even when its direction is not. Second, because most tokens carry no claim on cash flow, fundamentals constrain the plausible range rather than producing a fair value, and their honest use is to eliminate assets whose story their own data contradicts.

The individual coin explainers apply this framework to specific assets, starting with the two where supply mechanics dominate and moving toward the ones where narrative does.


Frequently asked questions


Sources and further reading

Primary sources used in this article:

Coin-specific applications of this framework:

Supply and positioning mechanics in depth:

This article is educational and is not financial advice. The open interest, depth, and position figures in the worked example are illustrative rather than live market data. Market structure, derivatives availability, and the composition of demand change over time. Verify current positioning data and protocol parameters before acting on any of the framework above.

Related coins

Keep learning

Recommended next reads based on this lesson.