@stephancill
https://ethconfig.eth.limo is a key/value store for all addresses that works with ENS for easier devx
your values can also live offchain. https://values.steer.fun is an offchain key/value store where each key has a dedicated URL. you can point to these offchain values in your ethconfig values with the resolve:https:// convention
in some cases you want access control for the data that lives offchain – `values.steer.fun` responds with a WWW-Authenticate header containing SIWE data for private values – this is meant to be signed and exchanged for an access token by someone that has access to the data