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

# x402 protocol integration

> Pay-per-use browser sessions with crypto. No API keys, no accounts—just pay and connect.

The **x402 integration** enables pay-per-use browser sessions using cryptocurrency. Built on the [x402 protocol](https://x402.org), this integration lets you create and manage Browserbase sessions by paying with USDC on Base — no API keys or accounts required.

<Info>
  This integration uses the HTTP 402 Payment Required status code to enable seamless crypto payments for browser automation.
</Info>

**Endpoint:** `https://x402.browserbase.com`

## Key features

<CardGroup cols={2}>
  <Card title="No account required" icon="user-slash">
    Start using browser sessions immediately without signing up or managing API keys
  </Card>

  <Card title="Pay-per-use" icon="coins">
    Only pay for what you use with transparent per-minute pricing
  </Card>

  <Card title="Crypto native" icon="wallet">
    Pay with USDC on Base network using any EVM-compatible wallet
  </Card>

  <Card title="Instant access" icon="bolt">
    Receive WebSocket connection URLs immediately after payment
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Request">
    Make a request to the x402 endpoint. The server returns payment requirements with a 402 response.
  </Step>

  <Step title="Sign">
    Your wallet signs a USDC authorization for the requested amount.
  </Step>

  <Step title="Pay & Connect">
    Send the signed payment header and receive your browser WebSocket URL instantly.
  </Step>
</Steps>

## Pricing

| Duration | Cost (USDC) |
| -------- | ----------- |
| 5 min    | \$0.01      |
| 15 min   | \$0.03      |
| 30 min   | \$0.06      |
| 60 min   | \$0.12      |

**Rate:** \$0.12/hour

## Requirements

<CardGroup cols={3}>
  <Card title="Network" icon="network-wired">
    Base (mainnet)
  </Card>

  <Card title="Token" icon="circle-dollar-to-slot">
    USDC (`0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`)
  </Card>

  <Card title="Wallet" icon="wallet">
    Any EVM wallet with USDC on Base
  </Card>
</CardGroup>

## Use cases

<CardGroup cols={2}>
  <Card title="Quick prototyping" icon="flask">
    Test browser automation without commitment or account setup
  </Card>

  <Card title="Anonymous usage" icon="user-secret">
    Run browser sessions without creating an account or sharing personal information
  </Card>

  <Card title="Crypto-native apps" icon="bitcoin">
    Integrate browser automation into Web3 applications with native payment flows
  </Card>

  <Card title="Pay-as-you-go" icon="scale-balanced">
    Ideal for irregular usage patterns where subscription plans don't make sense
  </Card>
</CardGroup>

## Premium features with AgentKit

By default, x402 sessions use a standard browser. To unlock **Verified browsers** — the same premium feature available to Scale plan customers — your agent can prove it's human-backed using [AgentKit](/integrations/agentkit/introduction) from Tools for Humanity.

<CardGroup cols={2}>
  <Card title="Standard x402 session" icon="browser">
    Pay with USDC, get a working browser. No account or identity required.
  </Card>

  <Card title="Verified x402 session" icon="shield-check">
    Add an AgentKit proof header to unlock Verified browsers.
  </Card>
</CardGroup>

This creates a layered access model: anyone can pay for a browser, but premium features are reserved for agents that can cryptographically prove human backing. No API keys, no KYC — just math.

<Card title="Set up AgentKit verification" icon="fingerprint" href="/integrations/x402/agentkit">
  Learn how to prove your agent is human-backed and unlock premium features
</Card>

## Getting started

Ready to start using pay-per-use browser sessions? Check out the quickstart guide to create your first session.

<CardGroup cols={2}>
  <Card title="Quickstart guide" icon="rocket" href="/integrations/x402/quickstart">
    Create your first x402 browser session
  </Card>

  <Card title="x402 Protocol" icon="book" href="https://x402.org">
    Learn more about the x402 payment protocol
  </Card>
</CardGroup>
