🧙‍♂️Dave: No Code Task Verification

DAVE, the Dynamic Auto Verification Engine, allows you to verify on-chain actions without the need for writing any code. Traditionally, you would need to integrate an API to verify if a user has completed a task. With DAVE, you can perform these verifications independently, without the need for a developer.

Benefits of DAVE:

  • Reduces dependency on developers

  • Eliminates the potential for code malfunctions

  • No coding knowledge required

  • More time-efficient compared to making cURLs

To leverage DAVE effectively, it's important to understand two key concepts: actions and queries.

Actions:

An action refers to any on-chain operation or transaction performed on a blockchain. This can include a wide range of operations including swapping, bridging, staking, borrowing, lending, minting, burning, etc. Essentially, any transaction that modifies data, triggers smart contract interactions, or transfers digital assets, qualifies as an action.

Queries:

Queries, on the other hand, are read-only operations that retrieve information from the blockchain or decentralized application without making any changes to its state. They fetch data such as account balances, transaction histories, smart contract states, or any other information stored on the blockchain. They're crucial for retrieving information for decision-making, analysis, or for displaying data to users. Unlike actions, queries do not alter the state of the blockchain or dApp; they only provide information on the current state.

To verify on-chain actions using DAVE, you simply need to create actions and then create queries for those actions.

Last updated