Get tipped for your store
Every store has a public tip page anyone can open to send you $DIG, and a one-line script drops a Tip button onto any website. Tips go straight to your wallet — wallet to wallet, on Chia mainnet. No account, no backend, no middleman, and DIGHUb never touches the funds.
The mental model
A tip is a direct $DIG send from a visitor's wallet to your store's owner wallet. The visitor connects a wallet, picks an amount, signs in their own wallet, and the payment broadcasts to the network. You receive it like any other coin.
There are two ways to collect tips, and both run the same flow:
- A hosted tip page on DIGHUb — a shareable URL you can drop in a bio, a README, or a post.
- An embeddable Tip button — a script you paste into your own site so visitors tip without leaving it.
Share your tip page
Every store anchored on-chain has a deterministic, shareable tip page:
https://hub.dig.net/tip/store/<your store id>
Open it signed-out to view; it shows your store name, its address, your links, and a Send a tip action. Connecting a wallet is only needed to actually tip. Because the URL is just your store id, the page is stable and cacheable — paste it anywhere.
If your store is published under a handle on DIGHUb, it also has a tip page at https://hub.dig.net/tip/<handle>/<slug>. Both lead to the same tip flow.
Embed a Tip button on your own site
Paste this one line into any web page where you want the button to appear:
<script
src="https://hub.dig.net/embed/dig-tip.js"
data-store="<your 64-hex store id>"
data-wc-project-id="<your WalletConnect projectId>"
data-label="Tip in DIG"
data-presets="1,5,25"
async></script>
The widget is fully self-contained: on click it opens its own wallet connection (scan a QR or copy a link — it works best with Sage), then a tipping modal (pick an amount → sign → send). It loads its dependencies only when the visitor clicks, so the button is weightless until used and never collides with the rest of your page.