Use addSigner() to register additional signers on an existing wallet. The wallet’s recovery signer must approve the operation — the SDK handles this automatically.
Email and phone signers cannot be added via addSigner(). They can only be configured as recovery signers at wallet creation time. See Configure Wallet Recovery.
Temporarily activates the recovery signer to approve the operation
After approval, restores the previously active signer
For client-side wallets with an email or phone recovery signer, the user is prompted with an OTP to approve adding the new signer. For server signer recovery, approval happens automatically.
Passkey signers use the WebAuthn/FIDO2 standard for biometric authentication. The user registers a passkey via a browser or platform authenticator prompt.
Passkey signers are EVM-only. They are not supported on Solana or Stellar.
An external wallet signer connects an existing blockchain wallet or keypair — such as MetaMask, Phantom, or a raw keypair — as a signer. When adding an external wallet via addSigner(), only the address is needed (no onSign callback required for registration).
Sign the approval message returned in the response using your recovery signer, then submit the approval. For EVM wallets, use the approve signature endpoint. For Solana and Stellar, use the approve transaction endpoint.
When a user accesses their wallet from a new device, the SDK automatically handles device signer creation through the recovery flow. You do not need to call addSigner() manually for this — it happens as part of the recovery process.If you want to trigger recovery before the first transaction: