Real Blockchain Solutions · Anchor every matched trade on BSV mainnet · Both parties can verify independently
Localvolts is the only retailer in Australia doing genuine peer-to-peer matching with an AEMO licence. That solves the hardest problem — the bureaucratic one — that has stopped every blockchain-first energy startup including Power Ledger.
This page demonstrates a complementary layer: every matched trade is committed on chain as cell_hash = SHA-256( matching_rule_hex ‖ trade_inputs_sha256 ‖ result_sha256 ). The commitment is 32 bytes, costs under AU$0.01 per anchor, and lets both Alice and Bob — and any auditor either of them brings — independently verify that the clearing they were billed for is the clearing Localvolts actually ran.
The mechanism is identical to what's already running for battery dispatch (see live exhibit below). The Localvolts-shaped version is the second exhibit on this page.
Exhibit 1 — Live mechanism, anchored on mainnet today live
Same envelope shape, applied here to battery dispatch instead of P2P trade matching. The cryptographic primitive is identical: a 32-byte commitment to (strategy_hex, input_data_sha256, result_sha256). Confirms the pipeline produces real on-chain anchors that any browser can verify.
A representative Localvolts-shaped trade with all commitment hashes computed below. In production deployment each matched trade is anchored automatically; both Alice and Bob see the txid in their account view alongside the trade record.
Scope: AU$50,000, 4–6 weeks, fixed-price. Larger or smaller scope quoted separately if either fits better.
Wrap Localvolts' existing matching logic as a Rúnar predicate (the clearing rule compiled to 10–30 bytes of Bitcoin Script — exactly what your matching engine already does, expressed in a form any auditor can step through)
Backtest against 12 months of Localvolts trade data; prove byte-equivalent matches across every interval
Production anchor pipeline (Bun service, runs alongside the existing matching engine; touches nothing in matching logic itself)
Per-trade txid surfaced in both buyer and seller account views, linked to a verification page either party can hit independently with their trade-id