Create a payment link for — a digital dollar that's always worth $1. Your client opens it, pays from their , and the money lands directly in yours. No payment processor, no account, no fees.
Checkout preview
50.00
USDC
Funds go directly to the recipient. stablc never holds your assets.
How it works
No technical setup. If you can share a link, you can get paid.
Choose a chain, pick a stablecoin, set the amount, and provide your wallet address. Get a shareable link in seconds.
Send the payment link to your payer — via email, invoice, chat, or QR code.
Your payer opens the checkout and confirms the payment. The money moves straight from their wallet to yours — no one in between.
Who it's for
You’ve done the work — getting paid shouldn’t require a tutorial. Create a link in seconds, send it to your client, and the money arrives in your wallet.
Create your first linkAdd a stablecoin checkout to your website with a single snippet. No payment processor to sign up with, no fees taken from your revenue, no account that can be frozen.
See checkout embeddingOne API call creates a link. Webhooks tell you when it’s paid. Embed the checkout as a popup or iframe and wire it into your backend in an afternoon.
Read the docsWhy stablc
Everything below is enforced by code running on the blockchain — not by our policy, not by trust in a company.
Rule I
Payments move directly from your payer’s wallet to yours. The code makes it technically impossible for us — or anyone — to hold or touch your funds.
Rule II
Everything is checked before any money moves — the token, the amount, the link. If a single check fails, nothing happens: no lost funds, no wasted fees.
Rule III
Each payment is recorded on the blockchain forever — anyone can verify it happened, when, and for how much. No disputes about whether you were paid.
Rule IV
There is no account to freeze. Your link, your key, your wallet — nobody, including us, can block, cancel, or redirect your payments.
Pricing
stablc takes no cut and has no subscription — there isn't even a way to charge you. The only cost is the blockchain network's — and your payer covers it.
Receipt
stablc · payment link
Network fee (gas) ≈ a few cents — paid by your payer.
Through a typical card processor (2.9% + 30¢), the same payment arrives as $970.70.
Supported tokens
No volatility, no surprises — only verified digital dollars, approved in the protocol itself.
USDC
USD-pegged stablecoin · always worth $1
Available on
USDT
USD-pegged stablecoin · always worth $1
Available on
Token whitelist enforced by the smart contract · Testnets available for all listed tokens
For developers
No SDK, no approval process, no middleware. Just an API that does what you expect.
Read the docsREST API
Full lifecycle control
Embed
Popup, iframe, inline
Webhooks
Signed event delivery
MCP server
Claude · Cursor · any agent
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…"
}]
}'const res = await fetch(
'https://api.stablc.xyz/v1/payment-links', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
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…"
}Already have a link?
Every link stays under your control — check its status, extend the expiry, or cancel at any time.
You will need to provide the payment link secret to make changes.
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