What for are you working on another multicrypto wallet?
Nice question, isn't it?
We decided to start a short cycle of articles dedicated to Multy's Killer features, it will be an elegant answer to the question above.
The main shortcoming of most existing cryptocurrency wallets is the following: all addresses within them are randomly generated, each address has a corresponding key (several keys sometimes). In order to guarantee that an operation is completed you need to back it up. What is more, you have to store somehow and somewhere not only the key file, but also complex passwords to it. Well, quite a problem.
Bitcoin Improvements Proposals 32, 39, 44 have been created to guarantee anonymity and security of crypto transactions. These BIPs compose a technology known as Hierarchical Deterministic Wallet. Multy's development will be based on this technology.
BIP 32 describes an idea of deterministic wallets: a system doesn't suppose any unexpected and undetermined things to happen within it. BIP 39 generates a so called seed-phrase - several randomly organized words which are a single key to all your addresses at one time. BIP 44 determines the hierarchy of the addresses and their interconnections in a tree-form.
The main purpose of the technology is as follows: if you know a seed-phrase you can get access to ALL your wallets. It means that you don't have to try to remember those 100500 keys. And it concerns all altcoins, not only Bitcoin.