Whales go in, unicorns come out—an AI wallet powering customer acquisition with hyperbolic stakes
WhaleBox Wallet is a decentralized, AI-enhanced crypto wallet and crowdfunding engine inspired by Pebble’s legendary Kickstarter campaign. Users stake into product launches via bonding curve token sales, creating “hyperbolic yields” that reflect campaign traction and market momentum. Backers fund startups directly, and yields adjust based on engagement and results.
The wallet enables token swaps via 1inch API, orchestrates marketing campaigns via GrowthChannel, and maps performance data to token economics. It brings together liquidity, customer capital, and growth data—turning early adopters into strategic investors. We show how this approach could have changed Pebble’s fate in our case study.
WhaleBox is built using React and TypeScript, integrating both MetaMask (Ethereum) and TronLink (TRON) wallets. Cross-chain swaps are handled via the 1inch Fusion+ API, enabling ETH↔TRON token transfers with built-in security via hashlocks and timelocks.
Hyperbolic bonding curves are calculated using a tanh(stake^0.7) model to determine campaign influence and expected yield. Wallet connections dynamically fetch real balances across both chains, with yield simulations rendered in real time.
While GrowthChannel is referenced in the UI for future campaign signal integration, current functionality centers on wallet-to-wallet campaign support using actual chain data—no smart contracts are deployed yet. The core logic lives in fusionPlus.ts and frontend utility functions.