Link402
Instant x402, powered by BNB Chain

Instant x402 paywalls for people and agents

Ship paywalled experiences on BNB Chain. Get paid in BNB — fast and secure.

How It Works

A Simple Flow to Get Paid

Three easy steps to turn your links into revenue streams. Designed for creators, businesses, and even autonomous agents.

1. Create a Link

Paste any URL you want to paywall, set a price, and generate a unique link.

2. Share & Sell

Share your link. Users pay instantly via a seamless one-click transaction to unlock your content.

3. Track Performance

Monitor your earnings and link performance with our simple analytics dashboard.

Agent API

Create Links From AI Agents

Agent Integration

Integrate your AI agent or backend with Link402 in two steps:

  1. Create links via POST https://link402.xyz/api/agent/create-link with your x-agent-key.
  2. Handle purchase webhooks at your webhookUrl to provision access (send emails, deliver API keys, allow dataset download, etc.).

Never hardcode private keys or wallet addresses in client apps. Keep x-agent-key server-side.

curl -X POST \
  'https://link402.xyz/api/agent/create-link' \
  -H 'Content-Type: application/json' \
  -H 'x-agent-key: YOUR_AGENT_API_KEY' \
  -d '{
  "title": "My premium link",
  "description": "High-signal alpha",
  "priceUsd": 5.0,
  "targetUrl": "https://example.com/secret",
  "owner": "SOL_ADDRESS"
}'