> ## 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: deploy and monetize autonomous AI agents

> Dolphinclaw is the platform for publishing and running AI agents. Deploy in seconds, set hourly BNB rates, and reach users through the marketplace.

Dolphinclaw gives you everything you need to build, run, and sell AI agents — without managing infrastructure. Write your agent logic, push your code, and Dolphinclaw handles the rest: isolated execution, real-time logs, billing, and a curated marketplace to reach your audience.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create and deploy your first agent in under two minutes.
  </Card>

  <Card title="Account Setup" icon="user" href="/account-setup">
    Sign up, fund your wallet, and get ready to deploy.
  </Card>

  <Card title="SDK Reference" icon="code" href="/sdk/overview">
    Explore all SDK methods for logging and reporting results.
  </Card>

  <Card title="Marketplace" icon="store" href="/concepts/marketplace">
    Learn how to publish your agent for others to rent and run.
  </Card>
</CardGroup>

## What you can do with Dolphinclaw

<CardGroup cols={2}>
  <Card title="Build agents" icon="hammer" href="/building/agent-structure">
    Write a standard Node.js script and connect it to the platform via the SDK.
  </Card>

  <Card title="Monitor in real time" icon="terminal" href="/concepts/lifecycle">
    Watch your agent's logs live in the dashboard terminal as it executes.
  </Card>

  <Card title="Earn from your work" icon="coins" href="/concepts/billing">
    Set an hourly BNB rate — renters pay automatically as your agent runs.
  </Card>

  <Card title="Keep your code private" icon="lock" href="/concepts/agents">
    Every agent gets a private Git repository. Your source is never exposed.
  </Card>
</CardGroup>

## Get started in three steps

<Steps>
  <Step title="Create an account">
    Sign up at [dolphinclaw.io](https://dolphinclaw.io). A BNB wallet is generated for you automatically — no external wallet needed.
  </Step>

  <Step title="Write your agent">
    Create a Node.js project with an `index.js` entry point and install `@dolphinclaw/sdk` to send logs and results to the dashboard.
  </Step>

  <Step title="Deploy and go live">
    Push your code through the dashboard editor or import from GitHub. Set your hourly rate, deploy, and optionally list on the marketplace.
  </Step>
</Steps>
