Set Up Your Tipping Wallet

Connect any Interledger-enabled wallet. One-time setup, then tip with a click.

Why Interledger for Tipping?

Instant ILP payments — no checkout, no card entry per tip
🌍Any currency, any network — ILP routes across payment systems
✂️Auto-split tips — author + subject get paid in one transaction
LinkedTrust validation — on-chain proof funds reached recipients
LayerProtocolWhat it does
AuthorizationGNAP / Open PaymentsGrant your wallet permission to send tips
PaymentsILP STREAMRoute money across wallets, currencies, networks
StreamingWeb Monetization APIPassive micropayments while reading
VerificationLinkedClaimsProve funds reached the recipient

Connect Your Wallet

1

Choose a Wallet Provider

Any Open Payments-enabled wallet works. Pick one or enter your existing wallet address.

ILP Testnet
Official test wallet — try it free
Open Payments + ILP
Fynbos
Open Payments wallet
Open Payments + ILP
GateHub
ILP + XRP Ledger
ILP + XRPL
Chimoney
Multi-currency payouts
Open Payments
2

Your Wallet Address

This is your Open Payments payment pointer — where you send from, and where others can pay you.

e.g. https://ilp.interledger-test.dev/yourname or $ilp.rafiki.money/yourname
How it works: Your wallet address is a URL that resolves to an Open Payments resource server. When you click "tip," we create an outgoing-payment grant via GNAP, your wallet provider authorizes it, and ILP STREAM delivers the funds to the recipient's wallet address — regardless of what currency or network they use.
3

Tip Preferences

Defaults you can override on any article.

For Publishers — Embed Code

Drop this into any article template. Readers with connected wallets tip instantly via ILP.

Author-only tip

<!-- Web Monetization: passive streaming while reading --> <link rel="monetization" href="https://ilp.interledger-test.dev/sarah-chen"> <!-- Explicit tip component --> <script src="https://demos.linkedtrust.us/tippingwallet/tip-wallet.js"></script> <tip-wallet mode="author" author-name="Sarah Chen" author-img="https://example.com/sarah.jpg" author-wallet="https://ilp.interledger-test.dev/sarah-chen"> </tip-wallet>

Split tip (author + subject)

<tip-wallet mode="split" author-name="James Okafor" author-img="https://example.com/james.jpg" author-wallet="https://ilp.interledger-test.dev/james-okafor" subject-name="Sudan ER Medical Teams" subject-desc="Emergency workers in Khartoum" subject-img="https://example.com/sudan-er.jpg" subject-wallet="https://ilp.interledger-test.dev/msf-sudan-er"> </tip-wallet>

Wallet setup prompt (first-time readers)

<tip-wallet-setup></tip-wallet-setup>