---
name: boostpass.qrbase.xyz
description: boostpass.qrbase.xyz exposes a single endpoint that accepts a 0.001 USDC payment on the Base network via the x402 protocol and returns a ping confirmation. It is a minimal payment-gated probe that confirms the sender address, success status, and payment transaction hash.
host: boostpass.qrbase.xyz
---

# boostpass.qrbase.xyz

This host is a lightweight x402 payment verification utility. It serves developers and agents that need to test or confirm that an x402 payment flow on Base is functioning correctly. It does not provide data, content, or business logic beyond the payment acknowledgment itself.

## When to use this host

Use this host when an agent needs to verify that an x402 payment on Base is accepted end-to-end, or to probe whether a payment-gated resource is reachable. Do not use it to retrieve any substantive data, content, or business information — it returns only a ping confirmation. For actual data APIs protected by x402, route to hosts that expose domain-specific skills; this host is strictly a payment flow diagnostic tool.

## Capabilities

### x402 Payment Verification

Accepts a 0.001 USDC payment on Base via x402 and returns a ping response confirming the transaction hash, sender address, and success status. Useful for end-to-end payment flow validation.

- **`verify-boostpass-paid-ping`** — Verifies x402 payment access by accepting 0.001 USDC on Base and returns a ping response confirming sender address, success status, and payment transaction hash.

## Skill reference

### `verify-boostpass-paid-ping`

**BoostPass Paid Ping** — Verifies x402 payment access by accepting 0.001 USDC on Base and returns a ping response confirming sender address, success status, and payment transaction hash.

*Use when:* Use when an agent needs to confirm that a 0.001 USDC x402 payment on Base was accepted and access to a gated resource was granted, or to test x402 payment flow end-to-end.

*Not for:* Do not use for retrieving substantive data or content beyond a ping confirmation; this is a payment verification probe, not a data API.

**Returns:** Returns success=true, a payment transaction hash, the sender wallet address, x402Version, and a data object with premium=true and a gated content string.

**Example:** `GET https://boostpass.qrbase.xyz/api/x402/ping`

---
