# MyProvider

Source: https://nodedocs.mor.org/ecosystem/myprovider

<Note>
**Mirrored summary** of [myprovider.mor.org](https://myprovider.mor.org). For screens and the latest behavior, defer to the live site and the canonical [MyProvider GUI](/providers/full/myprovider-gui) page on this docs site.
</Note>

## What it is

A hosted operator dashboard for Morpheus providers. It connects to **your** proxy-router with HTTP Basic Auth (same credentials as Swagger) and helps you:

1. Look up existing models on [active.mor.org](https://active.mor.org/status)
2. Craft SecretVM / Docker / Venice secrets (including `MODELS_CONFIG_CONTENT`)
3. Register the provider, bid on models, and sync `models-config`

It does **not** replace funding a wallet or running a node — it is the graphical control plane for that node.

## Paths

| Path | Best for |
|------|----------|
| SecretVM TEE | Digest-pinned `-tee` image + 5 encrypted secrets + HTTPS MyProvider |
| Venice Diem resale | Monetize Venice API access without hosting GPUs |
| Standard / Docker | Your own LLM backend |

## Preferred use

1. Look up existing models / prices on [active.mor.org/status](https://active.mor.org/status).
2. Export secrets from MyProvider onboarding.
3. Deploy the node; connect MyProvider with Basic Auth.
4. **Bid on an existing model** when one matches what you serve.
5. Re-export `MODELS_CONFIG_CONTENT` from Model Configuration Sync after bidding if needed.

Full steps: [Register on chain](/providers/full/register-onchain) and [MyProvider GUI](/providers/full/myprovider-gui).

## Auth and HTTPS

- Auth = node Basic Auth, **not** MetaMask.
- Hosted [myprovider.mor.org](https://myprovider.mor.org) requires an **HTTPS** proxy-router URL (SecretVM fits naturally). HTTP-only nodes: desktop app or local `npm run dev`.

## Related canonical pages on this site

- [MyProvider GUI](/providers/full/myprovider-gui)
- [Register on chain](/providers/full/register-onchain)
- [SecretVM quickstart](/providers/full/secretvm-quickstart)
- [Reselling Venice (Diem)](/providers/resale/reselling-venice)
- [active.mor.org](/ecosystem/active-status)
- [Headless operation](/providers/full/headless)
- [API endpoints](/reference/api-endpoints)

## Source

- [https://myprovider.mor.org](https://myprovider.mor.org)
