LogoLogo
  • OpenRank
    • Ranking and Reputation
    • Use Cases
  • The Reputation Stack
    • Data
    • OpenRank Protocol
    • Apps and Clients
  • Integrations
    • Farcaster
      • Openrank Scores Onchain
      • Ranking Strategies on Farcaster
      • Global Profile Ranking
        • πŸ”΅Top Profiles (based on Following)
        • πŸ”΅Top Profiles (based on Engagement)
        • 🟒Profile Rank (based on Following)
        • 🟒Profile Rank (based on Engagement)
      • Channel User Rankings
        • πŸ”΅Top Profiles in Channel
        • 🟒Profile Rank in Channel
      • Personalized Network
        • Direct Network
          • 🟒Get Direct Following
          • 🟒Get Direct Engagement
        • Extended Network
          • 🟒Personalized Following
          • 🟒Personalized Engagement
      • Frames
        • πŸ”΅Top Frames
        • 🟒Personalized Recommended Frames
      • Feeds
        • For You Feed
          • πŸ”΅For You
          • πŸ”΅For You (by Authorship)
        • Channel Feed
          • πŸ”΅Channel Trending Casts
      • Metadata
        • 🟒Get FIDs for Addresses
        • 🟒Get Handles For Addresses
        • 🟒Get Addresses for FIDs
        • 🟒Get Addresses for Handles
      • Ideas to Build using OpenRank APIs
      • Neynar x OpenRank Guides (WIP)
        • Build "For You" Feeds for your Client, using Neynar and OpenRank
        • Build "User Search" using Neynar and OpenRanks' Global Ranking API
        • Build "Suggested follow list" based on OpenRank and Neynar
        • Build Channel Trending Feeds for your Client using Neynar and OpenRank APIs
        • Build "Discover New Users Feed" using Neynar and OpenRanks Global Ranking API
        • Build Power Badges for your Client using Global & Personalized Ranking APIs by OpenRank
        • Build "Sort Replies" on a cast using Neynar and OpenRanks' Global Ranking API
    • Clanker OpenRank Scores
    • Lens Protocol
      • Ranking Strategies on Lens
      • Lens Profile APIs
      • Lens Content APIs
      • Lens Profile Insights
    • Metamask SPD
    • Onchain Graphs and Feeds
    • Upcoming Integrations
    • GitHub Developers & Repo Ranking
  • Reputation Algorithms
    • EigenTrust
    • Hubs and Authorities
    • Latent Semantic Analysis
  • OpenRank SDK
    • Introduction
    • Creating your first reputation graph
    • Publishing Rankings with OpenRank SDK
    • Guides
      • Tipping based User Rankings powered by OpenRank
    • Installation
    • SDK References
      • EigenTrust
        • Installation and Use
        • Examples for using EigenTrust
      • Hubs & Authorities
        • Installation and Use
        • Examples for using Hubs & Authorities (Coming soon)
      • Latent Semantic Analysis (Coming soon)
Powered by GitBook
LogoLogo

SOCIALS

  • Github
  • Farcaster

Copyright 2024

On this page
  • Use Cases
  • Available Scores
  • Getting Started
  • Step-by-Step Guide:
  1. Integrations

Clanker OpenRank Scores

PreviousBuild "Sort Replies" on a cast using Neynar and OpenRanks' Global Ranking APINextLens Protocol

Last updated 3 months ago

Clanker OpenRank Scores are calculated for tokens deployed using Clanker. These scores are calculated based on the reputation of traders/holders of clanker tokens. These scores can be used by social apps, bots and clients to power search and discovery of clankers through feeds such as recent, trending, top or popular among my friends/network.

Use Cases

Some of the common use cases for Clanker Scores include:

  • Sorting token feeds by recent, trending, or new activity.

  • Creating indexes of popular tokens or funds.

  • Identifying tokens associated with high-reputation users.

Further examples and use cases can be found below.

Available Scores

Currently these scores are updated every 15 mins and available as an API on Dune. we may make these available via dedicated APIs.

  1. Scores based on buyers reputation

    These scores are based on the OpenRank scores of buyers, which reflect the reputation of individual users. We map the buyer’s reputation to their buying activity, generating the Clanker Score based on intentional buying actions. This score highlights the trustworthiness of buyers within the Farcaster network. Query ID: 4355256

  2. Scores based on wallet holders reputation

    These scores are derived from the reputation of wallets that hold Clanker tokens. This includes tokens that may have been airdropped to highly reputable users. However, please note that these scores can be more susceptible to Sybil attacks. Query ID: 4354937

  3. Buyer Breakdown

    For a given token who are the top reputable users buying the tokens and for a given farcaster user which are some of their top token purchases Query ID: 4631126

  4. Scores for recent trending clankers

    This score will reflect the recency of activity related to a new token, helping to identify newer or more actively traded tokens. Query ID: 4398242

Getting Started

You can integrate Clanker Scores into your application in two ways:

  1. Fetch All Scores at Once: You can retrieve all Clanker Scores in bulk and store them in your database for periodic use.

  2. Fetch Scores in Real-Time: You can query Clanker Scores from Dune in real-time for a specific token address.

Step-by-Step Guide:

  1. Decide Which Scores You Need Choose the Clanker Score type(s) you require. Refer to the relevant Query ID for each score type:

    • Buyer Reputation Score: 4355256

    • Wallet Holder Reputation Score: 4354937

  2. Fetch Scores from Dune You can fetch scores either in bulk or for a specific token address. Below is a quick Google Colab example that demonstrates how to use the Dune SDK to fetch Clanker Scores.

A variety of Clanker scores can be viewed on our dune .

Here is a quick , that shows how can you use the dune SDK to quickly fetch the scores

Obtain a Dune API Key To get started, and get an API key.

dashboard
Google Collab
sign up for a Dune account