Code Monkey home page Code Monkey logo

web3-data's Introduction

Snapshot data of valuable Web3 users

Dataset Overview

As web3 technology rapidly advances, the industry is bustling with transformative potential. However, the growth has been tainted by disruptors exploiting the technology: sybil addresses, airdrop hunters, bot addresses with low net worth are everywhere on the chain.

The lack of precise, comprehensive, and public datasets of high-quality on-chain users hampers developers or researchers from effectively identifying the authenticity and value of on-chain users. This creates roadblocks in building better user solutions and conducting industry-related academic analyses.

DeBank, as a leading user platform in the web3 industry, we're working actively to address these challenges. Our proficiency in user portfolios, quality definition, and computational analysis makes us an authoritative voice. From time to time, we'll share snapshots of our foundational dataset used to solve these problems with the community for free to move the industry forward.

Dataset Content

Dataset includes users meeting any of the below requirements:

  • Net worth > 1000USD
  • "Web3 ID" minted
  • Addresses have followers on DeBank and TVF>0

Parameters

  • addr(string)

    0x address, only supports address on EVM compatible chains

  • usd_value(double)

    net worth (USD) of the address, only supports address >1000 USD

  • web3_id(string)

    The Web3 identity minted by this address and used to be recognized in the community. It's binded to this address, not changeable nor transferrable.

  • follower_count(int)

    Number of its followers on DeBank

  • tvf(double)

    "Total Value of Followers": the sum of all its DeBank followers' net worth (USD)

Data Structure

[
    {
       // 0x address, only supports address on EVM compatible chains
        "id": "0x5853ed4f26a3fcea565b3fbc698bb19cdf6d0000", 
        // net worth (USD) of the address, only supports address >1000 USD
        "usd_value": 5763.151883,  
        // the unique "Web3 ID" binded to this address
        "web3_id": "tester", 
        // number of its followers on DeBank
        "follower_count": 12368, 
        // "Total Value of DeBank Followers"(USD)
        "tvf": 74669506.257037 
    }
]

Data Scope

Data includes up to 57 mainstream EVM compatible chains since its initial release.

Data sources include public data information from addresses behavior on EVM-compatible chains and from the DeBank platform.

Usage & Updates

The dataset is currently available for callers to use for free.

Our engineers will manually update the snapshots from time to time. You can subscribe for updates if needed.

If you need on-chain users' real time data, you can visit DeBank Cloud to use the paid Open API service here: https://docs.cloud.debank.com/en/readme/api-pro-reference/user

Feel free to contact us at:[email protected]

web3-data's People

Contributors

facert avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.