Provider Discovery

List and verify 0G network compute providers with TEE checks.

4|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/henrymartin262/AIsphere --skill provider-discovery-henrymartin262
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Provider Discovery
Source: https://github.com/henrymartin262/AIsphere/tree/main/.agent-skills/skills/compute/provider-discovery
Command: npx skills add https://github.com/henrymartin262/AIsphere --skill provider-discovery-henrymartin262

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and validate compute providers on the 0G network to ensure reliable, trusted services with proper verification and onboarding.

Core Features & Use Cases

  • Provider discovery: List available providers and their service types (chatbot, text-to-image, speech-to-text) and models.
  • TEE verification & acknowledgment: Verify trusted execution environment status and acknowledge providers before use.
  • Use Case: A developer scans the network for a verified chatbot provider, acknowledges it, and obtains service metadata for integration.

Quick Start

Initialize the broker with your wallet, list all providers, filter by service type, verify TEE status, and acknowledge a chosen provider before first use.

Frequently Asked Questions about Provider Discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find and verify compute providers on the 0G network?

To find and verify 0G compute providers, initialize the @0glabs/0g-serving-broker library with a funded wallet and RPC URL, list available services, filter by type, and check TEE verification status before acknowledging a provider.

How does TEE verification work for 0G compute providers?

TEE verification confirms a 0G compute provider's trusted execution environment status. You use the @0glabs/0g-serving-broker library to check this status and formally acknowledge the provider before securely integrating their chatbot or AI models.

What do I need to list 0G service providers and filter by type?

Listing 0G service providers requires a funded wallet, an RPC URL, and the @0glabs/0g-serving-broker library. You can then list all available services and filter them by types like chatbot, text-to-image, and speech-to-text.

Can I use the 0G broker to discover specific AI model providers?

Yes, you can use the 0G serving broker to discover specific AI model providers. The provider discovery process lists available services and their models, allowing you to filter by chatbot, text-to-image, or speech-to-text types.

Why do I need to acknowledge a 0G compute provider before first use?

Acknowledging a 0G compute provider is required before first use to ensure trusted services. This onboarding step verifies TEE status and obtains service metadata, ensuring reliable integration for your deployment scenario.

Does discovering 0G providers work without a funded wallet?

No, discovering 0G providers does not work without a funded wallet. Provider discovery and TEE verification via the @0glabs/0g-serving-broker library explicitly require a funded wallet and an RPC URL to list and acknowledge services.