> For the complete documentation index, see [llms.txt](https://docs.openmesh.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openmesh.network/open-source-initiatives/openr-and-d/verified-contributors.md).

# Verified Contributors

### Verified Contributors

OpenR\&D is open to anyone to use. Verified Contributors is Openmesh's way of using OpenR\&D to develop its products. Verified Contributors form a DAO which decides who is part of it. This Verified Contributor status is represented by an NFT (ERC721). The Verified Contributors decide who gets minted this NFT and can similarly also decide if it should be revoked from someone.

This Verified Contributor group gets extra OPEN token rewards for completing tasks based on RFM (Recency, Frequency, Monetary value). Furthermore, there are several departments, which contain a subset of Verified Contributors. Normal Verified Contributors work on a task-by-task payment schedule, whereas Verified Contributors part of a department are instead working on a fixed salary, where the task completion reward is paid out to the department treasury instead. This allows them to have a more predictable income.

### **How to become a Verified Contributor?**

Becoming a Verified Contributor is currently invite-only.

### **What are the responsibilities of a Verified Contributor?**

Being a Verified Contributor you are expected to interact with the OpenR\&D platform or community regularly. Usually, this will be in the form of completing tasks, which will be represented in your RFM score. Being in a department will introduce more responsibilities, which that department decides.

### **How do we avoid bad actors?**

When a Verified Contributor fails to fulfill their responsibility, they are held accountable by the other Verified Contributors, who will cast a vote to burn the bad actor's NFT, meaning they will lose the additional benefits and governance that is granted to it. This also means that they are removed from any department they are part of.

{% hint style="info" %}
The Verified Contributor NFT collection and DAOs exist on Polygon mainnet.[<br>](https://open-mesh.gitbook.io/l3a-dao-documentation/about/openr-and-d/contact-us)
{% endhint %}


---

# 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.openmesh.network/open-source-initiatives/openr-and-d/verified-contributors.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.
