Create a link, share it — the smart contract routes funds directly to your wallet. No processor. No custody. Rules written in code.
Checkout preview
50.00
USDC
Funds go directly to the recipient. stablc never holds your assets.
Link management
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.
How it works
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.
The payer opens the checkout and confirms the payment. The decentralized contract moves the funds from their address to yours.
Why stablc
Every guarantee is enforced by the smart contract — not by our policy, not by trust in a third party.
Rule I
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
Every condition is validated on-chain before the transaction executes. If any check fails, nothing moves — no failed txs, no wasted gas.
Rule III
Every payment is immutably recorded on-chain. Transaction hash, block, and timestamp are publicly verifiable — forever.
Rule IV
Your link, your key. Nobody — not us, not any third party — can freeze, cancel, or redirect your payments.
Supported tokens
No volatility, no surprises — only verified digital dollars, approved in the protocol itself.
USDC
USD-pegged stablecoin
USDT
USD-pegged stablecoin
Contract-enforced token whitelist · 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…"
}]
}' Response — 201 Created
{
"url": "https://checkout.stablc.xyz/p/019d…",
"secret": "clh_sec_4a7f2e…"
}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