How proof of work creates scarcity; how not to do it
1a-insec.net·13h
Flag this post

This Article IsEdited at 2025-11-06Referenced as b96

The Premise

Recently, I tried adding [proof of work with dynamic pricing] to a web service.

The web service is an unofficial frontend like Invidious, but for Pixiv.

It has the following resource constraints:

  • original service’s request limit
  • cpu time
  • network bandwidth

The hypothetical use case is to prevent mass scraping. Like Anubis.

Initially, my idea is to introduce a one-sided market for the service, weighing the cost of requests and let user agents pay according to demand. However, I found that the three type of resources (list above) cannot be made one. They are three constaints. Furthermore, it is difficult to ascertain how m…

Similar Posts

Loading similar posts...