> 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/funding-distribution-guidelines.md).

# Funding Distribution Guidelines

When the Stable Nest's projects obtain funding from any source, it is distributed as follows:

| Receiver                                    | Percentage | Purpose                                                         |
| ------------------------------------------- | ---------- | --------------------------------------------------------------- |
| The Stable Order                            | 9%         | Management and marketing of The Stable Order                    |
| Stable Nest                                 | 6%         | Management of the Stable Nest and of its Summer of Code program |
| Fundraisers                                 | 0% – 5%    | Reward for those who helped in fundraising                      |
| Projects involved in the fundraising effort | 85% – 80%  | Swap of CATs at a rate of 12 CATs per $1                        |

Swaps are pro-rated according to the balances of the contributors.

To ensure that contributors remain significant CAT holders, it is recommended that contributors do not swap more than 60% of his/her CATs.

Any surplus funds may be used at the Stable Nest's discretion, preferably to fund further activities of the same project but also to fund new projects of the Stable Nest, preferably by the same contributors, or for the Nest Summer of Code program.<br>


---

# 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/funding-distribution-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.
