> ## Documentation Index
> Fetch the complete documentation index at: https://docs.corbits.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Merchants

> Companies selling API access through Corbits — set up a proxy, list it in Discovery, and start earning

Any company can sell access to their APIs through Corbits. Set up a [Proxy](/marketplace/control-plane/proxies) for your API, list it in the [Discovery Service](/discovery/overview), and consumers can find and pay for your endpoints using the [x402 protocol](https://www.x402.org). No API keys, no accounts, no billing setup — just a crypto wallet and a request.

The merchants listed below are examples of what's available today. New merchants are being added regularly, and the live catalog is always available through the [Discovery API](/discovery/discovery-api).

## How it works

<Steps>
  <Step title="Find a merchant">
    Browse the examples below, or search the [Discovery API](/discovery/discovery-api) to see everything currently available.
  </Step>

  <Step title="Check endpoints and pricing">
    Each merchant page lists available endpoints and per-request pricing. You can also query this programmatically via the Discovery API.
  </Step>

  <Step title="Make a paid call">
    Use the [`@faremeter/rides`](https://www.npmjs.com/package/@faremeter/rides) SDK or the [Corbits Skill](/discovery/corbits-skill) to call the proxy URL. Payment is handled automatically.
  </Step>
</Steps>

## Example merchants

### Inference

<CardGroup cols={2}>
  <Card title="OpenAI" icon="microchip-ai" href="/merchants/openai">
    GPT models, embeddings, image generation, and the full OpenAI API
  </Card>

  <Card title="Anthropic Claude" icon="brain" href="/merchants/anthropic-claude">
    Claude models via the Anthropic Messages API
  </Card>

  <Card title="Nous Research" icon="flask" href="/merchants/nous-research">
    Open-source AI models from Nous Research
  </Card>
</CardGroup>

### Search & Enrichment

<CardGroup cols={2}>
  <Card title="Firecrawl" icon="fire" href="/merchants/firecrawl">
    Web scraping, crawling, and structured data extraction
  </Card>

  <Card title="OpenRouter" icon="arrows-split-up-and-left" href="/merchants/openrouter">
    Unified gateway to 200+ AI models from multiple providers
  </Card>
</CardGroup>

### Blockchain Data

<CardGroup cols={2}>
  <Card title="Triton" icon="cube" href="/merchants/triton">
    Solana RPC node operated by Triton
  </Card>

  <Card title="Helius" icon="cube" href="/merchants/helius">
    Solana RPC and enhanced APIs from Helius
  </Card>
</CardGroup>

## Discover all merchants

This page only highlights a few examples. The full catalog of available merchants is always accessible through the [Discovery API](/discovery/discovery-api):

```bash theme={null}
# List all available proxies
curl "https://api.corbits.dev/api/v1/proxies?limit=100"

# Search by name or keyword
curl "https://api.corbits.dev/api/v1/search?q=openai"
```

You can also use the [Corbits Skill](/discovery/corbits-skill) to search interactively from your terminal.

## Become a merchant

Want to sell access to your API on Corbits? [Create a Proxy](/marketplace/control-plane/proxies) for your API, set per-endpoint pricing, and list it in Discovery so consumers and agents can find it. No code changes required.
