# Welcome to Zealous Auctions

**ZAP — Zealous Auctions Protocol — is a new way to launch tokens fairly.**

Most token launches reward whoever is fastest, richest, or best-connected. Bots snipe allocations in milliseconds. Whales lock out regular participants. By the time an average person shows up, the best prices are gone.

ZAP is built around a single belief: **everyone who participates deserves an equal shot, regardless of when they arrive or how much they bring.**

***

### How it works in one sentence

ZAP runs a timed auction where tokens are released gradually, every buyer pays the same uniform price at any given time, and no single participant can game the system by moving faster than anyone else.

***

### What you'll find in these docs

These docs cover the mechanics of ZAP from a user's point of view — not the interface, but the *why* and *how* behind what you see on screen.

| Page                                                                          | What it answers                                                        |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [Protocol Overview](/zealous-auctions-docs/protocol/overview.md)              | Who does what, and how tokens and funds move                           |
| [Auction Timeline](/zealous-auctions-docs/protocol/auction-timeline.md)       | The four phases of an auction and what you can do in each              |
| [Supply Progress](/zealous-auctions-docs/protocol/supply-progress.md)         | How tokens are released over time and what the progress bar means      |
| [Minimum Funding](/zealous-auctions-docs/protocol/minimum-funding.md)         | What the soft cap is and how it protects you                           |
| [Fair Price](/zealous-auctions-docs/protocol/fair-price.md)                   | How the clearing price is determined and what makes it move            |
| [Failed Auction](/zealous-auctions-docs/protocol/failed-auction.md)           | What happens if the soft cap isn't met, and how to get your money back |
| [What Makes ZAP Fair](/zealous-auctions-docs/protocol/what-makes-zap-fair.md) | The design decisions that level the playing field                      |


---

# 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://zealous-auctions.gitbook.io/zealous-auctions-docs/welcome-to-zealous-auctions.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.
