Notes on Security

For the success of any web3 connected project, security is one of the most essential aspects. It is a common misunderstanding that by adding cryptocurrency to a project, somehow all security concerns are resolved. However, blockchain introduces many new forms of attacks not present in web 2.0. We therefore wrote this page to clarify on how we tackled security in our design decisions.

We can define the following design principles:

  1. Do not "invent" security mechanisms; i.e. do not try to create homebrew security.

  2. User private wallet keys are NEVER requested, cached, stored, or transmitted.

  3. Blockchain interaction (authentication, transactions) happens completely through existing wallet providers

Last updated