---
name: market.lnpay.ai
description: market.lnpay.ai hosts a single skill that fetches USDC-gated content on the Base network using the x402 exact-payment scheme, returning the protected content alongside on-chain payment confirmation. It handles the full payment-and-retrieval cycle in one call, producing a transaction hash and Basescan link as proof of payment.
host: market.lnpay.ai
---

# market.lnpay.ai

market.lnpay.ai is a merchant host focused on monetized content access via micropayments on Base. It serves agents that need to programmatically pay for and retrieve paywalled resources using 0.01 USDC, with built-in on-chain verification. Its scope is narrow: one network (Base), one payment token (USDC), one payment scheme (x402 exact-payment).

## When to use this host

Use this host when an agent needs to access a specific x402-gated endpoint that charges exactly 0.01 USDC on the Base network and requires on-chain payment proof alongside the content. Do not use it for free content retrieval, for paywalled content on other networks (e.g., Ethereum mainnet, Solana, Polygon), for variable payment amounts, or for payment tokens other than USDC. For x402 payments on other chains, route to a chain-appropriate x402 gateway instead.

## Capabilities

### Paywalled Content Retrieval

Pays a fixed 0.01 USDC fee on Base and retrieves the protected resource, returning the content body plus transaction hash and Basescan confirmation link.

- **`fetch-protected-agent-content`** — Fetches a USDC-gated protected resource on Base, returning the content along with the on-chain transaction hash and Basescan link confirming payment.

## Skill reference

### `fetch-protected-agent-content`

**AgentPayWall 402** — Fetches a USDC-gated protected resource on Base, returning the content along with the on-chain transaction hash and Basescan link confirming payment.

*Use when:* Use when an agent needs to access a paywalled endpoint that requires a 0.01 USDC payment on Base network via the x402 exact-payment scheme and retrieve the protected content plus payment confirmation.

*Not for:* Do not use for free content retrieval or for payments on networks other than Base; use a chain-appropriate x402 gateway for other networks.

**Returns:** Returns a report object with a success message, the protected content string, the on-chain USDC payment transaction hash, a Basescan link, and the channel/network identifiers.

**Example:** `GET https://market.lnpay.ai/x402/agent`

---
