i've got some ideas about how to go a few notches better than pubky's system. stuff that will integrate into the bitcoin fork p2p network and leverage a protocol design i made back in 2023
https://github.com/indra-labs/indra - it will be a lightning enabled source routed relay network and relays will be able to run as services in nodes. and part of the design is there is no such thing as exiting. technically, a node runner could offer outbound access as a service (eg, a http proxy) but being dangerous likely the cost would be very high so the operator can cover legal costs they may incur. more likely, nobody in the indra relay network will offer it. much more useful offering actual services like a relay. the protocol enables charging a specific rate for time or data volume as well so it covers running costs also. probably the hardest problem is going to be the gossip protocol for the relays but i have done a fair bit of work on that design already too.