RADAR Docs
  • bot_help
    • alpha
      • announce_channels
      • call
      • register
      • resend
    • analytics
      • chart
      • floor
      • info
      • terminal
    • collections
      • add
      • edit
      • manage
      • remove
    • impostor
      • register
      • unregister
      • unwhitelist
      • whitelist
    • multisig
      • add_signer
      • create
      • sign
    • profiles
      • add_availability
      • afk
      • availability
      • back
      • referral
      • register
      • remove_availability
      • set_afk_message
      • set_timezone
    • raid
      • channel
      • panel
      • register
      • resend
      • role
      • subscribe
      • tweet
    • rarity
      • check
      • rank
      • scraper
      • snipe
    • secret
      • announce_channels
      • author
      • delete
      • edit
      • note
      • resend
    • server
      • backup
      • holder_welcome
      • holder_welcome_remove
      • holder_welcome_test
      • txt2discord
      • undo
    • shop
      • add_category
      • add_product
      • buy
      • create
      • fund
      • open
      • update_product
      • update_shop
    • tools
      • snapshot
    • verification
      • add
      • blacklist
      • manual
      • panel
      • profile
      • refresh_hashlist
      • register
      • role
      • test_token
      • toggle
      • unblacklist
    • votes
      • clear
      • create
      • extend
      • max_weight
      • multipliers
      • resend
    • whalewatch
      • add
      • settings
    • whitelist
      • add_role
      • create
      • enter
      • export
      • manage
      • minimum_balance
      • panel
      • remove
      • stats
      • update
      • wipe
  • api_documentation
    • docs
      • nft
        • Get NFT 🚀 - /nft/moonrank/{mint_address}
        • Get Guild Royalty Dashboard 💸 - /nft/guild_royalty_data/{guild_id}/dashboard
        • Get Multiple NFT Metadata 🔎 - /nft/metadata/multiple/
        • Get NFT Owner Information 🔎 - /nft/{mint}/owner
        • Retrieve Holder Snapshot for NFT 📊 - /nft/holder_snapshot
        • Royalties Status by Address 💰 - /nft/royalty_status_address/{address}
        • Royalties Status of Multiple NFTs 💰 - /nft/royalty_status_multiple_nfts
        • Royalties Status of NFT 💰 - /nft/royalty_status_nft/{nft}
Powered by GitBook
On this page

Was this helpful?

  1. bot_help
  2. multisig

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:

    !add_signer --member @username --send true --transfer true --manage true

    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, and manage parameters to true or false 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:

Command Group - multisig
Command Name - add_signer
Parameters - member: The member to add as a signer to the multisig wallet (required: True), send: Whether the signer has permission to send funds (required: True), transfer: Whether the signer has permission to transfer funds (required: True), manage: Whether the signer has permission to manage the wallet (required: True)

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.

PreviousmultisigNextcreate

Last updated 1 year ago

Was this helpful?