From acdeabc7ce59e70afb07fd7ab70da6dd92b987a5 Mon Sep 17 00:00:00 2001 From: Alex Vega Date: Fri, 6 Feb 2026 17:07:51 +0700 Subject: [PATCH] fix: correct typo, numbering, and duplicate section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - diagrams/ecosystem-flow-diagram.md: fix 'aggreagated' → 'aggregated' - diagrams/ecosystem-flow-diagram.md: fix section numbering (was 1,3,3,4 → now 1,2,3,4) - GLOSSARY.md: merge duplicate 'Data, Scoring & Infrastructure' sections into one, keeping the more complete definitions --- GLOSSARY.md | 11 +---------- diagrams/ecosystem-flow-diagram.md | 4 ++-- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/GLOSSARY.md b/GLOSSARY.md index 1d38e6d..b7efa53 100644 --- a/GLOSSARY.md +++ b/GLOSSARY.md @@ -57,22 +57,13 @@ ## Data, Scoring & Infrastructure -| Term | Definition | -|------|------------| -| **Indexing** | The process of collecting, normalizing, and structuring raw onchain and offchain data related to builder activity. | -| **Data Point** | A verified fact about a builder’s activity used as an input to reputation scoring. | -| **Scoring** | The algorithmic evaluation of data points to produce reputation metrics and rankings. | -| **Score** | A numerical output generated by a scoring model that represents a specific dimension of reputation. | -| **Credential** | A structured, verified data point representing a builder’s activity or achievement, evaluated in the context of a reputation score. | - -## Data, Scoring & Infrastructure - | Term | Definition | |------|------------| | **Indexing** | The process of collecting, normalizing, and structuring raw onchain and offchain data related to builder activity. | | **Data Point** | A verified fact about a builder (e.g., GitHub stars, wallet transactions) used as input to reputation scoring. Represents objective data. | | **Event** | A historical record tracking changes to Data Point values over time. | | **Data Issuer** | A third-party source that provides reputation data (e.g., GitHub, Coinbase, Farcaster). | +| **Scoring** | The algorithmic evaluation of data points to produce reputation metrics and rankings. | | **Scoring System** | A set of rules that converts Data Points into numerical reputation scores. Multiple systems can coexist independently (e.g., Builder Score, Creator Score). Represents subjective evaluation. | | **Score** | A numerical output generated by a scoring model that represents a specific dimension of reputation. | | **Credential** | A structured, verified data point representing a builder's activity or achievement, evaluated in the context of a reputation score. | diff --git a/diagrams/ecosystem-flow-diagram.md b/diagrams/ecosystem-flow-diagram.md index f452bea..801aed8 100644 --- a/diagrams/ecosystem-flow-diagram.md +++ b/diagrams/ecosystem-flow-diagram.md @@ -27,13 +27,13 @@ graph TB ### 1. Central Hub: Talent App - Aggregates builder reputation data and facilitates flows between all participants. -### 3. Ecosystems +### 2. Ecosystems - **Input**: Builder attention (discovery, engagement) - **Output**: Rewards to builders via Talent App ### 3. Traders - **Input**: Capital investment -- **Output**: Access to aggreagated builder data for conviction +- **Output**: Access to aggregated builder data for conviction ### 4. Professionals - **Input**: Curation of verified builders