Agent-ready

One link.
One payment.
No middleman.

Create a link, share it — the smart contract routes funds directly to your wallet. No processor. No custody. Rules written in code.

No accountNo processorSelf-custody

Checkout preview

stablc
Ethereum

50.00

USDC

To 0xd8dA…6045
Via 0xA1B2…C3D4

Funds go directly to the recipient. stablc never holds your assets.

Link management

Manage your link.

Every link stays under your control — check its status, extend the expiry, or cancel at any time.

Check statusExtend expiryCancel

You will need to provide the payment link secret to make changes.

How it works

From link to payment.

You Step 1

Create a link

Choose a chain, pick a stablecoin, set the amount, and provide your wallet address. Get a shareable link in seconds.

You Step 2

Share it

Send the payment link to your payer — via email, invoice, chat, or QR code.

Payer Step 3

Receive directly

The payer opens the checkout and confirms the payment. The decentralized contract moves the funds from their address to yours.

Why stablc

Rules written in code.

Every guarantee is enforced by the smart contract — not by our policy, not by trust in a third party.

Rule I

Non-Custody Rule

Funds move peer-to-peer, directly from the payer's wallet to yours. The contract makes it technically impossible for anyone to hold or touch them.

Rule II

Verification Rule

Every condition is validated on-chain before the transaction executes. If any check fails, nothing moves — no failed txs, no wasted gas.

Rule III

Permanence Rule

Every payment is immutably recorded on-chain. Transaction hash, block, and timestamp are publicly verifiable — forever.

Rule IV

Sovereignty Rule

Your link, your key. Nobody — not us, not any third party — can freeze, cancel, or redirect your payments.

Supported tokens

Stablecoins only.

No volatility, no surprises — only verified digital dollars, approved in the protocol itself.

USDC

USD-pegged stablecoin

Ethereum
Base

USDT

USD-pegged stablecoin

Ethereum

Contract-enforced token whitelist · Testnets available for all listed tokens

For developers

Built to integrate,
not to lock in.

No SDK, no approval process, no middleware. Just an API that does what you expect.

Read the docs

REST API

Full lifecycle control

Embed

Popup, iframe, inline

Webhooks

Signed event delivery

MCP server

Claude · Cursor · any agent

create-link.sh
curl -X POST https://api.stablc.xyz/v1/payment-links \
  -H "Content-Type: application/json" \
  -d '{
    "amount":    "50",
    "expiresAt": "2026-06-01T00:00:00Z",
    "options": [{
      "chain":     "ethereum",
      "token":     "USDC",
      "toAddress": "0xYourWallet…"
    }]
  }'

Response — 201 Created

{
  "url":    "https://checkout.stablc.xyz/p/019d…",
  "secret": "clh_sec_4a7f2e…"
}

Start receiving stablecoin payments today.

Create your first payment link and share it. Anyone with a wallet can pay — no account, no signup, no friction. The moment they make the payment, stablecoin lands directly in your wallet. How it works