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

# Providers

Your GPU has a day job now. Host models, serve the jobs the orchestrator mesh routes to you, and get paid in USDG on Robinhood Chain the moment each job settles. Nothing to invoice, no payout schedule to wait on: every payment is its own transaction, and you can pull each one up on Blockscout.

One gaming card in a Chrome tab or a rack of dedicated nodes: same deal, same per-job settlement. The single universal requirement is an Ethereum wallet (MetaMask, Rabby, or Robinhood Wallet). Everything past that depends on the tier you pick.

* \[Browser Worker]\(): serve jobs from a Chrome tab, nothing installed
* \[Native Worker]\(): run the `robincompute-node` daemon for bigger models and better pay
* \[Staking]\(): lock $RCOMPUTE for the 85% payout rate and a cut of protocol fees
* \[Reputation]\(): what feeds your on-chain score and why the router cares

***

## Comparing the tiers

|                           | Browser Worker     | Native Worker (unstaked)    | Native Worker (staked)                |
| ------------------------- | ------------------ | --------------------------- | ------------------------------------- |
| Setup                     | Browser tab only   | Install `robincompute-node` | Install plus a 1,000+ $RCOMPUTE stake |
| Models                    | 1B to 8B quantized | 8B to 70B+                  | 8B to 70B+                            |
| Payout rate               | 75%                | 75%                         | 85%                                   |
| Minimum stake             | None               | None                        | 1,000 $RCOMPUTE                       |
| Routing priority          | Standard           | Standard                    | Elevated                              |
| Beta $RCOMPUTE multiplier | 2x                 | 2x                          | 2x                                    |

A staked native worker goes to the front of the routing queue and keeps $0.85 of every $1.00 billed for the jobs it completes.


---

# 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.robincompute.org/providers/index.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.
