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

# Resources

## Helpful Resources

**Verification & Data:**

* **Verify Tool:** [verify.prepunk.club](https://verify.prepunk.club/list) - Quick check for Prepunk status.
* **Directory:** [verify.prepunk.club/list](https://verify.prepunk.club/list) - List of all known Prepunk names.
* **Dune Analytics:** [dune.com/embeds/5191935/8543312](https://dune.com/embeds/5191935/8543312) - Onchain Prepunk stats.
* **OUTDATED -&#x20;**~~**Dune: OG ENS Query (Makoto - Original):**~~ [~~dune.com/makoto/Old~~](https://dune.com/makoto/Old) ~~- The foundational list, does not include recovered Blank Spaces and outdated.~~
* **OUTDATED - &#x20;**~~**Dune: OG ENS Query (Modified - Includes Blanks):**~~ [~~dune.com/msilb7/og-ens-names-w-recovered-blank-spaces~~](https://dune.com/msilb7/og-ens-names-w-recovered-blank-spaces) ~~- (Example link, search Dune for updated community versions like this one) Incorporates recovered Blank Space names.~~
* **Original ENS Auction Preimages File:** [github.com/.../preimages.js](https://raw.githubusercontent.com/ethereum/ens-registrar-dapp/master/app/public/preimages.js) - Database of known names used during the initial auction (includes chaff).
* **Dune Preimages SQL (Used by Makoto):** [github.com/.../old\_preimages.sql](https://raw.githubusercontent.com/vaporyorg/dune-abstractions/b6147d87b016892e2889b7954b6e3dcc037ee0d0/schema/ethereumnameservice/old_preimages.sql) - SQL data used for Makoto's Dune query and **Prepunk Verify Tool**.

**Marketplaces & Trading:**

* **ENS Vision:** [vision.io](https://vision.io) - Dedicated ENS marketplace.
  * *Prepunk Categories* [*(Sort by Creation Date Asc)*](https://vision.io/category/ens/pre-punk-club?filter=%257B%2522regState%2522%253A%2522%2522%252C%2522sortBy%2522%253A%2522creationDate%2522%257D)

**Communities:**

* **Prepunk Club Official Discord:** [discord.gg/XSudfGtVCx](https://discord.gg/XSudfGtVCx)
* **Prepunk Club Official Twitter:** [@prepunkofficial](https://twitter.com/prepunkofficial)
* **Prepunk Club Official Website:** [prepunk.club](https://prepunk.club/)

**General ENS Resources:**

* **ENS Documentation:** [docs.ens.domains](https://docs.ens.domains/)
* **ENS Official Website:** [ens.domains](https://ens.domains/)

*Note: Links are provided for informational purposes. Always exercise caution and perform due diligence when using third-party tools or engaging in trades.*


---

# 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://prepunk.gitbook.io/doc/resources.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.
