Workspace IndexDev Notes › The formula is free — an ETF-grade index is an ops manual

#158PoC

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

Layer What it is Who can build it
The formula Volume-weighted average, or median of partitions Anyone, in an afternoon
The pipeline Multi-venue collection, symbol/timestamp standardization Any data team
The judgment Quality rules: outliers, staleness, venue quorum The patent starts here
The accountability Audit history, anomaly log, incident response, replayability This is the product

The three attacks and the surviving rules

Failure injected Naive average does ETF-grade index does
Fat-finger wick on one venue Follows the wick into the NAV Pre-published outlier rule excludes it, logs the exclusion
Stale feed repeating last price Silently averages a dead number Staleness cutoff drops the venue after N seconds
Venue outage Composition shifts silently Quorum rule + published fallback (e.g. remaining-venue median)

The benchmark lineage

Benchmark The lesson
LIBOR Corruptible operations killed a correct-enough formula
SOFR / IOSCO principles / EU BMR The fix was governance and transaction evidence, not new math
CME CF BRR (US spot ETFs) Median of volume-weighted partitions + venue eligibility + published methodology
This patent The same stack, packaged for the Korean ETF market before it exists

Questions that decide if an index is ETF-grade

  1. Is the outlier/staleness/fallback rulebook published before the first incident?
  2. Can a third party replay the published number from logged inputs, byte for byte?
  3. Who oversees rule changes, and can the operator change them mid-incident?
  4. What are the venue eligibility criteria — and who gets removed, when, by which trigger?

← All Dev Notes · Workspace Index · Top ↑

공식은 공짜다 — ETF 급 지수는 운영 매뉴얼이다

보난자랩이 디지털자산 지수 운영의 통합 시스템 — 복수 거래소 수집, 표준화, 품질 판정, 이상 감시, 장애 대응, 산출 이력 — 에 특허를 등록했습니다. 특허가 덮지 않는 것을 보십시오: 지수 공식. 거래량 가중 평균은 숙제 수준입니다; 숫자를 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 급"의 뜻 대부분입니다.

동작 방식

특허가 덮는 것 대 한나절이 덮는 것

무엇인가 누가 만들 수 있나
공식 거래량 가중 평균, 또는 구간 중앙값 누구나, 한나절에
파이프라인 복수 거래소 수집, 심볼·타임스탬프 표준화 어느 데이터 팀이든
판정 품질 규칙: 이상치, 신선도, 거래소 정족수 특허는 여기서 시작
책임 산출 이력, 이상 로그, 장애 대응, 리플레이 가능성 이것이 제품

세 가지 공격과 살아남는 규칙

주입한 실패 순진한 평균 ETF 급 지수
한 거래소의 팻핑거 심지 심지를 따라 NAV 로 들어감 사전 공표된 이상치 규칙이 제외하고, 제외를 기록
마지막 가격을 반복하는 멈춘 피드 죽은 숫자를 조용히 평균 N 초 후 신선도 컷오프가 거래소를 떨굼
거래소 장애 구성이 조용히 바뀜 정족수 규칙 + 공표된 폴백(예: 잔여 거래소 중앙값)

벤치마크 계보

벤치마크 교훈
LIBOR 부패 가능한 운영이 충분히 맞던 공식을 죽였다
SOFR / IOSCO 원칙 / EU BMR 수정은 새 수학이 아니라 거버넌스와 거래 증빙이었다
CME CF BRR (미 현물 ETF) 거래량 가중 구간 중앙값 + 거래소 적격성 + 공개 방법론
이번 특허 같은 스택을, 아직 존재하지 않는 한국 ETF 시장용으로 포장

지수가 ETF 급인지 결정하는 질문

  1. 이상치·신선도·폴백 규칙집이 첫 사고 전에 공표되어 있는가?
  2. 제3자가 기록된 입력으로 발표 숫자를 바이트 단위로 리플레이할 수 있는가?
  3. 규칙 변경은 누가 감독하며, 운영자가 사고 도중에 바꿀 수 있는가?
  4. 거래소 적격 기준은 무엇이고 — 누가, 언제, 어떤 트리거로 제거되는가?

← 전체 개발 노트 · 워크스페이스 인덱스 · 맨 위 ↑