Paul Razvan Berg pfp
Paul Razvan Berg
@prberg
Why have subscriptions (i.e., recurring payments) not taken off in web3?
6 replies
23 recasts
153 reactions

Vladyslav Dalechyn pfp
Vladyslav Dalechyn
@dalechyn.eth
probably because it's a bit more complex to implement vs a single-shot payment. i.e. USDC.approve (what's a good considerable value, monthly payment * 12?); then a service must trigger transferFrom from an address(es). not that complex but I think it's much rather more mental then a technical limitation.
1 reply
0 recast
2 reactions

Paul Razvan Berg pfp
Paul Razvan Berg
@prberg
You actually can max approve the contract if the contract keeps tracks of timestamps and allows withdrawals only up to `(currentTime - lastTime) / 1 month in seconds`.
1 reply
0 recast
3 reactions