# EtherScore Attestations

EtherScore Attestations allow users to prove their onchain reputation and achievements on Base mainnet.

<figure><img src="/files/tjSdX95pgg6NFoxNB1J7" alt=""><figcaption><p>EtherScore Attestation Example</p></figcaption></figure>

While the EtherScore Beta is live on Base Sepolia, users can now attest their reputation (badge count, rank, tier, etc.) on Base mainnet to become verified. These attestations will be the first step to unlocking tangible onchain integrations and benefits for the EtherScore community.

To prevent spam and maintain community quality, attestations come with a minting fee and an update fee. These fees are subject to tiered discounts based on each user’s EtherScore Reputation Tier (e.g., Bronze, Silver, Gold). The higher your onchain reputation, the lower your attestation cost.

#### Fees and Linear discount across Tiers

* **Attestation creation (1st mint)**: 0.0015 Ξ
* **Attestation update (2nd+ mint)**: 0.0005 Ξ

| Tier     | Bronze | Silver | Gold | Platinum | Diamond |
| -------- | ------ | ------ | ---- | -------- | ------- |
| Discount | 10%    | 20%    | 30%  | 40%      | 50%     |

EtherScore Attestations are built using [EAS](https://attest.org/).

EtherScore Attestations EAS Schema: <https://base.easscan.org/schema/view/0x0e912c453c31adbc0e615a5e8b07cd191dd5017386520dbbf00d78419edd9fc4>


---

# 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://docs.etherscore.network/documentation/etherscore-attestations.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.
