Difficulty per Issuance
Mining difficulty divided by average daily coinbase output in satoshis - security cost per BTC issued.
What is it?
Ratio between mining difficulty and the daily average coinbase output (in satoshis) - interpretable as the energetic effort required to produce one unit of newly issued BTC. The ratio structurally increases at each halving (production is halved at constant difficulty) and continues to rise in hash rate growth phases.
How to read
A globally monotonically increasing curve reflects the cumulative growing security of each emitted BTC unit. Sharp jumps at each halving correspond to the production halving. Between two halvings, the slope reflects hash rate growth net of difficulty lag.
Key zones
No absolute zones - the metric evolves structurally upward cycle after cycle. The slope between halvings is the most telling indicator: a strong slope indicates growing miner investment in hash power, a flat or negative slope indicates miner stagnation or capitulation.
What to observe
Slope breaks are notable markers: a sudden acceleration may indicate an investment wave (massively deployed new ASICs), a slowdown may indicate economic stress. Cross-reference with puell-multiple and hash-price to understand mining profitability underlying difficulty evolution.
Historical context
Successive halvings (2012, 2016, 2020, 2024) each produced a visible jump in the metric. Between each halving, the slope reflects miner marginal investment in hash power. Post-halving phases are historically marked by slope acceleration (surviving miners increase their market share and deploy more hash power).
Expert notes
The ratio is expressed in unintuitive units (difficulty / sats). For a more telling reading, use a logarithmic scale which linearises multi-cycle growth. The metric is primarily useful in slope analysis rather than absolute value. A transformation into a normalised index (base 100 at previous halving) can ease inter-cycle comparison.
Common mistakes to avoid
This metric is not a direct measure of the economic cost of producing one BTC - for that, electricity price, ASIC efficiency, and capital cost must be integrated. It is a relative energetic proxy. Confusing the cumulated effort represented by difficulty with a real monetary cost is a classic interpretation error.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/difficulty-per-issuance/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "difficulty-per-issuance",
"timeframe": "1y"
}Required tier: performance. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.
Related metrics
Institutional disclaimer
Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.