One Script.
Instant Crypto Tips.

Add a floating tip button to any website. Your visitors send CKB micropayments directly from their wallets — no accounts, no middlemen, no fees.

Built on CKB Fiber Network · Open source · Zero custody

<!-- Add before </body> --> <script src="https://cdn.fibertap.dev/widget.min.js" data-creator="YOUR_CKB_ADDRESS" ></script>
Built for the decentralized web
0%
Platform Fees
<1s
Integration Time
0
Accounts Required
21KB
Widget Size

One-Line Integration

Paste a single script tag before </body> and you're live. No build step, no framework dependency, no npm install. Works with any website technology — HTML, React, Next.js, WordPress, Hugo, you name it.

<script src="https://cdn.fibertap.dev/widget.min.js" data-creator="ckb1qy..." data-theme="dark" data-position="bottom-right" ></script>
🔒

Non-Custodial

Payments go directly from viewer to creator wallets. FiberTap never holds, controls, or touches your money. Zero counterparty risk. Your keys, your crypto.

// Viewer's wallet → Creator's wallet // Direct peer-to-peer transfer // via CKB Fiber Network channels payment.from = "viewer" payment.to = "creator" payment.via = "fiber" payment.custody = "none"
📡

Webhook Notifications

Get real-time HTTP callbacks when payments are confirmed on-chain. Build Discord bots, analytics dashboards, or unlock premium content automatically. HMAC-SHA256 signed for security.

app.post("/webhook", (req) => { // Verify HMAC-SHA256 signature verify(req.signature, secret) // Handle confirmed payment const { type, amount } = req.body if (type === "payment.confirmed") { unlock(req.body.senderAddress) } })

How It Works

1

Add the Widget

Paste the script tag on your site. Customize theme, position, and preset amounts with data attributes.

2

Visitors Tip You

They click the floating button, pick an amount, and confirm in their CKB wallet. QR codes work too.

3

Receive CKB

Payments land directly in your wallet on the CKB Fiber Network. Webhooks notify you instantly.

Works Everywhere

Add FiberTap to any platform with a website or custom HTML.

WordPress
Ghost
Substack
GitHub Pages
Next.js
React
Vue
Svelte
Astro
Hugo
Jekyll
Webflow
Framer
Squarespace
Discord Bots
Notion

Start Receiving Tips Today

Free. Open source. No sign-up required.

`;