How is a smart contract wallet different from a normal wallet?+
A normal wallet is controlled by a single private key derived from your seed phrase. A smart contract wallet, like a Safe, is a program on the blockchain that holds your funds and enforces its own rules about who can move them, usually a set of owner addresses and a required number of signatures. Recovery is about restoring enough of that signing authority, not reconstructing a single seed.
I lost one of my Safe signer keys. Are my funds locked?+
Not if you can still meet the threshold. On a 2-of-3, for example, the remaining two owners can sign a transaction to remove the lost signer and add a new one, which fully restores access. We can also recover the lost individual key itself through our standard methods where that is the better route.
Can you recover a Safe if I've lost too many signers?+
Honestly, only if the contract allows it. If the remaining keys can no longer meet the signing threshold and no recovery module was set up in advance, the contract's own rules permanently prevent the funds from moving, and no one, including us or the Safe developers, can override that. We determine this from the contract at the free assessment and tell you plainly.
Can you add a recovery method to my wallet now?+
No, and this is an important limit to understand. Recovery modules and guardians only work if they were configured before access was lost. A contract cannot be given a new recovery path after the fact, because doing so would itself require the signing authority you no longer have. This is exactly why we assess the contract's existing configuration first.
My Safe owners and threshold, can you see those?+
Yes, and so can anyone. A Safe's owner addresses and signing threshold are publicly readable on the blockchain. We read them directly from the contract as the first step, which tells us precisely what access is needed to recover it, before any key work begins.
Is this the same as multisig recovery?+
Closely related but not identical. A traditional multisig and a Safe both use a threshold of signers, but a Safe is a full programmable contract with modules, on-chain owner management, and account-abstraction features. We handle both, and we identify which you actually have before starting.
Do I need to give you my keys?+
No, and never through any website. Recovering the individual signer keys, where needed, is done in person for anything significant, on air-gapped equipment, and the signing itself uses the contract's normal transaction flow. Anyone asking you to enter a seed into a site to "recover" a smart contract wallet is a scammer.