What happens in this flow
The setup still happens in two steps:- add the hidden recovery-authority role
- configure the guardian public key and recovery delay
POST /transaction/wallet/recovery-authority/addPOST /transaction/recovery/configure
Prepare the setup
setup.addAuthorityTransactionsetup.configureRecoveryTransaction
Signing model
| Transaction | Who signs |
|---|---|
setup.addAuthorityTransaction | the wallet’s current authority |
setup.configureRecoveryTransaction | the backend recovery operator already signs it |
addAuthorityTransaction, the remaining work
is fee-payer or sponsor submission for the configure transaction.
When to use this page instead of initial recovery setup
- use Set Up Recovery when recovery is part of the initial wallet create flow
- use this page when the wallet already exists and you are enabling recovery later

