NEWTON

NEWTON


Popular tags

    How will work an account abstaction wallet with the key?

    Asked

    2 months ago

    62

    views


    0

    This question has a bounty of $0.00 in testnet ETH. Answers to this question are eligible to win that bounty.

    These are testnet contracts. Not real ETH.

    $0.00

    There are a bunch of questions about key storage in a new "Account Abstraction" paradigm.

    1. Can I recover my key if I lose it?
    2. Can I have a key-less wallet?
    3. Can I easily create new wallets like in Metamask "Add Account" with only 1 seed phrase?

    This question is participating in Newton Bounties | Incentivized Test Program Every verified valid question gets $10 USDC (mainnet)

      account abstractionkeyswallet

    Newton

    asked

    2 months ago


    1 answers

    1

    Accepted answer

    Account abstraction is a paradigm for chains where assets are held by smart contracts exclusively, not EOAs.

    As such, any kind of account contract can be coded; your question may have as many answers as there are account contracts implementation!

    1. You can not recover a properly generated key if you lose it. However, your smart contract can implement some specific logic in case you lose it. EG "if this key doesn't interact for 1 month, let this other key take over"
    2. If you find a way to authenticate the user safely without using a key, you can implement it. You can also have communal wallets where anyone can perform any action
    3. Yes

    0x1547...37A92A

    answered

    2 months ago

    Answer is not submitted on chain

    Your answer

    NEWTON

    NEWTON