> For the complete documentation index, see [llms.txt](https://token-engineering-commons.gitbook.io/tec-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://token-engineering-commons.gitbook.io/tec-handbook/governance/introduction.md).

# Introduction

Within the Token Engineering Commons, we strive to establish a Polycentric Governance Framework.

`Polycentricity means “having more than one center”.`

In terms of governance, polycentric refers to having multiple centers of decision-making, where each center holds a certain degree of autonomy -- where leadership & authority is distributed among all members of the organization.&#x20;

When one decision-making space overlaps with another, each center interacts in a process of mutual adjustment. This process is what is known as the **Advice Process**. This process allows individuals and groups to reflect on the types of decisions that are being made, evaluate their impact, and engage with both experts and stakeholders on the optimal path forward.

The polycentric model holds the consideration that governance is a continually evolving system which allows for emergent behaviors to continually guide and improve the processes and culture that manage the collective resources of the organization. While there does exist an overarching system of values and behavioral norms, this model discourages rigid procedures in favor of emergent patterns of behavior.

As a participant within this governance framework, we want to stress the importance of what it means to value emergent behaviors and progressive development over standardization and productivity. We value organic development, and allowing individuals to find their voice, their niche, and take pride in their contributions.

**==============================================================**

If you want to learn more about the polycentric governance model, please check out this quick video from the Ostrom Workshop:

{% embed url="<https://www.youtube.com/watch?t=19s&v=bciLE8aBUao>" %}


---

# 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://token-engineering-commons.gitbook.io/tec-handbook/governance/introduction.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.
