Building a 1% Fee Web3 Marketplace for Study Notes: Is a 5% Shift Sustainable?
A student developer is creating a P2P marketplace for digital study materials, aiming to reduce fees compared to traditional platforms. The initial fee will be set at 1% for early adopters, shifting to 5% once liquidity milestones are met. The developer seeks feedback on the sustainability of this model and its attractiveness to creators.
- ▪The marketplace aims to provide a more favorable fee structure than centralized Web2 platforms.
- ▪An initial fee of 1% will be offered to early contributors, transitioning to 5% for long-term sustainability.
- ▪The 5% fee will fund storage costs, security upgrades, and governance, avoiding the predatory practices of larger platforms.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3948134) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Nathaniel Stewart Posted on May 23 Building a 1% Fee Web3 Marketplace for Study Notes: Is a 5% Shift Sustainable? #discuss #web3 #blockchain Hi DEV Community, I’m a student developer currently building a P2P marketplace for high-quality digital study materials. We’ve all seen how centralized Web2 platforms squeeze creators and buyers with 15-20% commissions and frustratingly slow payout cycles.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).