# Governance

## DAO <a href="#id-9a14" id="id-9a14"></a>

The current DAO (ref-finance.sputnik-dao.near) uses SputnikDAO contract to manage its affairs.&#x20;

The DAO has two different roles:

1. **Council**: Council members can create proposals and vote. Only Council members can create proposals. If the majority of the Council confirms or rejects a proposal, that decision will stand
2. **Community**: Community members can vote on proposals. If the majority of the Community confirms or rejects a proposal, that decision will stand. For most proposals, the Council will defer to the Community's decision, and refrain from voting

## Core Values <a href="#id-9a26" id="id-9a26"></a>

Beyond voting power, anyone in our community is welcomed and encouraged to participate in the activities of the project, including, but not limited to:

* **Project Management**: planning, project methodology, and documentation
* **Product Testing**: unit test and end-to-end test
* **Product Strategy**: benchmark, market analysis, and go-to-market plan
* **User Support and Moderation**
* **PR and Communication**

In addition to proactiveness, Community members shall:

* Challenge project proposals
* Share their opinion about different matters raised by the Community
* Be proactive and act in the protocol’s best interests
* Exercise independent judgement (Community members should not be delegates who simply implement the commands of other parties)
* Exercise their voting right
* Participate in the Community calls and meetups


---

# Agent Instructions: 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:

```
GET https://guide.rhea.finance/governance.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
