> For the complete documentation index, see [llms.txt](https://docs.paired.world/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.paired.world/whitepaper/governance/governing-council.md).

# Governing Council

The PairedWorld Non-Profit Foundation aims to operate similarly to a Decentralised Autonomous Organization (DAO), with a focus on transparency, decentralisation, and community-driven decision-making. However, it will not be a DAO in the strictest sense. This document outlines the Foundation's structure, including its governing council, executive board, and core contributors.

**Governing Council**

1. Composition: The Governing Council will consist of a min 3-member council appointed based on their impartiality and the experience they bring to govern the PairedWorld Foundation. The founding Governing council will initially be appointed by the PairedWorld founding alliance.
2. Selection Process: Candidates for the Governing Council will be nominated by the community and will undergo a thorough vetting process. The final selection will be made by the Executive Board, ensuring a balance of shared values, moral and ethical values, leadership and vision.
3. Responsibilities: The Governing Council will be responsible for overseeing the strategic direction of the Foundation, approving major decisions, and ensuring the fulfilment of the Foundation's mission and objectives.
4. Term Council members will serve for a term of two years, with the possibility of reappointment.&#x20;

**Executive Council**

1. Composition: The Executive Board will be composed of the core contributors to the PairedWorld project, including representatives from Unpaired, who will operate the ecosystem, including engineering, marketing, and operations who will be responsible for initially operating the PairedWorld ecosystem.
2. Responsibilities: The Executive Board will be responsible for managing the day-to-day operations of the Foundation, implementing strategic decisions made by the Governing Council, and ensuring the overall success of the PairedWorld project. Some roles/functions may be outsourced to founding partners initially at launch.
3. Term: Executive Board members will serve an initial term of two years, with the possibility of reappointment based on their performance and contribution to the project.


---

# 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.paired.world/whitepaper/governance/governing-council.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.
