Status: Partially Implemented — Core link resolution is live at 555hyper.link. Embedded wallets and full analytics dashboard are in development.
The Interface
Hyperlink is the universal interface for the Render Network Protocol. It is a standard for creating smart payment links that work anywhere on the web. Live at: 555hyper.linkURL Anatomy
A Hyperlink is a deterministic URL that resolves to a specific payment or engagement request.https://555hyper.link/p/{code}?ref={referrerId}
- Domain: The hosting gateway (can be self-hosted).
- Code: A base58-encoded unique identifier for the Link Config.
- Ref: (Optional) The wallet address or handle of the affiliate/referrer.
Resolution Flow
When a user clicks a Hyperlink:Features
Embedded Wallets
Hyperlinks support embedded wallets for users without a browser wallet extension. Frictionless onboarding — no Phantom or MetaMask required.Analytics
Built-in link analytics: click tracking, conversion rates, referral attribution, and geographic distribution.Multi-Chain
Links resolve across Solana, Base, and Polygon via AGG routing. Users pay with whatever they have; the protocol handles the rest.Social Attribution (The Viral Layer)
Hyperlink turns social media into a direct revenue channel, bridging engagement (Likes/RTs) and conversion (on-chain action).The “Ref” Loop
- Creator posts a link on Twitter:
Play Sector 13 with me! 555hyper.link/p/s13?ref=ninja - Follower clicks the link. The
ref=ninjaparam is stored in browser local storage. - Action: The follower plays the game, makes a purchase, or engages.
- Settlement: The smart contract automatically routes a % of the transaction to the referrer.
Streamer Tools: Pay-to-Spawn
Hyperlink enables Interactive Monetization for live streamers. Viewers can pay to influence the game state in real-time.How it Works
- The Trigger: Streamer displays a QR code or Link:
555hyper.link/p/spawn_boss - The Payment: Viewer pays via the link.
- The Event:
Use Cases
1. Pay-Per-View (PPV)
- Link:
.../p/stream_123 - Action: Pay USDC.
- Result: Receive a signed JWT to access the HLS stream.
2. Engagement (Quest)
- Link:
.../p/quest_boss_fight - Action: Play Sector 13 and score above threshold.
- Result: VAP verifies the score and awards points.
3. Commerce
- Link:
.../p/buy_skin_01 - Action: Pay $555 or USDC.
- Result: Receive the digital asset.