# EtherScore

## EtherScore

- [Overview](https://docs.etherscore.network/overview.md): EtherScore: Building onchain reputations to improve Web3 governance and incentives
- [What's EtherScore?](https://docs.etherscore.network/documentation/what.md)
- [EtherScore Badges](https://docs.etherscore.network/documentation/badges.md): NFTs to represent Web3 users' achievements
- [EtherScore Profiles](https://docs.etherscore.network/documentation/etherscore-profiles.md): Your onchain resume
- [Reputation Tiers](https://docs.etherscore.network/documentation/reputation-tiers.md): From Badges to Tiers: Understanding Rankings in Our Curated Community
- [EtherScore Attestations](https://docs.etherscore.network/documentation/etherscore-attestations.md): Proving users' reputations on Base mainnet
- [EtherScore DAO](https://docs.etherscore.network/documentation/dao.md): A DAO to make Web3 fair (for users, by users)
- [Alpha Version](https://docs.etherscore.network/documentation/dao/alpha-version.md): A DAO experiment based on Soulbound Tokens
- [Beta version](https://docs.etherscore.network/documentation/dao/beta-version.md): Enhancing the EtherScore DAO Model
- [Benefits of Reputation-Based Governance](https://docs.etherscore.network/documentation/dao/benefits-of-reputation-based-governance.md): Traditional DAO Governance VS Reputation-Based DAO Governance
- [Limits of Reputation-Based Governance](https://docs.etherscore.network/documentation/dao/limits-of-reputation-based-governance.md): A DAO experiment based on Soulbound Tokens
- [Badge benefits](https://docs.etherscore.network/documentation/badge-benefits.md): Benefits for curated users
- [EtherScore Badge Factory](https://docs.etherscore.network/documentation/factory.md): A tool for Dapps to curate their communities.
- [Roadmap](https://docs.etherscore.network/documentation/roadmap.md): What's next?
- [Integrations examples](https://docs.etherscore.network/documentation/integrations-examples.md): Partners can integrate EtherScore to showcase users' onchain reputations in their interfaces, or to reward trusted users with exclusive benefits
- [Reputation Leaderboard](https://docs.etherscore.network/documentation/reputation-leaderboard.md): Ranking of EtherScore users based on their badge count
- [EtherScore Mini App](https://docs.etherscore.network/documentation/etherscore-mini-app.md): A mobile-friendly app, compatible with Farcaster and The Base App, to provide users a way to showcase their reputations and explore/trade Zora Coins
- [How to claim badges?](https://docs.etherscore.network/faq-for-users/how-to-claim-badges.md): Tutorial to claim your first badges on EtherScore
- [How to claim Discord roles?](https://docs.etherscore.network/faq-for-users/how-to-claim-discord-roles.md)
- [How to vote in EtherScore DAO?](https://docs.etherscore.network/faq-for-users/how-to-vote-in-etherscore-dao.md)
- [How to propose badges to the DAO?](https://docs.etherscore.network/faq-for-users/how-to-propose-badges-to-the-dao.md)
- [How to build on top?](https://docs.etherscore.network/faq-for-builders/top.md): What can be built on top of EtherScore badges and reputations
- [How to create badges?](https://docs.etherscore.network/faq-for-builders/top-1.md): Create EtherScore badges to improve user growth and retention in your community
- [EtherScore API](https://docs.etherscore.network/faq-for-builders/etherscore-api.md): How to use EtherScore API to integrate onchain reputations
- [Token-gate your Discord community](https://docs.etherscore.network/faq-for-builders/token-gate-your-discord-community.md): EtherScore reputations can be used via Guild.xyz to assign dynamic roles to Discord users, based on their EtherScore badges
- [List of EtherScore badges](https://docs.etherscore.network/faq-for-builders/list-of-etherscore-badges.md): This sheet contains the list of badges that have been released on EtherScore.
- [How to integrate EtherScore Profiles?](https://docs.etherscore.network/faq-for-builders/how-to-integrate-etherscore-profiles.md): Display EtherScore Badges or Profiles in your application
- [Useful links](https://docs.etherscore.network/others/useful-links.md)
- [Contract addresses](https://docs.etherscore.network/others/contract-addresses.md)
- [Brand kit](https://docs.etherscore.network/others/brand-kit.md)
- [Introduction](https://docs.etherscore.network/more-readings/introduction.md)
- [Problem statement](https://docs.etherscore.network/more-readings/problem-statement.md)
- [Data analytics access](https://docs.etherscore.network/more-readings/problem-statement/data-analytics-access.md)
- [Absence of reputation system](https://docs.etherscore.network/more-readings/problem-statement/absence-of-reputation-system.md)
- [Reputations in Web3](https://docs.etherscore.network/more-readings/reputations-in-web3.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.etherscore.network/overview.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.
