The formula is free — an ETF-grade index is an ops manual
Bonanza Lab patented an integrated system for digital-asset index operations — multi-exchange collection, standardization, quality judgment, anomaly monitoring, incident response, audit history. Note what the patent does not cover: the index formula. A volume-weighted average is a homework problem; what turns a number into a reference price for an ETF is the machinery around it — and the machinery is exactly what got patented.
Not yet scoped — and the honest PoC is to build the smallest index that could survive an audit, then attack it.
Build. Compute a BTC/KRW reference price from three exchange feeds: standardize symbols and timestamps, weight by volume, publish once a minute. This part is an afternoon — which is the point.
Attack. Inject the three classic failures: a fat-finger wick on one venue (single print far off-market), a stale feed that keeps repeating its last price, and a full venue outage. Watch the naive average break, then add the rules that survive: median-of-partitions or trimmed mean, staleness cutoffs, minimum-venue quorum, and a documented fallback when quorum fails.
Audit. The deliverable is not the price series — it is the replayable log: every input tick, every exclusion decision, every fallback trigger, such that a third party can rebuild the published number byte for byte (ponder-reorg-indexer's replay-equality test, applied to an index). Compare your rules with CME CF BRR's published methodology (median of volume-weighted partitions, exchange eligibility criteria) — the index that underlies the US spot ETFs.
Source: news article, 2026-09-03 — Bonanza Lab index-operations patent; PoCs run with Korean index providers.
Why
Ask why the patent covers operations and not math. Because the math was never the product. Any exchange's API plus thirty lines of code yields a price; what an ETF needs is a benchmark — a number with a governance story attached: who decided to exclude that wick, under which pre-published rule, logged where, reviewable by whom. This is preview-means-no-promise in index form: the data was always public, and what gets sold — and patented — is the accountability. A reference price is a liability instrument that happens to output a number.
The precedent is LIBOR, and everyone in this business knows it. The world's most important reference rate failed not because its formula was wrong but because its operations were corruptible — submissions without transaction evidence, no audit trail, no independent oversight. The replacement regime (IOSCO benchmark principles, the EU's BMR, SOFR's transaction-based method) is one long answer to an operations question. Crypto indices are walking the same path preemptively: CME CF's BRR wins the ETF mandates on methodology-plus-governance, not on a better average. Bonanza patenting the pipeline is a Korean bet that when Korea approves spot ETFs (korea-digital-asset-act territory), the mandate goes to whoever already looks like an index administrator, not whoever has the freshest ticker.
The multi-venue problem is a familiar one wearing TradFi clothes. Combining sources that can disagree, go stale, or lie is rpc-view-not-consensus — failover, agreement checks, confidence — with won signs attached. The one design rule that carries over: disagreement handling must be pre-committed and published, because a rule invented during the incident is indistinguishable from manipulation. That sentence is most of what "ETF-grade" means.
How it works
What the patent covers vs. what an afternoon covers
보난자랩이 디지털자산 지수 운영의 통합 시스템 — 복수 거래소 수집, 표준화, 품질 판정, 이상 감시, 장애 대응, 산출 이력 — 에 특허를 등록했습니다. 특허가 덮지 않는 것을 보십시오: 지수 공식. 거래량 가중 평균은 숙제 수준입니다; 숫자를 ETF 의 기준가격으로 만드는 것은 그 주변의 기계 장치이고 — 특허가 잡은 것이 정확히 그 장치입니다.
아직 범위 미정 — 정직한 PoC 는 감사를 살아남을 수 있는 최소한의 지수를 만든 뒤, 그것을 공격하는 것입니다.
만들기. 거래소 피드 셋으로 BTC/KRW 기준가격을 계산합니다: 심볼·타임스탬프 표준화, 거래량 가중, 1분마다 발표. 이 부분은 한나절입니다 — 그게 요점입니다.공격하기. 고전적 실패 셋을 주입합니다: 한 거래소의 팻핑거 심지(시장가에서 멀리 떨어진 단일 체결), 마지막 가격을 반복하는 멈춘 피드, 거래소 전면 장애. 순진한 평균이 깨지는 것을 확인하고, 살아남는 규칙들을 더합니다: 구간 중앙값 또는 절사 평균, 신선도 컷오프, 최소 거래소 정족수, 정족수 미달 시의 문서화된 폴백.
감사하기. 산출물은 가격 시계열이 아니라 리플레이 가능한 로그입니다: 모든 입력 틱, 모든 제외 결정, 모든 폴백 발동 — 제3자가 발표된 숫자를 바이트 단위로 재구축할 수 있게(ponder-reorg-indexer 의 리플레이 동등성 시험을 지수에 적용). 규칙을 미국 현물 ETF 들의 기초 지수인 CME CF BRR 의 공개 방법론(거래량 가중 구간들의 중앙값, 거래소 적격 기준)과 비교합니다.
출처: 기사, 2026-09-03 — 보난자랩 지수 운영 특허; 국내 지수사업자들과 PoC 진행.
왜
특허가 왜 수학이 아니라 운영을 덮는지 물어야 합니다. 수학은 애초에 제품이 아니었으니까. 아무 거래소 API 에 코드 서른 줄이면 가격이 나옵니다; ETF 에 필요한 것은 벤치마크 — 거버넌스 이야기가 붙은 숫자입니다: 그 심지를 누가, 어떤 사전 공표 규칙으로, 어디에 기록하며 제외했고, 누가 검토할 수 있는가. preview-means-no-promise 의 지수 버전입니다: 데이터는 원래 공개였고, 팔리는 것 — 그리고 특허되는 것 — 은 책임입니다. 기준가격은 숫자를 출력하는 책임 장치입니다.
선례는 LIBOR 이고, 이 업계 모두가 압니다. 세계에서 가장 중요한 기준금리는 공식이 틀려서가 아니라 운영이 부패 가능해서 무너졌습니다 — 거래 증빙 없는 제출, 감사 추적 없음, 독립 감독 없음. 대체 체제(IOSCO 벤치마크 원칙, EU BMR, 거래 기반 SOFR)는 운영 질문에 대한 긴 답변 하나입니다. 크립토 지수는 같은 길을 선제적으로 걷고 있습니다: CME CF 의 BRR 이 ETF 위임을 따내는 것은 더 나은 평균이 아니라 방법론 + 거버넌스 덕입니다. 보난자랩의 파이프라인 특허는 한국이 현물 ETF 를 승인하는 날(korea-digital-asset-act 의 영역), 위임이 가장 신선한 시세가 아니라 이미 지수 사업자처럼 생긴 쪽에 간다는 데 건 한국식 베팅입니다.
복수 거래소 문제는 TradFi 옷을 입은 낯익은 문제입니다. 서로 다르게 말하고, 멈추고, 거짓말할 수 있는 소스들의 결합은 rpc-view-not-consensus — failover, 일치 검사, 신뢰도 — 에 원화 기호가 붙은 것입니다. 넘어오는 설계 규칙 하나: 불일치 처리는 사전에 확정·공표되어야 합니다. 사고 도중에 발명된 규칙은 조작과 구별할 수 없기 때문입니다. 이 문장이 "ETF 급"의 뜻 대부분입니다.