XnY
  • Welcome to XNY
    • Why build XnY?
    • What is XnY?
      • Glossary
      • Roles
  • Core Concepts
    • Network Overview
      • Data Assetification
        • Assetification Contracts
        • Incentive Suites
          • Incentive Contracts
          • Data Validator Node
      • Data Liquidity Layer
        • Data Fetch
        • Data Exchange
      • Data Storage & Privacy
    • XnY OpenSDK
  • Guides
    • Launch Steps
    • Ecosytem Projects
      • Robotics video annotation
Powered by GitBook
On this page
  1. Core Concepts
  2. Network Overview
  3. Data Assetification
  4. Incentive Suites

Incentive Contracts

function assetificationWithReward(string memory data, bigint memory reward);

The assetificationWithReward contract will distribute reward to the submitter's address upon data submission instantly.

function distributeReward(address recipient, bigint memory reward);

This function is only callable by the contract creator (e.g., Data Demander) to facilitate the distribution of rewards at a later stage.

PreviousIncentive SuitesNextData Validator Node

Last updated 6 months ago