Last updated 27 August 2025

Right now you cannot change recovery signers once your Team is created. We intend to make this possible in the future, but there are technical reasons (below) for this restriction today.

In the meantime, if you need to change Recovery signers, we recommend creating a new Team. You can do this by clicking on your team selector in the top left and then Create a team.

CleanShot 2025-09-09 at 10.13.54.png

Reach out to us at [email protected] if you’d like help migrating all your existing offchain data (e.g. team members, contacts, on/offramp info, schedules, etc) to a new team.

<aside> 📌

If you migrate teams, remember to update any revenue/funding sources (e.g. smart contracts, invoices, etc) to your new Team’s accounts.

</aside>

Technical explanation

Each account you create in Teams will have the same address on every supported network. We do this for you by using CREATE2, which requires input parameters in order to determine these addresses.

To ensure 1) your assets are 100% in your custody, and 2) your accounts will have the same address on every chain (including future chains we don’t currently support!) we need to pass in your Recovery configuration as parameters to CREATE2 when creating new accounts.

If you were to change your Recovery signers and then add a new network, you would need to sign a message with the original Recovery signers on the new network. This creates potential for loss-of-funds, which is a foot-gun we’re working very hard to eliminate.