> For the complete documentation index, see [llms.txt](https://manual.gitcoin.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.gitcoin.co/introduction-and-overview/gitcoin-glossary/all-other-definitions.md).

# All Other Definitions

| Term                         | Definition                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Allo Protocol                | Credibly neutral open-source protocol that enables groups to efficiently and transparently allocate pooled capital.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Gitcoin Grants Stack         | <p>Protocol-enabled solution that enables any community to create, manage and grow a grants program. From deployment and application management, to funds allocation, Grants Stack makes it easy to run and grow a grants program.</p><p></p><p>Powered by Allo Protocol.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| Credible Neutrality          | <p>A mechanism is credibly neutral if it does not discriminate for or against any specific people, treating everyone fairly, to the extent that it’s possible in today’s diverse and complicated world.</p><p></p><p>Credibly neutral parts of Gitcoin: Allo Protocol, Passport, Grants Stack</p><p></p><p>Not credibly neutral parts of Gitcoin: rounds, programs.</p><p></p><p>Contains both credibly neutral and not credibly neutral components: Gitcoin Grants ecosystem</p>                                                                                                                                                                                                                                    |
| Progressive decentralization | <p>Decentralization is the transfer of control of an activity or organization to several local entities or authorities rather than one single one.</p><p></p><p>Progressive decentralization is the philosophy of decentralization over time, in increments. Over time, legal, brand, governance, product, computation, data, functions of Gitcoin have been progressively decentralized. As Gitcoin Grants continues to progressively decentralize, there may be different components that modularize and decentralize over time.</p><p></p><p>One way we may eventually progressively decentralize is through<a href="https://gov.gitcoin.co/t/modularizing-the-program/16670"> modularizing the programs.</a></p> |
|                              |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |


---

# 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://manual.gitcoin.co/introduction-and-overview/gitcoin-glossary/all-other-definitions.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.
