Participation Rewards

OmniTensor incentivizes active community participation by offering a robust rewards structure centered around the OMNIT token. Community members can earn OMNIT tokens through various contributions, primarily in the following activities:

  1. GPU Sharing - Members who contribute unused GPU power to the decentralized AI grid can earn rewards proportionate to the computational power provided. For example:

    $ omnitensor-cli share-gpu --gpu-type="NVIDIA RTX 3080" --hours=24
    Reward: 150 OMNIT Tokens

    In this system, the more computational resources shared, the higher the rewards. Idle GPUs can be utilized to support AI computations, and the network compensates participants based on GPU performance metrics and uptime. Special reward multipliers may be applied during specific events or promotions, such as early participation bonuses or network expansion phases.

  2. Data Contribution and Validation - Users contributing high-quality datasets for AI training or participating in data validation tasks can earn OMNIT tokens. This is particularly important for improving AI models, as decentralized data curation ensures diversity and relevance.

    $ omnitensor-cli contribute-data --dataset="image_classification" --validation

    Here, participants upload datasets or validate existing data. Successful data validation tasks yield rewards based on the size and significance of the data sets processed.

Last updated