Lootbox v1.0.0 - Cashback Rewards #601
Replies: 10 comments
-
@sergfeldman idea for lootbox v1.1: add on top of talent marketplaces like dework.xyz, gitcoin.co, layer3.xyz |
Beta Was this translation helpful? Give feedback.
-
I am gonna break down this issue into both stuff. onchain stuff and offchain stuff In onchain stuff, we will have to implement middle-man contract which basically works
In offchain stuff, we will use genie 3rd-party service to generate calldata and pass it into the middle-man contracts. |
Beta Was this translation helpful? Give feedback.
-
I don't recall where we asked for an API key. You mentioned this on our last call. I checked the Discord and the only question I asked was related to documentation. @sergfeldman any info on an API key? Otherwise would it be faster to start by using another aggregator? Ultimately the bulk of the work should be in the core logic, and what aggregator we connect should basically just be interface work. Meaning that while we figure out the API key stuff or any other prerequisite work for another aggregator, perhaps it's wise to start writing the core logic? |
Beta Was this translation helpful? Give feedback.
-
I don't have specific information about the Genie API key. When choosing an aggregator, it is worth remembering that gem.xyz belongs to OpenSea |
Beta Was this translation helpful? Give feedback.
-
That's really good news that gem.xyz belongs to OpenSea. It could be another reason why we use gem rather than using genie. |
Beta Was this translation helpful? Give feedback.
-
will start handling this stuff! |
Beta Was this translation helpful? Give feedback.
-
This issue must be divided into several smaller issues. |
Beta Was this translation helpful? Give feedback.
-
I agree. It would be helpful if you attempt a draft and I can refine later! My current process is to edit the first comment in this conversation and add a checklist. That way, the GitHub UI allows for quick sub-issue creation with a single button click. |
Beta Was this translation helpful? Give feedback.
-
I can start working on draft contracts for this. Are we going to pull the price in the listed asset via an ABI or would we rather retrieve that on chain? |
Beta Was this translation helpful? Give feedback.
-
I have a couple of reservations.
If you're particularly motivated to work on this perhaps you can take the lead on breaking down to separate bounties. Otherwise, consider working on the other repos like |
Beta Was this translation helpful? Give feedback.
-
Discussed in #158
Originally posted by pavlovcik May 13, 2022
v1.0.0 - Proof of concept - Cashback on ANY NFT Purchases on OpenSea
We want to increase usage of the uAD by giving people a reason to purchase NFTs with uAD. Introducting Ubiquity Credit Cashback Program, similar to credit cards!
Overview
Smart Contract
The purpose of the "middle-man" contract would be to perform the following:
Setters
We should be able to set the following variables
Remarks
This gives us a reason to do a bond for uAD-ETH and grow its liquidity.
Beta Was this translation helpful? Give feedback.
All reactions