-
Notifications
You must be signed in to change notification settings - Fork 50
Description
To allow the limitation of access to services it would be a great feature to enable the whitelisting of Ethereum addresses.
Using this mechanism service providers can limit access to their service to certain parties. It has to be possible to add/remove addresses.
The same mechanic can be used to limit the possibility to add new services to the registry. This makes it possible to create a registry where only services of KYC approved providers are available.
To still retain the openness whitelist registries and non-whitelist registry can exist in parallel. And apps like the marketplace can show all non-whitelist registries + the services that whitelist the currently used Ethereum address.
If this access mechanism would be done by the service itself there would always be a payment and transaction but after that the service would decline the execution. This would lead to the necessity of refunds and worsen the user experience.
@IbbyBenali - this would enable a 2-way KYC process for the marketplace.