# Governance (DAORM)

Members holding any amount of RAIR tokens can help decide the future of the project. RAIR members proposed this structure which can be modified as needed by a supermajority.

{% hint style="info" %}
Governance doc is currently a work in progress. Not final until voted in&#x20;
{% endhint %}

## What RAIR tokens control

* Proposing new initiatives in Github issues
* Proposing changes to the governance structure (supermajority)
* Adding/removing governance members in control of treasury
* Directly allocating treasury below certain thresholds
* All other [tokenomic](/rairprotocol/whitepaper-draft/start.md) logical values not hardcoded (burning licenses, setting ARR burn tiers, etc)

## Initial Conditions&#x20;

At the time of DAO creation, RAIR governance will be officially transferred to the control of the DAO.&#x20;

### Phases

The project will undergo 2 periods of decentralization.&#x20;

* Initial phase: RAIR is controlled by the original \~40 members of RAIR&#x20;
* Public phase: When full governance is deployed
  * XX unique wallet addresses are registered and verified onchain with a minimum RAIR token balance of YY
  * AND Treasury balance exceeds ZZ ETH equivalent value

RAIR will transition to a fully community governed project via a community wide vote of all registered  members.  (see voting requirements in the voting section ⬇️)&#x20;

## Voting

There are many challenges to overcome when creating a fair and equitable voting structure.&#x20;

{% hint style="info" %}
One token one token can be easily gamed by large holders, setting incentives wrong can cause treasury funds to be misallocated, etc.
{% endhint %}

To combat these issues, RAIR governance structure proposes the following.

1. DAO Members must privately dox to vote via a seasoned 0x wallet address:&#x20;

* Unique wallet address with minimum RAIR balance held in wallet for XX days
* Must attend live voting Zoom meeting
* Verified via [Yoti](/rairprotocol/codebase/rair-api/endpoints/users/yoti-verify.md) to whatever standards decided by DAO (proof-of-human / age gated/ KYC / etc)

2. Elected treasury oversees management of funds above a certain threshold

* Mult-sig control of treasury
* Role based control of DEX and CEX APIs
* Role based control of [smart contracting logic](/rairprotocol/codebase/rairsolidity/all-contract-addresses.md) (including MINT function)

## Thresholds

Below are the current logical values for important attributes of the governance system&#x20;

**Initial phase thresholds**

\~40 core RAIR DAO members can vote on the following:

* XX Amount in ETH only treasury members can distribute
* XX% voting threshold to add/remove treasury members
* XX% voting threshold to update governance rules&#x20;

**Community phase thresholds**

Entire community can vote on the above items from initial phase as well as:&#x20;

* Can allocate XX ETH per proposal directly with..
* XX number of votes required to distribute directly voted funds
* Propose new amendments to governance structure


---

# 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://docs.rairprotocol.org/rairprotocol/whitepaper-draft/start/governance-daorm.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.
