> For the complete documentation index, see [llms.txt](https://gitbook.mor.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.mor.org/faqs/code-providers.md).

# Code Providers

<details>

<summary><strong>What do code providers do?</strong></summary>

Code providers contribute to Morpheus code base for ongoing development, upgrades, and improvements.

</details>

<details>

<summary><strong>How can I get involved with Morpheus as a code provider?</strong></summary>

An onboarding process is described in the [Coder Guide](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Code%20Providers/Coder%20Guide.md).

</details>

<details>

<summary><strong>What are the requirements for code contributors?</strong></summary>

There are [Code Contributor Best Practices](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Code%20Providers/Code%20Contributor%20Best%20Practices.md) on GitHub.

</details>

<details>

<summary><strong>How do code providers get rewarded?</strong></summary>

They get MOR emissions depending on their contributed weights vs the total amount of weights contributed.

</details>

<details>

<summary><strong>What are the weights?</strong></summary>

Weight is the unit that represents contribution value. The weights concept is explained [here](https://github.com/MorpheusAIs/Docs/blob/main/!KEYDOCS%20README%20FIRST!/Code%20Providers/Code%20Contributor%20Weights%20Guide.md).

</details>

<details>

<summary><strong>Can I be paid in USD or stablecoins?</strong></summary>

No, code providers are rewarded only in MOR.

</details>

<details>

<summary><strong>How do I get in touch with other builders for collaborations?</strong></summary>

The Discord server Accelerator Corner is your go-to place ⁠=> [Join here](https://discord.gg/morpheusai).

</details>

<details>

<summary><strong>Where can I see a task list?</strong></summary>

There is no task list available. Developers build what they want based on their experience and belief in its value for Morpheus. GitHub maintainers act as judges to merge contributors' work. Coders here compete, but there are no guarantees that anyone will use the code until it's released.

</details>

<details>

<summary><strong>Are there other ways to get involved?</strong></summary>

You can contribute by submitting a proposal as a Morpheus Request for Comments (MRC). Explore the guidance [here](https://github.com/MorpheusAIs/MRC/blob/main/MRC00.md).

</details>

<details>

<summary><strong>Where can I get support and ask questions?</strong></summary>

Community members would love to assist you in the [**#code-provider**](https://discord.com/channels/1151741790408429580/1167520984849469530) Discord channel.

</details>

{% hint style="danger" %}
**Beware of scams, anyone who message you with proposal to help is likely a scammer**
{% 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://gitbook.mor.org/faqs/code-providers.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.
