# Membership

### Classifications

Membership has three classifications: MOZ token holders, xMOZ token holders and Senate members.&#x20;

* Member: Discussion channels are open to all member classifications.&#x20;
  * Members are holders of MOZ.
* Participant: Able to submit and vote on proposals.&#x20;
  * Participants are restricted to xMOZ holders.&#x20;
* Senator: Have the ability to put forth official MPs.&#x20;

{% hint style="info" %}
xMOZ is the requirement for voting on any official Mozaic Improvement Proposals.
{% endhint %}


---

# 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.mozaic.finance/governance/framework/membership.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.
