WeSearch

The payments inversion — building a Lightning revenue-share loop where the app pays the user

·8 min read · 0 reactions · 0 comments · 2 views
The payments inversion — building a Lightning revenue-share loop where the app pays the user

In the last post I argued that Stripe — and the card network underneath it — can’t serve certain...

Original article
DEV Community
Read full at DEV Community →
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 === 3895137) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Luke Posted on Apr 28 The payments inversion — building a Lightning revenue-share loop where the app pays the user #webdev #showdev #lightning #bitcoin In the last post I argued that Stripe — and the card network underneath it — can’t serve certain payment shapes, no matter how good the developer experience around it gets. Sub-dollar payments don’t work. Agent-to-agent payments don’t work.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV Community