This repository tracks quarterly reports for the ENS Service Provider Program (SPP). It powers the accountability table on the Anticapture platform — reports you submit here will automatically appear there.
Each service provider has a folder named after their slug (e.g. blockful/). Inside, reports are organized by year and quarter. When you open a PR adding a report file, the Anticapture dashboard picks it up automatically after it's merged.
- Navigate to your provider folder:
2025/your-slug/ - Create a file named after the quarter:
q1.md,q2.md,q3.md, orq4.md - Inside the file, add a single markdown link pointing to your forum report:
[Your Organization - Q1 2025 Report](https://discuss.ens.domains/t/your-report-link)- Open a pull request — that's it.
2025/
└── blockful/
├── q1.md
├── q2.md
├── q3.md
└── q4.md
2025/blockful/q1.md
[Blockful - Q1 2025 Report](https://discuss.ens.domains/t/blockful-q1-2025-report/20100)Your avatar is displayed on the Anticapture dashboard next to your organization name. To add or update it:
- Add your image file to the
avatars/folder at the root of this repo - Name it after your slug with any image extension:
your-slug.png,your-slug.svg, etc. - Open a pull request
avatars/
├── blockful.svg
├── eth-limo.svg
└── ...
| Organization | Slug |
|---|---|
| Blockful | blockful |
| eth.limo | eth-limo |
| Ethereum Identity Foundation | ethereum-identity-fnd |
| JustaName | justaname |
| NameHash Labs | namehash-labs |
| Namespace | namespace |
| Unruggable | unruggable |
| ZK Email | zk-email |
All contributions are made via pull request. A maintainer will review and merge your PR. There are no automated checks — just make sure:
- Report files follow the
YEAR/your-slug/qN.mdpath format - Each report file contains a single markdown link to your published forum post
- Avatar files are placed in
avatars/and named after your slug