Manage a deployed signer-manager: admins, fee, fee withdrawals, and grant revocation. Enter the contract, connect the right wallet, and each card does one thing.i
Add or remove an admin of this signer-manager contract.i
Called by: a current admin.
Set the pool fee taken from staker rewards.i
Called by: a current admin.
Move accrued sBTC fees out of the manager.i
Called by: a current admin.
Sweep orphaned sBTC dust to a recipient.i
Called by: a current admin.
Settle an L1 sBTC withdrawal by its id: reclaim a rejected one, or settle an accepted one.i
Called by: anyone (permissionless).
Stops new staking to your signer-manager contract. After you revoke, nobody can stake toward it until a new grant is created.i
Called by: the signer key holder. Not the manager admin.
Keys stay in the wallet. Every call shows in your wallet before you sign, and the contract enforces who may call each function. A txid is submission, not success. Signer Sidekick is interim tooling.