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

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024

Комментарии • 6

  • @lherfel
    @lherfel Год назад

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

    • @kylescrypto
      @kylescrypto 10 месяцев назад

      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 2 месяца назад

      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 Год назад +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 2 месяца назад +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.