Loading market data...

BNB Chain Launches Agent Studio v2 to Pay AI Agents for Work

BNB Chain Launches Agent Studio v2 to Pay AI Agents for Work

On August 18, 2026, BNB Chain rolled out Agent Studio v2, an upgrade that lets AI agents get paid for their work instead of just burning through funds. The update introduces a standard receiving interface that completes the ERC-8183 commerce flow, meaning agents can be hired and paid directly.

A Paycheck for AI Agents

Until now, most AI agents were built to spend — on APIs, compute, or transactions. Agent Studio v2 flips that. Agents can now earn income through a standard receiving interface that closes the ERC-8183 commerce loop end to end. In plain terms, someone can hire an agent, the agent does the job, and the payment lands in the agent's wallet without a middleman.

This isn't a theoretical framework. The studio is live, and builders can put it to work immediately.

Wallet Options: Altana and TWAK

Two wallets now plug into the studio. The first is Altana, a self-custodial wallet that enforces onchain spending limits, allowlists, and time bounds. Permissions can be revoked instantly — no key rotation required. That gives builders fine-grained control over what an agent can do with money.

The second is TWAK, Trust Wallet AgentKit, which was already in the mix. With both options, builders can match the wallet architecture to the agent's purpose. A simple task agent might not need heavy guardrails; one handling large payments probably does.

Developer Upgrades: TypeScript, Paymaster, and a Standard Provider Interface

V2 also adds TypeScript support alongside the existing Python SDK, opening the door to a wider pool of developers. The Paymaster covers gas on BSC Testnet, so testers no longer have to manually fund wallets to run experiments.

Cloud deployment gets a standard provider interface, replacing per-provider integration work. That means less boilerplate when moving an agent from a local test to a cloud environment.

What Stays the Same

Existing agents keep running without migration. The update is backward-compatible, so teams don't have to rewrite anything. BNB Chain says it currently hosts more registered AI agents than any other network, and this release is aimed at keeping that lead.

The studio is available now at bnbchain.org/en/bnb-agent-studio. Builders can start there — and decide which wallet fits their agent's job.