Inspiration

The creator economy is booming, but monetization for writers remains broken. Platforms take massive cuts, payments are slow, and readers in developing countries are excluded by traditional banking. We were inspired by the idea that a writer in Lagos or Manila should be able to earn instantly from a reader in New York — with no middleman, no 30% platform fee, and no waiting 30 days for a payout. Blockchain makes that possible today.

What it does

Blogchain is a decentralized payment application that lets writers monetize their content directly on-chain. Key features:

1-Pay-to-read — readers unlock individual articles with a micro-payment in crypto Tipping — one-click tips sent directly to the author's wallet 2-Subscription passes — NFT-based monthly passes that grant full access to a writer's catalog Instant payouts — funds land in the creator's wallet the moment a transaction confirms, no escrow 3-Multi-network support — works across Ethereum, Polygon, and other EVM chains to keep gas fees low How we built it 4-Frontend — Next.js app with a clean reading UI, wallet connection via RainbowKit/wagmi 5-Smart contracts — Solidity contracts handling payments, access control, and NFT pass minting, deployed on Polygon for low fees 6-Content gating — on-chain ownership checks before serving full article content 7-Backend — serverless functions (Vercel) for off-chain metadata, analytics, and indexing for deployment. 8-Storage — neon db which is google's encrypted db. Auth — wallet-based authentication, no passwords

Challenges we ran into

1-Gas UX — getting gas fees low enough that micro-payments make economic sense; solved by targeting Polygon and batching where possible 2-Content gating without centralization — ensuring the gate is enforced server-side without making the system fully centralized; we use signed proofs of on-chain ownership 3-Wallet onboarding — most readers don't have wallets; we added an embedded wallet option for email-based onboarding 4-Race conditions — handling the window between a transaction being submitted and confirmed while still giving the reader a smooth experience

Accomplishments that we're proud of

1-End-to-end payment flow working in under 10 seconds on Polygon 2-NFT subscription passes that actually transfer access rights — fully composable and tradeable 3-A reading experience that feels like Medium, not like a DeFi app 4-Sub-$0.01 transaction costs for micro-payments

What we learned

1-Blockchain UX is still the biggest barrier — the tech works, the onboarding doesn't (yet) 2-IPFS retrieval latency needs a pinning strategy or the reading experience suffers 3-Smart contract access control patterns require careful thought to avoid both over-centralization and exploits 4-Wallet abstraction (ERC-4337 account abstraction) is the right long-term answer for mainstream adoption

What's next for blogchain payment application

1-Account abstraction — gasless transactions sponsored by the platform for new users 2-Creator DAOs — co-owned publications where revenue splits are enforced on-chain 3-Cross-chain bridging — let readers pay on any chain, settle to the creator's preferred chain 4-Ad-free subscription marketplace — readers can browse and subscribe to writers across the platform 5-Mobile app — React Native client with embedded wallet

Built With

Share this project:

Updates