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

sign

📝 RADAR Documentation - Command: Initiate a Multisig Transaction

💼 Command Group: multisig

✍️ Command Name: sign

📋 Parameters:

  • type (required: True) - The type of transaction you would like to create. (Type: string)

  • recipient (required: False) - The recipient of the transaction. (Type: string)

  • amount (required: False) - The amount you would like to send. (Type: integer)

📝 Description:

Initiate a multisig transaction.

🔍 Example Usage:

  • Initiate a multisig transaction to send funds:

    !sign --type send --recipient <recipient> --amount <amount>

    This command is used to initiate a multisig transaction to send funds to the specified recipient with the specified amount.

  • Initiate a multisig transaction to transfer funds:

    !sign --type transfer

    This command is used to initiate a multisig transaction to transfer funds between multisig wallets.

📝 Note:

  • This command requires appropriate permissions to execute.

  • Use the command to initiate a multisig transaction in Solana NFT communities.

  • Specify the type of transaction you want to create: "send" for sending funds, "transfer" for transferring funds.

  • Provide the recipient and amount parameters if you are initiating a "send" transaction.

  • If no recipient and amount are provided, the command will prompt you to enter them.

  • The command will check if you have any multisig wallets and if the recipient is in the whitelist (if enabled).

  • It will display a multisig request to the signers and wait for their approval.

  • After approval, the transaction will be sent if the multisig wallet has sufficient funds.

  • Use appropriate Solana network parameters for the recipient and amount.

🔧 Command Signature:

Command Group - multisig
Command Name - sign
Parameters - type: The type of transaction you would like to create (required: True), recipient: The recipient of the transaction (Optional) (required: False), amount: The amount you would like to send (Optional) (required: False)

Now you can use the RADAR bot's sign command to initiate multisig transactions and securely manage funds in your Solana NFT community.

PreviouscreateNextprofiles

Last updated 1 year ago

Was this helpful?