diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca1f7ac --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# PixelWizards wagering contract + +Contract to allow the owners of two NFTs from a set collection to wager on an increase of the price of a specific asset over a set period of time. + +### Matchmaking + +Users submit their intentions to start a wager to the contract, which matches them if someone else meeting their specific conditions is found. If not, the user is added to the matchmaking pool, and their wager will be started when a suitable opponent is found. **The time in seconds for a matchmaking item to expire can be set in `InstantiateMsg`.** + +Screenshot 2023-02-24 at 8 18 45 PM + + +### Fees +Contract fee and fee burn fee percentages can be set in `InstantiateMsg`.