TipLink
- Name: TipLink
- URL: https://tiplink.io/
- Category: Solana wallet / link-based asset distribution / onboarding and payments infrastructure
- Tags: solana-ecosystem
- Summary: TipLink is a Solana-native link wallet. The gimmick is the product: a URL becomes the asset handoff. The developer API and Solana Pay adjacency make it more than a one-off tipping toy, but it is still a narrow distribution and onboarding tool, not a broader wallet-control plane.
- What it does:
- Lets a sender create a TipLink that can hold SOL, SPL tokens, NFTs, and SFTs
- Uses a shareable URL as the handoff mechanism for receiving and claiming assets
- Allows recipients to take control of the linked assets through Gmail or a Solana wallet according to the docs
- Exposes a public JavaScript API package for creating TipLinks programmatically and deriving TipLinks from URLs
- Frames TipLinks as infrastructure for digital collectible distribution, giveaways, onboarding, and peer-to-peer payment flows via Solana Pay
- Key claims:
- The official docs call TipLink “a lightweight wallet designed to make transferring digital assets as easy as sending a link”
- The docs describe TipLink as non-custodial and explicitly say “the link is the wallet”
- Official materials say TipLinks can hold SOL, SPL tokens, NFTs, and SFTs
- The getting-started docs position TipLink as a way to onboard new users without seed phrases, browser extensions, or complex key management
- The docs explicitly state TipLink is currently only available on the Solana network
- The public API README shows developer primitives for
TipLink.create()andTipLink.fromLink(...), which confirms there is a real programmatic integration surface beyond the consumer UI
- Whitepaper: No classic standalone whitepaper or litepaper was found during this pass. The strongest primary materials were TipLink’s official docs and the public API repository/README; see
../whitepapers/tiplink-primary-sources-2026-04-26.md. - Sources:
Internal linkages
-
Best comparison points: solana-pay, solana-actions, and backpack.
-
Last reviewed: 2026-05-29 UTC