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
A smart contract with hard coded IPFS hashes to the various databases (e.g., nouns, adjectives, etc.) and when anyone sends X OP tokens to the contract an event is generated that includes:
requestID
sender's address
[]hashes to the databases
The user must send at least X OP tokens. If they send more, we keep the tokens. If any other tokens are sent, we keep them.
Anyone listening to events from this contract (including both ourselves and the sender--listening is premissionless) can generate a Dalle image and post NFT metadata including:
requestID
sender's address
responder's address
[]hashes to the databases
text of the "generated" prompt
text of the AI enhanced prompt
IPFS hash to the image generated
Note that the generate prompt is certain to be reproducible.
Responders may post as many times as they like.
Original sender is not required to "claim" any of the NFTs.
Original sender has 24 hrs to claim one of the NFTs (or none).
Once one of the NFTs is claimed, that image is "locked in" to that address.
If the sender does not claim within 24 hours, he gets X/2 back. In this case, whoever submitted an NFT gets pro rata share of the remaining 50%. Alternatively, if he doesn't claim, the first person who submitted "wins" and gets half X/2.
The text was updated successfully, but these errors were encountered:
A smart contract with hard coded IPFS hashes to the various databases (e.g., nouns, adjectives, etc.) and when anyone sends X OP tokens to the contract an event is generated that includes:
The user must send at least X OP tokens. If they send more, we keep the tokens. If any other tokens are sent, we keep them.
Anyone listening to events from this contract (including both ourselves and the sender--listening is premissionless) can generate a Dalle image and post NFT metadata including:
Note that the generate prompt is certain to be reproducible.
Responders may post as many times as they like.
Original sender is not required to "claim" any of the NFTs.
Original sender has 24 hrs to claim one of the NFTs (or none).
Once one of the NFTs is claimed, that image is "locked in" to that address.
If the sender does not claim within 24 hours, he gets X/2 back. In this case, whoever submitted an NFT gets pro rata share of the remaining 50%. Alternatively, if he doesn't claim, the first person who submitted "wins" and gets half X/2.
The text was updated successfully, but these errors were encountered: