The Future of Wallets: MPC vs Smart Wallets by Ivo Georgiev | Devcon Bogotá

Поділитися
Вставка
  • Опубліковано 26 гру 2024

КОМЕНТАРІ •

  • @lherfel
    @lherfel Рік тому

    thanks, seems like two methods could be mixed/matched?

    • @kylescrypto
      @kylescrypto Рік тому

      Yes. MPC for the account that owns the AA account

  • @MehranHydary
    @MehranHydary 2 роки тому

    So MPC can be for wallets or for private keys right?
    i.e. ambire does MPC for wallets and fireblocks / dfns does MPC for private keys?

    • @ivogeorgiev2904
      @ivogeorgiev2904 5 місяців тому

      Not at all - MPC in this context is a technique to make multiple private key shards sign as if they're one private key.
      This can be used both for wallet software and for key management, but it's essentially the same tech.
      Ambire doesn't use MPC at all, it uses smart contract accounts which are covered in the talk.

  • @Ryan-xq3kl
    @Ryan-xq3kl 2 роки тому +1

    psst "developers" when youre working with cryptography sometimes youll have to.... Develeop cryptography?! one of the problems with MPC is that it requires custom cryptography maybe you should not be working with cryptography if you dont know how to implement it? 😂

    • @ivogeorgiev2904
      @ivogeorgiev2904 5 місяців тому +1

      That's an extremely shallow take, any reputable developer of wallet software or even any type of engineer who needs to work with mission-critical stuff will know the importance of minimizing failure points.
      Does MetaMask roll their own ECDSA libraries? No. Because they're already built, audited, established and etc.