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

# x402

> Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key.

The `x402` skill walks your agent through setting up [Browser Use Cloud payments with x402](/cloud/guides/x402) — pay per request from a crypto wallet (USDC on Base mainnet), with no signup, API key, or credit card. It guides wallet setup, funding, writing the key to `.env`, and a \~\$1 test run. The SDK is the easiest path, and non-SDK flows are available via x402-aware client libraries. Use it when you want pay-per-use access without an API key.

## Install

```bash theme={null}
npx skills add https://github.com/browser-use/browser-use --skill x402
```

## Links

<CardGroup cols={2}>
  <Card title="skills.sh" icon="up-right-from-square" href="https://www.skills.sh/browser-use/browser-use/x402" />

  <Card title="Source" icon="github" href="https://github.com/browser-use/browser-use/tree/main/skills/x402" />
</CardGroup>
