Community Guide
Product Guide
Product Guide
  • Getting Started
    • 👋Welcome to Intract
      • Why Intract?
    • 👷Set up your Community Hub
    • 🏡Community Hub Overview
  • Community Hub Guides
    • 🎯Quests
      • What are Quests?
      • Launching your Quests
        • Setting up Tasks
          • Understanding Task Features
          • How to implement On-Chain Tasks
          • How to Implement Proof of Humanity Tasks
        • Setting up Rewards
          • Submitting Tokens for Automatic Distribution
          • Adding Custom Token as Reward
          • Volume Based XPs
      • Managing Your Quests
        • Campaign Analytics
          • Loyalty Quest Analytics
        • Approving PoW Tasks
    • 🏆Leaderboard
    • 💕Loyalty Program
      • Setting up Tasks
    • 📅Events
      • Creating Events
    • 🎊Reward Store
      • Reward Store - Analytics
    • ⚙️Community Settings
    • 🤖Integrations
      • Discord
      • Telegram
    • 🤳KOLs Marketplace
  • Tools Guides
    • 📖Your Contracts
      • NFT Rewards Contracts
      • Imported Tokens
      • Imported Contracts
    • ⛓️Integrate APIs
      • 🧑‍💻For Devs
    • 🔧API Tokens
    • 🧙‍♂️Dave: No Code Task Verification
      • Understanding and Creating Actions
      • Understanding and Creating Queries
  • Resources
    • 💼Case Studies
    • 🦚Best Practices
    • 🎨Brand Kit
    • 📞Contact Us
Powered by GitBook
On this page
  1. Tools Guides
  2. Dave: No Code Task Verification

Understanding and Creating Queries

PreviousUnderstanding and Creating ActionsNextCase Studies

Last updated 6 months ago

You can create a query directly after creating an action, or later through the DAVE Dashboard.

  1. Name Your Query and Add Description: This helps you identify the purpose of the query later.

  2. Specify Action Conditions: Customize how actions are validated by setting specific conditions. You can add multiple conditions to precisely define when an action counts towards completing a quest task.

  3. Select the Action: From the drop-down menu, select the action that matches the user activity you want to track. If you can't find the desired action, create a new one. To add another action to the same query, click '+'. If you add two or more actions to a query, use the toggle to set whether to meet all or any of the conditions.

  4. Define Condition Details: Configure the minimum token transfer requirements. You can set criteria for tokens coming in (to the user), going out (from the user), or both. Ensure you choose the allowed tokens and set a minimum token amount.

  5. Test and Save: Test your action with transaction hashes. If everything looks good, save the action.

Remember, if you ever feel overwhelmed, don't hesitate to call your developer for assistance.

🧙‍♂️