Round up every transaction from connected wallets and auto-invest the difference
The Acorns model proved that invisible micro-investing drives massive adoption. $2.5M+ in daily round-ups. 10M+ users.
Core Mechanics
- Connect wallets — the system monitors all transactions across the user’s Solana wallets
- Calculate round-ups — a $4.30 swap leaves $0.70 in “spare change.” A $12.80 NFT purchase generates $0.20
- Pull automatically — Tributary pulls the round-up amount once daily (or when it crosses a threshold like $1). No user action required
- Auto-invest — pooled round-ups flow into a curated yield strategy. User chooses their risk tier (stablecoin yield, SOL staking, diversified DeFi)
- Show growth — dashboard displays cumulative savings: “You’ve invested $47.30 this month without feeling it”
Tributary’s pull primitive is what makes this possible. The system needs to debit small amounts frequently without per-transaction user approval. Traditional push payments can’t do this — the user would need to sign every $0.30 transfer.
Psychological Hook
The below-awareness-threshold effect is the entire product. Behavioral economics research shows that people have a “pain of paying” threshold — charges below ~$5 barely register emotionally. Round-ups are almost always under $1. The brain simply doesn’t process them as spending or saving decisions.
The “invisible wealth building” narrative is incredibly sticky. Users open the app after a month and discover they’ve accumulated $50-100 they didn’t plan for. That positive surprise reinforces the behavior and drives word-of-mouth.
- Zero effort: The defining feature. No decisions, no transfers, no thinking required
- Positive surprise: Checking your balance feels like finding money in a coat pocket
- Social comparison: “You’re saving more than 83% of users” drives competitive saving
- Streak mechanics: Consecutive days/weeks of round-ups build visual streaks
- Identity reinforcement: “I’m someone who invests without trying”
Brief Market Research
Spare change investing is a proven model — Acorns dominates with $30B AUM and 14M users — but no crypto-native solution exists.
Current alternatives:
- Acorns: Spare change investing pioneer — $30B AUM, 14M users, $400-450M revenue, preparing IPO at $2.2B valuation. Fiat-only, no crypto integration
- Qapital: Goal-based savings — fiat-only, no micro-investment automation
- Chime: Automatic savings features — fiat-only, banking-focused
- Wealthfront: Robo-advisor with automatic deposits — fiat-only, high minimums
- Betterment: Automated investing — fiat-only, no spare change model
- Coinbase: Crypto investment — manual purchases, no automatic round-ups
The gap: Every existing spare change solution is fiat-based (Acorns, Qapital, Chime). None enable crypto-native round-ups from on-chain transactions. Acorns’ $30B AUM proves the model works — Tributary brings it to crypto with DeFi yield optimization.
Business Model
Revenue streams:
- Yield spread: Earn 8% on user deposits, pass through 6% (2% spread)
- Premium features: Custom strategies, tax reporting, higher yield tiers ($5-20/month)
- Social features: Group round-ups, gift round-ups, family accounts ($3-10/month)
- Referral fees: Commissions from DeFi protocols for routing user funds
Unit economics:
- 100,000 users × $50 average monthly round-ups = $5,000,000/month invested
- Yield spread at 2% = $100,000/month
- 10,000 premium users × $10/month = $10,000/month
- Total: ~$110,000/month at scale
Technical Specifications
Architecture
User → Connects Solana wallets
↓
Transaction Monitor → Tracks all wallet activity
↓
Round-Up Engine → Calculates spare change per transaction
↓
Tributary Pull → Automatically debits round-up amounts
↓
Yield Router → Routes pooled funds to selected DeFi strategy
↓
Dashboard → Shows cumulative savings and growth
How This Hooks Into Tributary
- PayAsYouGo model: Perfect match —
max_amount_per_period= daily/weekly round-up limit,max_chunk_amount= per-transaction round-up cap - Lighthouse integration: Transaction validation, yield strategy health checks
- Guardian module: Rate limiting, fraud detection, abnormal spending alerts
- Loyalty module: Consistent saving rewards, streak bonuses, social recognition
Recommended Tech Stack
- Frontend: React Native mobile app with wallet connection, Next.js web dashboard
- Backend: Rust transaction monitoring service, Redis for round-up caching, PostgreSQL for user data
- Database: PostgreSQL for user/transaction data, Redis for real-time balance tracking
- Solana: Tributary program for automatic pulls, Jupiter for yield swaps, Kamino for yield generation
- Integrations: Wallet connection SDK (Phantom, Solflare), DeFi protocol APIs
MVP Scope
- Basic wallet connection and transaction monitoring
- Simple round-up calculation (nearest dollar)
- Daily automatic pulls via Tributary
- Single yield strategy (stablecoin yield)
- Basic dashboard showing cumulative savings
Non-Technological Requirements
- Legal review for automated investment (securities regulations?)
- User education on DeFi risks and yield strategies
- Tax reporting framework for round-up investments
- Privacy considerations for transaction monitoring
- Wallet compatibility testing across providers
Potential Risks
- Round-up calculation complexity: DeFi transactions don’t always have clean “amounts.” Swaps, LP deposits, and NFT mints have different structures. The rounding logic needs to be bulletproof
- Yield strategy risk: If the underlying DeFi strategy underperforms or gets exploited, users lose money they didn’t consciously invest. This generates disproportionate anger
- Minimum viable amount: If monthly round-ups are only $5-10, the yield is negligible. Users need to see meaningful accumulation within 30 days or they disengage
- Regulatory gray area: Automated investment into DeFi strategies may trigger securities concerns in some jurisdictions
- Wallet monitoring scope: Which wallets to monitor, how to handle multi-sig, how to handle failed transactions — edge cases multiply quickly