create

📝 RADAR Documentation - Command: Create a New Multisig Wallet

🔐 Command Group: multisig

🔧 Command Name: create

📋 Parameters:

  • send_signers (required: True) - The number of signers required for sending funds. (Type: integer)

  • transfer_signers (required: True) - The number of signers required for transferring funds. (Type: integer)

  • manage_signers (required: True) - The number of signers required for managing the wallet. (Type: integer)

📝 Description:

Create a new multisig wallet.

🔍 Example Usage:

  • Create a new multisig wallet:

    !create --send_signers <send_signers> --transfer_signers <transfer_signers> --manage_signers <manage_signers>

    This command is used to create a new multisig wallet with the specified number of signers for sending, transferring, and managing funds.

📝 Note:

  • This command requires appropriate permissions to execute.

  • Use the command to create a new multisig wallet in Solana NFT communities.

  • Specify the number of signers required for different operations: sending funds, transferring funds, and managing the wallet.

  • The command will prompt you to tag the trusted signers for the wallet.

  • Provide the necessary permissions for each signer to perform specific actions.

  • You can also set whitelisted recipients to restrict the wallet's ability to send funds to specific addresses.

  • The command will create a new multisig wallet and display the details of the created wallet.

🔧 Command Signature:

Command Group - multisig
Command Name - create
Parameters - send_signers: The number of signers required for sending funds (required: True), transfer_signers: The number of signers required for transferring funds (required: True), manage_signers: The number of signers required for managing the wallet (required: True)

Now you can use the RADAR bot's create command to create a new multisig wallet and enhance the security and management of funds in your Solana NFT community.

Last updated