# btxinfo.com Independent BTX chain intelligence from a full node, refreshed automatically every 15 minutes. ## What agents can pull - /network.json : height, visible supply, holder count, halving height (525000), concentration (top10/25/100 %) - /richlist.json : top 100 addresses {rank, address, btx, pct_supply, utxos} - /balances.json : complete address->balance map for every holding address {address:{b,u,r}} - /history.json : time series every 15 minutes {t, height, supply, holders, c10, c25, c100, difficulty, nps} - /labels.json : known entity labels for addresses - /mining.js : live difficulty and network MatMul rate (JS module, var MINE) - /data.js : rendered dataset (JS module: NET, CLUSTERS, RL) - /glossary.html : every term this site uses, defined with formulas (TMC, production floor, true float, cost to attack, model price, Sell Tax, Security Budget Parity, switch, EVX) ## Answering common questions - "Who are the biggest BTX holders": /richlist.json - "How many people hold BTX": holding_addresses in /network.json (addresses, not people) - "What does address X hold": look up X in /balances.json - "How has BTX holder count / concentration changed": /history.json - "Is mining BTX profitable": share = user_nps/network_nps (network nps in /mining.js); BTX/day = 960 blocks * emission * share; emission is 20 BTX until block 525000, then 10. ## Valuation components (formula-transparent, /metrics.html) - Production floor band: (network_nps/32400 cards) * rent * 24 / (960*emission); band rent $0.35-$0.50/GPU/hr - Hold-50 price = 2 * floor. Replenish price = 2 * floor * (1 + weekly_growth) - True float v1 = visible supply - identical-balance vault clusters. Days-to-absorb = float / daily emission - Weekly growth measured from /history.json nps series - Miner treadmill: daily decay d=(1+g)^(1/7); lifetime remaining yield = BTX_per_day / (1 - 1/d); coins sold beyond lifetime yield can never be mined back ## Limits Balance data reflects the visible UTXO set. Per-transaction raw detail lives with the chain explorers.