# Register as a provider

### 🔭 Future Vision

In the long term, DecentraLabs aims to support **federated Single Sign-On (SSO)** for institutional providers. This would allow us to automatically recognize verified university or research staff based on identity provider credentials (e.g., via [eduGAIN](https://edugain.org/)), streamlining the onboarding process and reducing the risk of fraud. Additionally, we envision a **DAO-based governance model** in which the community collectively decides who can join as a provider, ensuring openness, fairness, and transparency in provider approval.

Today, provider onboarding has two active paths:

1. **Marketplace self-service request (manual review)** for independent providers submitting the public registration form.
2. **Institutional onboarding (partner flow)** for integrated institutions, where provisioning and registration can be automated through the institutional backend path.

### 📝 Marketplace Registration Flow (Manual Review)

At present, becoming a provider involves the following steps:

1. **Connect Your Wallet**\
   Navigate to the DecentraLabs Marketplace and connect your Web3 wallet. This address will be used to identify you on-chain and manage your future interactions with the platform.
2. **Submit a Registration Request**\
   After connecting your wallet, fill out the *Register as a Provider* form available on the platform. You’ll be asked to provide basic information:
   * Wallet address (automatically filled)
   * Contact email
   * Institution or provider name
   * Country of operation
3. **Verification by the DecentraLabs Team**\
   The team at **Nebulous Systems** receives your registration request and performs a manual review. This may involve verifying your institutional affiliation or checking public records.
4. **Approval or Rejection**\
   Based on the review, your request will either be:
   * ✅ **Approved** – Your provider profile is **recorded on-chain** through our smart contracts, granting you access to provider-only features.
   * ❌ **Rejected** – You will be notified by email if the request is denied, along with any relevant reasoning or next steps.

Once approved, you will be able to proceed with publishing and managing your labs through the decentralized infrastructure.

The image below shows the form in the DecentraLabs Marketplace to register your interest to become a lab provider.

<figure><img src="/files/iXBXJTSFC5C2fKHY0kEo" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://decentralabs-2.gitbook.io/decentralabs-docs/marketplace/become-a-provider/register-as-a-provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
