add_signer
📝 RADAR Documentation - Command: Add a Signer to the Multisig Wallet
🤝 Command Group: multisig
📝 Command Name: add_signer
📋 Parameters:
member
(required: True) - The member to add as a signer to the multisig wallet. (Type: user)send
(required: True) - Whether the signer has permission to send funds. (Type: boolean)transfer
(required: True) - Whether the signer has permission to transfer funds. (Type: boolean)manage
(required: True) - Whether the signer has permission to manage the wallet. (Type: boolean)
📝 Description:
Add a signer to the multisig wallet.
🔍 Example Usage:
Add a signer to the multisig wallet:
This command is used to add the specified
@username
as a signer to the multisig wallet with the specified permissions.
📝 Note:
This command requires appropriate permissions to execute.
Use the command to add a signer to the multisig wallet in Solana NFT communities.
Specify the
member
parameter as the Discord user you want to add as a signer.Set the
send
,transfer
, andmanage
parameters totrue
orfalse
to define the signer's permissions.The command will prompt you to set withdrawal thresholds for the added signer, if desired.
You can add up to 10 signers to a multisig wallet.
After adding the signer, the command will display the signer's permissions and thresholds.
Use appropriate Solana network parameters for the member and permissions.
🔧 Command Signature:
Now you can use the RADAR bot's add_signer
command to enhance the security and management of your Solana NFT community by adding signers to the multisig wallet.
Last updated