---
name: x402-next-mainnet-wheat.vercel.app
description: This host provides a single paywall-protected endpoint that returns an HTML page containing an exclusive SoundCloud music embed. Access requires a 0.001 USDC payment on Base via the x402 payment protocol. It does not serve raw audio files or streaming endpoints.
host: x402-next-mainnet-wheat.vercel.app
---

# x402-next-mainnet-wheat.vercel.app

x402-next-mainnet-wheat.vercel.app is a minimal BeatPass demo host that gates a single music content page behind a micropayment. It serves agents or applications that need to programmatically unlock and retrieve the HTML wrapper around a SoundCloud-embedded music player after completing an on-chain payment. The host is purpose-built for demonstrating x402 payment-gated content delivery rather than serving as a general music platform.

## When to use this host

Use this host when an agent needs to retrieve the BeatPass exclusive music HTML page and is capable of executing a 0.001 USDC payment on Base via x402. Do not use this host if you need a raw audio stream, a direct audio file URL, or programmatic playback control — the output is an HTML page with an embedded SoundCloud player, not a binary audio asset. For general music streaming or metadata lookup, use a dedicated music API instead. For other x402-gated content types, look for hosts with skills matching those specific content categories.

## Capabilities

### Payment-Gated Music Content

Unlocks and retrieves an HTML page containing an embedded SoundCloud music player after a 0.001 USDC micropayment on Base is completed via the x402 protocol.

- **`fetch-beatpass-exclusive-music`** — Fetches a paywall-protected HTML page containing an exclusive SoundCloud music embed after paying 0.001 USDC on Base.

## Skill reference

### `fetch-beatpass-exclusive-music`

**BeatPass: Exclusive Music Access** — Fetches a paywall-protected HTML page containing an exclusive SoundCloud music embed after paying 0.001 USDC on Base.

*Use when:* Use when an agent needs to access the BeatPass protected music content page and is prepared to pay 0.001 USDC on Base via the x402 payment protocol to unlock the HTML response.

*Not for:* Do not use for streaming audio directly or fetching raw audio files; this returns an HTML page with an embedded SoundCloud player, not a binary audio stream.

**Returns:** Returns a full HTML page with a payment-success message and an auto-playing SoundCloud iframe embed for the track 'x402 (DJ Reppel Remix)' by danXkim.

**Example:** `GET https://x402-next-mainnet-wheat.vercel.app/protected`

---
