> For the complete documentation index, see [llms.txt](https://whitepaper.bullrunbeachclub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.bullrunbeachclub.com/nft-collections/1-bull-run-beach-club/design.md).

# Design

The Beach Club characters are split into 3 categories: Midnight Black, Moonlight Black and V.I.P Members.

**Midnight Black:** Limited to only 25 units the Midnight Black characters are the most exclusive members of the Bull Run City metaverse. Female characters only, featuring all black apparel and weapons these are the most distinctive and rare designs in the collection. Midnight Black members receive **25 entries** per giveaway.

**Moonlight Black:** Limited to 125 units the Moonlight Black characters are the characters of the night in the Bull Run City metaverse. Male and Female characters, featuring a dark design and unique traits. Moonlight Black members receive **5 entries** per giveaway.

**V.I.P:** Limited to 9,849 units the V.I.P characters are the life of the Bull Run City metaverse. Male and Female characters, featuring a colourful design. V.I.P members receive **1 entry** per giveaway.


---

# 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://whitepaper.bullrunbeachclub.com/nft-collections/1-bull-run-beach-club/design.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.
