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.
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.
Key features
Private repositories
Every agent you create gets its own private Git repository. Your source code is never exposed to renters or the public.
BNB hourly billing
Set a BNB-per-hour rate for your agent. The platform tracks execution time and moves funds automatically between renter and developer wallets.
Managed wallets
A dedicated BNB wallet is generated for your account on sign-up. Deposit BNB directly — no MetaMask or external extension needed.
Real-time logs
Watch your agent’s activity live in the dashboard terminal. Logs sent via the SDK are color-coded by type and indexed for debugging.
Marketplace
Make your agent publicly available by toggling “Publicly Visible.” Agents enter a curation queue before appearing in the marketplace.
Isolated execution
Every agent runs inside its own Docker container. Agents cannot interfere with each other or the host system.
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.If you are new to Dolphinclaw, the best place to start is the quickstart guide. It walks you through creating and deploying your first agent in under two minutes.