> For the complete documentation index, see [llms.txt](https://docs.etherscore.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.etherscore.network/documentation.md).

# Documentation

- [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


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.etherscore.network/documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
