Workspace IndexKnowledge Notes › Dune — on-chain analytics is SQL over a decoded ledger

#1181PoC

Dune — on-chain analytics is SQL over a decoded ledger

Dune turns raw chain data into SQL-queryable tables and shareable dashboards, and the real skill is not the query but knowing which decoded table answers the question without double-counting.

Not yet scoped.

Why

The PoC builds one dashboard — protocol volume, unique users, fee revenue — and documents the join and dedup decisions that separate a correct metric from a plausible-looking wrong one.

How it works

Not yet built.

Where it lands in Jayverse

  • Verex: document the join and dedup decision behind every volume, open-interest or fee metric before publishing it on gitboard. Which event table, how duplicate fills or cancels are handled — don't ship a plausible-looking number without that note.
  • gitboard: keep an internal decoded-table equivalent if Verex or DeFi activity is ever also published on Dune. So the two numbers can be reconciled; a public number that can't be traced back to Jayverse's own indexer is unverifiable.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
decoded ledger디코딩된(해석된) 원장 · 원시 체인 데이터를 사람이 읽을 수 있는 표 형태로 변환한 것 · "SQL over a decoded ledger"
double-counting중복 집계 · 같은 값을 두 번 세어 지표가 부풀려지는 오류 · "answers the question without double-counting"
dedup중복 제거 · 데이터에서 겹치는 항목을 걸러내는 작업 · "documents the join and dedup decisions"
plausible-looking그럴듯해 보이는(하지만 틀린) · 얼핏 맞아 보이지만 실제로는 잘못된 결과 · "separate a correct metric from a plausible-looking wrong one"
shareable dashboard공유 가능한 대시보드 · 여러 사람이 함께 볼 수 있도록 게시된 시각화 화면 · "SQL-queryable tables and shareable dashboards"

← All Knowledge Notes · Workspace Index · Top ↑

Dune — 온체인 분석은 디코딩된 원장 위의 SQL이다

Dune은 원시 체인 데이터를 SQL로 조회 가능한 테이블과 공유 대시보드로 바꾸며, 진짜 기술은 쿼리가 아니라 어느 디코딩된 테이블이 이중 계산 없이 질문에 답하는지 아는 것입니다.

아직 범위 미정.

이 PoC는 대시보드 하나 — 프로토콜 볼륨, 순 사용자, 수수료 수익 — 를 만들고, 올바른 지표를 그럴듯해 보이는 틀린 지표와 가르는 조인·중복제거 결정을 문서화합니다.

동작 방식

아직 만들지 않음.

Jayverse에서의 위치

  • Verex: 거래량, 미결제약정, 수수료 지표를 gitboard에 올리기 전에 그 뒤의 조인과 중복 제거 결정을 문서화한다. 어느 이벤트 테이블을 쓰는지, 중복 체결이나 취소를 어떻게 처리하는지 적어두지 않은 채 그럴듯해 보이는 숫자만 내보내지 않는다.
  • gitboard: Verex나 DeFi 활동을 Dune에도 공개한다면 내부에 디코딩된 테이블 대응본을 유지한다. 두 숫자를 서로 맞춰볼 수 있어야 한다. Jayverse 자체 인덱서로 추적할 수 없는 공개 숫자는 검증할 수 없다.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
decoded ledger디코딩된(해석된) 원장 · 원시 체인 데이터를 사람이 읽을 수 있는 표 형태로 변환한 것 · "SQL over a decoded ledger"
double-counting중복 집계 · 같은 값을 두 번 세어 지표가 부풀려지는 오류 · "answers the question without double-counting"
dedup중복 제거 · 데이터에서 겹치는 항목을 걸러내는 작업 · "documents the join and dedup decisions"
plausible-looking그럴듯해 보이는(하지만 틀린) · 얼핏 맞아 보이지만 실제로는 잘못된 결과 · "separate a correct metric from a plausible-looking wrong one"
shareable dashboard공유 가능한 대시보드 · 여러 사람이 함께 볼 수 있도록 게시된 시각화 화면 · "SQL-queryable tables and shareable dashboards"

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