NTP for Bitcoin price
96-byte UDP packets • <1 s global sync • zero oracles • real Kraken + Coinbase prices
- CoinGecko down? → your wallet still shows the real price
- Chainlink 10 s delay? → Lightning invoices settle in 2 s
- One exchange hacked? → weighted median ignores liars
git clone https://github.com/BitCoinPriceProtocol/bpp.git
cd bpp-poc
cargo run --release # server (port 8128)
# open second terminal
cargo run --release -- query # clientcargo run --release