Introduction

Every user in the network is assigned a random identifier not linked to any personal information. This ensures total anonymity.

Every request gets loaded in a credentialless iframe. You can look at the implementation as it’s open-source on Github, so no personal information is shared with the network (no cookies, local storage, session storage, etc). Basically it’s like the requests are being handled in an incognito tab that is not linked to the user’s browser.

You can read more about how credentialless iframe works by reading the mdn web docs here