Skip to main content

BitView Checkpoint

Watch streams. Earn tokens. Win all three sides.

BitView is the watch-to-earn layer for live streaming. Twitch streamers create a Solana-backed distribution event in two clicks; viewers who actually show up earn tokens claimable to a self-custody wallet; BitView captures small fees on swaps, launches, and brand sponsorships and runs the infrastructure that makes the loop liquid.

This site is the canonical documentation: technical reference, operational guides, business strategy, tokenomics, and roadmap.

Read in this order

SectionWhat you'll find
Business overviewWhy this is profitable, the three-way win, the elevator pitch
TokenomicsBTV native token, streamer-token mechanics, pool design choices
Cross-token swapThe AMM strategy and fee economics
NFT dropsStreamer-issued NFT drops for special events, royalties, holder utility
Revenue streamsConcrete fee schedule, unit economics, path to profit
Three-way winsWhat viewer / streamer / BitView each get
Competitor landscapeLessons from Rally, Roll, Friend.tech
Risk and complianceSecurities, KYC, sanctions, smart-contract risk
Anti-fraudSybil resistance and slashing economics
MetricsNorth star, growth metrics, health metrics, MRR
Participant flowsViewer / streamer / BitView lifecycles end-to-end
Investor pitchOne-page elevator pitch with raise structure
Streamer playbookTier A/B/C onboarding, sales scripts, retention milestones
BTV white paperMiCA Annex I-aligned utility-token doc
ArchitectureModules, data flow, deployment shape
API referenceLive REST surface served by the backend
On-chain programDistributor program, PDAs, IDL
OperationsRun locally, env vars, production deployment
SecurityDisclosure policy, bug bounty, audit reports
Treasury managementWallet structure, multi-sig, reserves, reporting
Brand sponsor playbookTier A/B/C brand acquisition, marketplace ops, sales scripts
LegalTerms of Service, Privacy Policy, Content Policy
GlossarySpecialized terms — Solana, DeFi, NFT, compliance, BitView-native
FAQViewer / streamer / brand questions
RoadmapPhases 1–6, exit gates, what's not on the roadmap

The 30-second pitch

  • Streamers reward viewers who stick around — measurable, on-chain.
  • Viewers earn tokens they can actually spend (via the integrated swap router) instead of points trapped on one platform.
  • BitView earns recurring revenue from value-flow (swap fees, launchpad fees, sponsorships, subscriptions) — never by extracting from one side.
  • BTV native token aligns viewer, streamer, and platform incentives without being an investment vehicle: it's a utility stake against sybil farming and a fee-discount mechanism.
  • Built on the audited Jito/Jupiter merkle distributor on Solana mainnet. No custodial sidechain, no custom AMM, no inflationary subsidies.

What's running today

The MVP is implemented in code:

  • A Rust backend (bitview-bot) joins Twitch IRC, tracks presence, runs the accrual loop, persists to MongoDB, and serves a Swagger-documented REST API on port 4477.
  • A Next.js frontend (bitview-app) for streamer creation and viewer dashboard, integrated with Solana wallet-adapter and Metaplex Core.
  • The distributor program is deployed and serves merkle proofs through its own axum API.

What's still in flight: the snapshot/finalize automation, the swap router (Phase 2), the BTV launch (Phase 2). See Roadmap.

Going deeper