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. verification

add

📝 RADAR Documentation - Command: Add

🔒 Command Group: verification

🔧 Command Name: add

📋 Parameters:

  • collection (required: True) - Any part of the collection's name. (Type: string)

  • is_staking (required: True) - Does the project have staking enabled? (Type: boolean)

  • farm_address (required: False) - The project's staking address. (Type: string)

  • staking_type (required: False) - The staking system used by the project. (Type: string)

  • mint_address (required: False) - Use this only if your collection isn't on MagicEden. (Type: string)

  • traits_only (required: False) - Use this only to enable trait-specific roles. (Type: boolean)

📝 Description:

Add a project to the guild's projects list for RADAR.

🔍 Example Usage:

  • Add a project with required parameters:

    !add MyCollection True

    This command is used to add a project to the guild's projects list. Replace MyCollection with any part of the collection's name. Set True for the is_staking parameter if the project has staking enabled.

📝 Note:

  • This command requires appropriate administrative permissions to execute.

  • Additional parameters (farm_address, staking_type, mint_address, traits_only) can be provided to add more details about the project.

🔧 Command Signature:

Command Group - verification
Command Name - add
Parameters - collection:Any part of the collection's name (required: True), is_staking:Does the project have staking enabled (required: True), farm_address:What's the project's staking address? (required: False), staking_type:Which staking system does the project use? (required: False), mint_address:Only use this if your collection isn't on MagicEden (required: False), traits_only:Use this only to enable trait-specific roles (required: False)

Now you can use the RADAR bot's add command to add projects to the guild's projects list for easy management in your Solana NFT community on Discord.

PreviousverificationNextblacklist

Last updated 1 year ago

Was this helpful?