> For the complete documentation index, see [llms.txt](https://wiki.pepe.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.pepe.wtf/chapter-4-latest-developments/notable-pepes/how-it-works.md).

# How It Works

Notables are the latest Pepe collection, launched on the Ethereum blockchain.

{% hint style="warning" %}
Some of the parameters in this document are hardcoded into the collection, but others may evolve as the collection progresses.
{% endhint %}

{% hint style="info" %}
**TL;DR:**

* Each **Sunday at 4:20 PM EST**, 5 new cards will be released
* All [Notable Pepe](https://pepe.wtf/collection/notable-pepes) holdings are used in determining allowlists for the latest mint. Each card, regardless of supply, gives equal weighting to its holder in allowlist selection.
* [Pepe Cheques](https://pepe.wtf/asset/Pepe-Cheques) are used to secure winning art submissions into the notables registry. Eligible submissions must be made via the [submission portal](https://pepe.wtf/submission) on [pepe.wtf](/chapter-4-latest-developments/pepe.wtf.md). Cheques are not required until a submission has been confirmed as a winner.
* 50 cards per Notable Pepes series
* Cards Price = 0.069 ETH (different pricing might apply on cards with higher supply)
* Supply = 100 to 1000 per card
* One wallet can win multiple AL spots for each mint
* AL for each week's drop can be found on [pepe.wtf](/chapter-4-latest-developments/pepe.wtf.md)
* For Series 2, 10% of the available supply from each drop is allocated to a second AL1 raffle for full set [Series 1](https://pepe.wtf/collection/notable-pepes) holders
* PNP claims from a given week will end around the time drops for the week wrap up
  {% endhint %}

{% hint style="success" %}
**Coming soon**: The [Pepe.wtf](/chapter-4-latest-developments/pepe.wtf.md) team is working on a dashboard where you can sign in with an ETH address and see any claims available for you and any drops you are able to mint without needing to search each AL individually.
{% endhint %}

{% hint style="success" %}
*To learn more about Notable Pepes, join our Telegram and follow our Twitter. A dedicated group of Pepe experts are standing by to answer any questions you may have.* [*https://t.me/notablepepes*](https://t.co/MhbKwi7ZDH) *//* [*https://twitter.com/notablepepes*](https://twitter.com/notablepepes)<br>
{% endhint %}


---

# 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://wiki.pepe.wtf/chapter-4-latest-developments/notable-pepes/how-it-works.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.
