Smart Account Signers (Configuration)
These define the permanent configuration of who can interact with the account:- Stored permanently in the smart account’s configuration
- Each signer has specific permissions:
CAN_INITIATE
: Create new transactionsCAN_VOTE
: Approve pending transactionsCAN_EXECUTE
: Execute approved transactions
- Modified through configuration changes (add/remove signers)
- Example: Adding a new recovery key or admin key to your smart account
Transaction Signers (Authorization)
These are used to authorize specific transactions:- Must be existing smart account signers
- Must provide enough signatures to meet the threshold
- Only used for transaction authorization, not stored
- Example: Two admins signing a configuration change
How They Work Together
Most configuration changes require both types:transaction_signers
: The keys that will sign to approve this specific change- Configuration parameters: The actual changes to make (like new smart account signers)
Example
Common Use Cases
Adding a New Admin
When adding a new administrator to your smart account:- Smart Account Signers: The new admin’s key and their permissions
- Transaction Signers: Existing admins who approve adding the new admin
Removing a Compromised Key
If a key needs to be removed:- Transaction Signers: Other admins sign to approve the removal
- Configuration Change: Remove the compromised key from smart account signers
Using Spending Limits
For daily operations:- Smart Account Signers: Keys authorized to use spending limits
- Transaction Signers: Single authorized key executing within limits