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

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 6

  • @lherfel
    @lherfel Před rokem

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

    • @kylescrypto
      @kylescrypto Před 9 měsíci

      Yes. MPC for the account that owns the AA account

  • @MehranHydary
    @MehranHydary Před rokem

    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 Před měsícem

      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 Před rokem +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 Před měsícem +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.