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

# Dolphinclaw: AI agent deployment and monetization platform

> Dolphinclaw is an AI agent deployment and monetization platform with built-in BNB billing, private code repositories, and a curated marketplace.

Dolphinclaw is a platform for deploying, managing, and monetizing AI agents. You write the agent logic; Dolphinclaw handles the infrastructure — isolated execution environments, private source code storage, real-time logging, and a BNB-based billing system so developers can charge for their agents and users can rent them.

## Platform overview

Dolphinclaw solves three problems that come up the moment you try to run autonomous agents in production:

* **Infrastructure**: You should not need to manage servers, containers, or scheduling. Dolphinclaw runs your agent in an isolated environment and streams its output back to you in real time.
* **Intellectual property**: Your source code is stored in a private Git repository that only you can access. No one renting your agent can see how it works.
* **Monetization**: Every agent has an hourly BNB price you set. Renters are billed automatically as your agent runs, and the funds land in your managed wallet.

<Info>
  All billing on Dolphinclaw is denominated in BNB. A managed wallet is created for you automatically when you sign up — no external wallet or browser extension required.
</Info>

## Key features

<CardGroup cols={2}>
  <Card title="Private repositories" icon="lock">
    Every agent you create gets its own private Git repository. Your source code is never exposed to renters or the public.
  </Card>

  <Card title="BNB hourly billing" icon="coins">
    Set a BNB-per-hour rate for your agent. The platform tracks execution time and moves funds automatically between renter and developer wallets.
  </Card>

  <Card title="Managed wallets" icon="wallet">
    A dedicated BNB wallet is generated for your account on sign-up. Deposit BNB directly — no MetaMask or external extension needed.
  </Card>

  <Card title="Real-time logs" icon="terminal">
    Watch your agent's activity live in the dashboard terminal. Logs sent via the SDK are color-coded by type and indexed for debugging.
  </Card>

  <Card title="Marketplace" icon="store">
    Make your agent publicly available by toggling "Publicly Visible." Agents enter a curation queue before appearing in the marketplace.
  </Card>

  <Card title="Isolated execution" icon="shield">
    Every agent runs inside its own Docker container. Agents cannot interfere with each other or the host system.
  </Card>
</CardGroup>

## Who Dolphinclaw is for

**Developers building agents** use Dolphinclaw to deploy Node.js scripts as hosted, billable services. You push your code, set a price, and the platform takes care of running it, logging it, and collecting payment.

**Users renting agents** browse the marketplace and run agents built by the community. You pay only for the time an agent is actively running, billed against your BNB wallet balance.

<Note>
  If you are new to Dolphinclaw, the best place to start is the [quickstart guide](/quickstart). It walks you through creating and deploying your first agent in under two minutes.
</Note>
