SkyTong commited on
Commit
865b4b7
·
verified ·
1 Parent(s): f2b22ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -31
README.md CHANGED
@@ -17,43 +17,33 @@ task_categories:
17
 
18
  # Codatta Crypto Address Annotations (Sample)
19
 
20
- ## Dataset Summary
21
 
22
- This repository contains a **10,000-row sample** of the Codatta Crypto Address Annotations database. The full dataset comprises over **500 million** labeled address pairs across multiple blockchains.
23
 
24
- The data provides critical metadata such as entity names, categories (e.g., Exchanges, DeFi, Scam), and risk levels. It is curated through a unique hybrid approach, combining high-quality community contributions from the **Codatta** platform and collaborative data from the **Microscope Protocol**.
25
 
26
- By bridging crowdsourced intelligence with standardized open protocols, this dataset aims to solve the problem of fragmented and siloed blockchain metadata.
 
27
 
 
28
 
29
- ## Data Sources & Protocols
30
-
31
- The high fidelity of this dataset is achieved through two primary sources:
32
-
33
- 1. **Codatta Platform:** Data aggregated from Codatta's decentralized data intelligence network, verified by the contributor community.
34
-
35
- 2. **Microscope Protocol:** We utilize the Microscope Protocol, an open-source initiative for collaboratively labeling crypto addresses.
36
- * **Official Website:** [https://microscopeprotocol.net/](https://microscopeprotocol.net/)
37
- * **Context:** [Microscope: Protocol for Collaboratively Labeling Crypto Addresses (Coinbase Blog)](https://www.coinbase.com/blog/microscope-protocol-for-collaboratively-labeling-crypto-addresses)
38
-
39
- ## Dataset Structure
40
-
41
- ### Data Fields
42
 
43
  * **`chain`** (string): The blockchain network (e.g., `bitcoin`, `ethereum`).
44
- * **`address`** (string): The wallet or contract address.
45
- * **`name`** (string): Specific label name (e.g., "Binance Deposit Address").
46
- * **`entity`** (string): The entity owning the address (e.g., "Binance").
47
- * **`category`** (string): Functional classification (e.g., `CEX`, `DeFi`, `Scam`). See full list at [Microscope Protocol Categories](https://docs.microscopeprotocol.xyz/onboarding/data/categories).
48
- * **`source`** (string): Origin of the label (`ground_truth`, `external`, `heuristics`, `machine_learning`).
49
-
50
 
51
- ## Full Dataset Statistics
52
 
53
- While this repository provides a 10k sample for testing and research, our complete database covers a massive scale of on-chain entities. Below is the distribution of our full **517.61 Million** labeled pairs.
54
 
55
  ### 1. Distribution by Chain
56
- *Total labeled (chain, address) pairs: 517,609,906*
57
 
58
  | Chain | Address Count |
59
  | :--- | :--- |
@@ -66,7 +56,6 @@ While this repository provides a 10k sample for testing and research, our comple
66
  | **Arbitrum** | 3,488,054 |
67
  | **Avalanche** | 3,369,625 |
68
  | **Base** | 233,495 |
69
- | *Others (Litecoin, Solana, etc.)* | < 2,000 |
70
 
71
  ### 2. Distribution by Category (Top Categories)
72
 
@@ -87,11 +76,16 @@ While this repository provides a 10k sample for testing and research, our comple
87
  | **Darknet** | 2,110,659 |
88
  | **Sanctioned** | 1,101,861 |
89
 
90
- *(Table truncated for brevity; other categories include Lending User, Liquid Staking, NFT, etc.)*
91
 
92
- ## Access to Full Dataset
93
 
94
- We are releasing this **10k sample** publicly to foster research and demonstrate data quality.
 
95
 
96
- **If you are interested in accessing the full dataset (500M+ labels) for commercial use, advanced analytics, or security integration, please contact us.**
97
 
 
 
 
 
 
17
 
18
  # Codatta Crypto Address Annotations (Sample)
19
 
20
+ ## Overview
21
 
22
+ This dataset is a **10,000-row sample** of the comprehensive Codatta Crypto Address Annotations database. The full database serves as a massive repository of over **500 million** labeled address pairs across multiple blockchains.
23
 
24
+ The data provides critical metadata aimed at solving the problem of fragmented and siloed blockchain information. It includes entity names, functional categories (e.g., Exchanges, DeFi, Scam), and risk assessments. The dataset is curated through a unique hybrid approach that bridges crowdsourced intelligence with standardized open protocols:
25
 
26
+ * **Codatta Platform:** Aggregates data from a decentralized data intelligence network, verified by a community of contributors.
27
+ * **Microscope Protocol:** Utilizes an open-source initiative for collaborative crypto address labeling to ensure high fidelity and standardization.
28
 
29
+ ## Dataset Contents
30
 
31
+ The dataset contains structured metadata for crypto addresses. The specific data fields included in this sample are:
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  * **`chain`** (string): The blockchain network (e.g., `bitcoin`, `ethereum`).
34
+ * **`address`** (string): The specific wallet or smart contract address.
35
+ * **`name`** (string): The specific label name (e.g., "Binance Deposit Address").
36
+ * **`entity`** (string): The entity that owns or controls the address (e.g., "Binance").
37
+ * **`category`** (string): Functional classification (e.g., `CEX`, `DeFi`, `Scam`).
38
+ * *Reference:* Full category list available at [Microscope Protocol Categories](https://docs.microscopeprotocol.xyz/onboarding/data/categories).
39
+ * **`source`** (string): The origin of the label, such as `ground_truth`, `external`, `heuristics`, or `machine_learning`.
40
 
41
+ ## Key Statistics
42
 
43
+ While this repository provides a sample for testing, the complete Codatta database covers a massive scale of on-chain entities. Below is the distribution of the full **517.61 Million** labeled pairs.
44
 
45
  ### 1. Distribution by Chain
46
+ *(Total labeled pairs: 517,609,906)*
47
 
48
  | Chain | Address Count |
49
  | :--- | :--- |
 
56
  | **Arbitrum** | 3,488,054 |
57
  | **Avalanche** | 3,369,625 |
58
  | **Base** | 233,495 |
 
59
 
60
  ### 2. Distribution by Category (Top Categories)
61
 
 
76
  | **Darknet** | 2,110,659 |
77
  | **Sanctioned** | 1,101,861 |
78
 
79
+ ## Usage
80
 
81
+ This **10k sample** is released publicly to foster research, demonstrate data quality, and allow developers to test data integration.
82
 
83
+ * **Research & Testing:** Use this sample to evaluate the schema, label accuracy, and coverage for tasks like token classification or entity recognition.
84
+ * **Commercial & Advanced Use:** Users interested in accessing the full dataset (500M+ labels) for commercial applications, advanced analytics, or security integration should contact the Codatta team directly.
85
 
86
+ ## License and Open-Source Details
87
 
88
+ * **License:** This dataset is released under the **OpenRAIL** license.
89
+ * **Protocol:** The data structure aligns with the **Microscope Protocol**, an open-source initiative.
90
+ * **Official Website:** [https://microscopeprotocol.net/](https://microscopeprotocol.net/)
91
+ * **Context:** [Microscope: Protocol for Collaboratively Labeling Crypto Addresses (Coinbase Blog)](https://www.coinbase.com/blog/microscope-protocol-for-collaboratively-labeling-crypto-addresses)