You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system generates a pHash using the formula: pHash = Hash(prompt).
Along with the pHash a transaction is prepared and sent to the smart contract
Challenge Submission:
The user calls the smart contract function challenge with the following parameters
pHash: The unique hash for the challenge.
amountDOT: The amount of DOT paid as a challenge fee.
Fee Distribution Logic
The smart contract processes the amountDOT fee as follows:
70% of the fee is transferred to a prize pool wallet designated for the challenge winner.
30% of the fee is used to zap into an AIToken-DOT liquidity pool to strengthen token utility.
Reward Allocation
Upon completing the challenge or contest, the winner is determined, and rewards are distributed from the prize pool wallet based on the challenge outcome.
The text was updated successfully, but these errors were encountered:
Description
pHash
using the formula:pHash = Hash(prompt)
.pHash
a transaction is prepared and sent to the smart contractChallenge Submission:
The user calls the smart contract function challenge with the following parameters
Fee Distribution Logic
The smart contract processes the amountDOT fee as follows:
Reward Allocation
Upon completing the challenge or contest, the winner is determined, and rewards are distributed from the prize pool wallet based on the challenge outcome.
The text was updated successfully, but these errors were encountered: