> For the complete documentation index, see [llms.txt](https://df-manual.gitbook.io/df-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://df-manual.gitbook.io/df-book/review-circle/structure-and-governance-1.md).

# Structure and Governance

The Review Circle ensures projects are reviewed fairly. It oversees proposal rounds, RFPs (Requests for Proposals), ideation challenges, Regular Round Proposals, and milestone reviews. Every project is evaluated for feasibility, impact, deliverability, and alignment with SingularityNET’s goals or a specific funding round.

Reviewers are provided with structure but also have flexibility. Tasks usually come through the milestone workflow, but reviewers can suggest and apply for new tasks. The Coordinators in the persons of <mark style="color:blue;background-color:yellow;">Slate</mark>, <mark style="color:blue;background-color:yellow;">Paulo</mark>, and <mark style="color:blue;background-color:yellow;">Kwasi</mark> are available to guide projects.

### Coordinator’s Roles:

* <mark style="color:blue;background-color:yellow;">Slate</mark>, <mark style="color:blue;background-color:yellow;">Paulo</mark>, and <mark style="color:blue;background-color:yellow;">Kwasi</mark> coordinate to lead the Circle.
* They assign reviewers to proposals, milestones, and RFPs.
* They handle communication and operations.
* They guide project teams on milestone changes.
* They manage reviewer participation and refine processes.

The coordinators make sure work is shared fairly and every project gets support.

#### Meetings

Meetings happen **biweekly on Wednesdays at 18:00 UTC** via Google Meet. Reviewers and coordinators join to share updates, get help, and ask questions.

#### Communication

**Mattermost** on the SingularityNET server is used for all communications. New members are added to the Review Circle channel after full onboarding.This channel is the main hub for updates, discussions, and coordination.

<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://df-manual.gitbook.io/df-book/review-circle/structure-and-governance-1.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.
