> For the complete documentation index, see [llms.txt](https://docs.degendogs.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degendogs.club/degen-dogs-mission-1/basics/auctions/auction-cadence.md).

# Auction Cadence

{% hint style="info" %}
**Important:** The time period for bidding in Degen Dog auctions is not the same for every dog.
{% endhint %}

The auction cadence refers to the time periods of each auction. To start, the auctions will be quite short and then get longer, eventually stabilizing at one auction every 24 hours.

| Dogs         | Auction Length                                                     |
| ------------ | ------------------------------------------------------------------ |
| Dog 1        | 72 Hours ([Ukraine Dog](/degen-dogs-mission-1/basics/donation.md)) |
| Dogs 2 - 26  | 2 hours                                                            |
| Dogs 27 - 39 | 4 hours                                                            |
| Dogs 40 - 46 | 8 hours                                                            |
| Dogs 47 - 50 | 12 hours                                                           |
| Dogs 51+     | 24 hours                                                           |

Another way to think about the auction cadence is *the number of Dogs that are auctioned each day*.

| Day Number   | Number of Auctions                                             |
| ------------ | -------------------------------------------------------------- |
| Days 1 - 3   | 1 Dog: [Ukraine Dog](/degen-dogs-mission-1/basics/donation.md) |
| Days 4 - 5   | 12 per day                                                     |
| Days 6 - 7   | 6 per day                                                      |
| Days 8 -9    | 3 per day                                                      |
| Days 10 - 11 | 2 per day                                                      |
| Days 12+     | 1 per day                                                      |

### Why?

The reason for faster auction cadence at the beginning is to quickly establish a community of Dog Owners, each of whom is a member of the DAO. Each Dog owner benefits from the proceeds of future auctions, and this cadence schedule enables the community to form towards the common goal of promoting future auctions.

### Future Cadence

The initial plan is for the auction cadence to settle at one per 24 hours after the first 50 Dogs. But this *ongoing cadence* could be changed by the [DAO](/degen-dogs-mission-1/dao/governance.md) if members vote to do so.


---

# 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://docs.degendogs.club/degen-dogs-mission-1/basics/auctions/auction-cadence.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.
