> For the complete documentation index, see [llms.txt](https://guide.cryptokitties.co/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cryptokitties.co/guide/cat-features/cooldown-speed.md).

# Cooldown Speed

Every CryptoKitty knows that making babies is hard work. As a result, your Kitty needs time to rest after it breeds. This is called the Kitty’s cooldown. The more kittens a Kitty has, the longer it needs to rest between breedings.

A Kitty is born with a cooldown speed determined solely by the Kitty’s generation number; genetics have nothing to do with it. The lower the Kitty’s generation, the faster its initial cooldown. Every time the Kitty breeds, its cooldown period lasts longer. (To determine a Kitty’s exact cooldown speed, check out the chart below.)

![](/files/-LMiny9YcMol__xVWN9G)

### **To sum up:**

* Cooldown is not based on traits. It’s based solely on a Kitty’s generation.
* Lower generation Kitties are always born with faster cooldown speeds.
* Every time a Kitty breeds, its cooldown period increases.

### **The chart of charts**

Here’s how to determine the cooldown speed of any Kitty! Find the generation of your Kitty on the left. Then move down one row for each offspring the Kitty has had. The column in the middle tells you the current cooldown of that Kitty.

| Generation | Cooldown  | Cooldown Time |
| ---------- | --------- | ------------- |
| 0, 1       | fast      | 1 minute      |
| 2, 3       | swift     | 2 minutes     |
| 4,5        | swift     | 5 minutes     |
| 6, 7       | snappy    | 10 minutes    |
| 8, 9       | snappy    | 30 minutes    |
| 10, 11     | brisk     | 1 hour        |
| 12, 13     | brisk     | 2 hours       |
| 14, 15     | plodding  | 4 hours       |
| 16, 17     | plodding  | 8 hours       |
| 18, 19     | slow      | 16 hours      |
| 20, 21     | slow      | 24 hours      |
| 22, 23     | sluggish  | 2 days        |
| 24, 25     | sluggish  | 4 days        |
| 26+        | catatonic | 1 week        |

This is Cathy. She’s a Gen 11 Kitty, and has had 3 offspring.

![](/files/-LMioEIu4jSnegTVC1vh)

She was born with a 1-hr (Brisk) cooldown, but now she is at an 8-hr (Plodding) cooldown.

| Gen          | Offspring | Cooldown       | Cooldown Time |
| ------------ | --------- | -------------- | ------------- |
| 0, 1         |           | fast           | 1 minute      |
| 2, 3         |           | swift          | 2 minutes     |
| 4,5          |           | swift          | 5 minutes     |
| 6, 7         |           | snappy         | 10 minutes    |
| 8, 9         |           | snappy         | 30 minutes    |
| 10, ***11*** | 0         | brisk          | 1 hour        |
| 12, 13       | 1         | brisk          | 2 hours       |
| 14, 15       | 2         | plodding       | 4 hours       |
| 16, 17       | 3         | ***plodding*** | ***8 hours*** |
| 18, 19       |           | slow           | 16 hours      |
| 20, 21       |           | slow           | 24 hours      |
| 22, 23       |           | sluggish       | 2 days        |
| 24, 25       |           | sluggish       | 4 days        |
| 26+          |           | catatonic      | 1 week        |

It’s as simple as that! Happy breeding!


---

# 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:

```
GET https://guide.cryptokitties.co/guide/cat-features/cooldown-speed.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.
