> 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/types-of-cats/exclusive-cats.md).

# Exclusive Cats

Exclusive Cats are similar to Fancy Cats, except even more rare! Often an Exclusive will be the only cat of its kind, like [Cathena](https://www.cryptokitties.co/kitty/500000), while sometimes there will be a handful, like the [KnightKitties](https://www.cryptokitties.co/search?include=sale,other,sire\&search=fancy:knightkitty). Exclusive Cats often   commemorate an event and serve a specific purpose. Exclusive cats cannot be bred – breeding an Exclusive with another cat, regular or Fancy, will result in another regular or Fancy CryptoKitty. Every Exclusive cat is specially introduced into the game by us.

![](/files/-LSq__VCOog9uGiOUqE4)

&#x20;To create an Exclusive we overwrite the artwork of a “normal” cat. There are a few conditions that can lead us to “overwrite” a Kitty’s artwork to create an Exclusive Cat.

[Cathena](https://www.cryptokitties.co/kitty/500000), for instance, was the 500,000th cat born. In honour of that impressive milestone, the breeder who produced that cat was delighted to discover that it came out not as a simple Kitty with a blend of Cattributes, but as a one-of-a-kind Exclusive Cat! You can see from Cathena’s children that breeding an Exclusive Cat doesn’t create another Exclusive — the special art doesn’t affect the cat’s genes. Instead, the kittens look like whatever Cathena would have looked like if we hadn’t overwritten the artwork. If you Sire with Cathena, you will never get another Cathena. That’s what makes them — well, Exclusive!

![](/files/-LMiu5nwYXSMkYf-UbIp)

We sometimes make Exclusive Cats to recognize specific players For instance, we made 11 [Exclusive KnightKitties](https://www.cryptokitties.co/search?include=sale,other,sire\&search=fancy:knightkitty) to reward  our community mods. Those were handed out directly to the players we were honouring.


---

# 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://guide.cryptokitties.co/guide/types-of-cats/exclusive-cats.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.
