> For the complete documentation index, see [llms.txt](https://docs.stability.nexus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stability.nexus/about-us/stable-nest/cat-allocation-guidelines.md).

# CAT Allocation Guidelines

As for any project of The Stable Order, contributors receive CATs (Contribution Accounting Tokens). Each project has its own CAT. CATs are created by The Stable Order and received by contributors when the projects complete all the [hatching requirements](/about-us/stable-nest/hatching-requirements.md).

A project that is part of the Stable Nest has three types of contributors: Ideators, Mentors, Developers. A single person may fulfill multiple roles.

To ease estimation, projects in the nesting stage use the following tables as guidelines.

<table><thead><tr><th width="100">Size</th><th>Approximate Number of Hours to Build</th><th>Total CATs for All Contributors</th></tr></thead><tbody><tr><td>Small</td><td>90h</td><td>24000</td></tr><tr><td>Medium</td><td>180h</td><td>48000</td></tr><tr><td>Large</td><td>360h</td><td>96000</td></tr></tbody></table>

| Contributor Type                 | Percentage of CATs             |
| -------------------------------- | ------------------------------ |
| Ideators                         | 25% (inspired by the 25% rule) |
| Mentors                          | 10%                            |
| Software Developers or Designers | 65%                            |

These tables are intended as guidelines. Teams are allowed to deviate from these guidelines. If contributors disagree about any deviation, the final decision is made by the Stable Nest's admins.


---

# 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.stability.nexus/about-us/stable-nest/cat-allocation-guidelines.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.
