Autonomous Nature
Miraya 7f does not require any human intervention, it utilizes AI to completely showcase all its abilities.
All the campaigning funds are escrowed in a TEE-based wallet which can only do two actions with them:
Transfer to winners
Claim fees
How does the Lit-based TEE Wallet work?
Each newly generated Solana wallet on TEE will be bound to a JavaScript script (published on IPFS), restricting signature generation to conditions defined in the script. The script will include logic to query the results endpoint, which will return a list of winners and their points if the campaign has ended or null if it is still ongoing, feeding this data to the AI model, it will inference for the amount to be distributed to each recipient and the fees.
This will execute the logic for sending batch transactions to all the winners and fees to a fee wallet.
Last updated