# Data Sources & Inputs

The **Snowball Reputation Score** is generated using a **hybrid approach**, combining **on-chain** and **off-chain** metrics.

### On-chain Data <a href="#on-chain" id="on-chain"></a>

The Reputation Scoring System analyzes user activity across blockchain interactions, including but not limited to:

* **DeFi:** Lending, borrowing, staking, yield farming
* **DAO:** Governance voting and proposal activity
* **NFT:** Volume, diversity, and historical holding patterns
* **Cross-Chain Wallet Balances:** Portfolio composition across EVM-compatible, MoveVM, Solana, and other blockchains
* **Protocol Diversity:** Engagement with a wide range of dApps and protocols.
* **Sybil Resistance Signals:** Wallet uniqueness, behavioral entropy, and MEV avoidance
* **Risk Factors:** History of interaction with scam tokens, mixers, or suspicious contracts

***

### Off-chain Data <a href="#off-chain" id="off-chain"></a>

* **Social Media Influence:**
  * Follower count, engagement rates, post frequency
  * Sentiment analysis from platforms like Twitter, Reddit, LinkedIn
* **Community Interactions:**
  * Mentions by known KOLs (Key Opinion Leaders)
  * Content quality (relevance, consistency, authenticity)
* **Professional Reputation:**
  * Open-source contributions on GitHub
  * Developer Q\&A on StackOverflow
  * Endorsements or recommendations on LinkedIn


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://snowball-mns.gitbook.io/snowball/modular-naming-service-mns/reputation-scoring-system/data-sources-and-inputs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
