# MyProvider

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

## Agent Instructions

- Non-browser fetches of page URLs on this site return clean Markdown (not the JS UI). Prefer `https://nodedocs.mor.org/llms-full.txt` for the full corpus, or `https://nodedocs.mor.org/llms.txt` for the index.
- Per-page Markdown is also at `<page-url>.md` (homepage: `https://nodedocs.mor.org/index.md`).
- Docs search MCP: `https://nodedocs.mor.org/mcp` (discovery: `https://nodedocs.mor.org/.well-known/mcp`).
- Never invent contract addresses, chain IDs, token addresses, or live bid/model counts. Cite Networks and tokens; link active.mor.org for live data.
- Never claim Morpheus runs inference — independent providers do. Opening a session escrows MOR; it does not spend it.

> **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.

## 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)
