waku-org / research

Waku Protocol Research
MIT License
3 stars 0 forks source link

Design a subscription model with service credentials #59

Open s-tikhomirov opened 7 months ago

s-tikhomirov commented 7 months ago

Paying for each request with a separate transaction, albeit simple, may be unacceptable due to latency (#54). We may consider a subscription model instead, where a client pays for multiple future requests, and then provides a proof (a service credential) that the subscription is still valid.

A service credential scheme theoretically allows for more privacy, as payment is separated from getting the service - see a separate issue #60 .