NFT gift button [Grant Proposal]

TL;DR

We propose to fund the development & integration of the NFT gift button, i.e. anyone could decide to transfer an NFT as a gift even to a person who does not have/not want to share his or her ETH address.

Mechanic description:

We call it suspended transfer which means a gift sender will be able to generate a secure sharable link and send it to the gift recipient via any messenger or email. After that recipient could activate the transfer at any time.

The mechanic provides onboarding to NFT for new audiences who are not familiar with rarible, NFT & defi. Also, rarible could increase current users engagement.

We have already developed a working prototype during September Definition Hackathon and took a 3d prize in the Rarible track. And for the last month we designed a decentralized (i.e. with trustless) version with a smart contract.

The Implementation:


0. Backend (Rarible) creates the special contract and posts the one to the EVM.

  1. The gift sender creates a random password.

  2. The gift sender gives to our smart-contract transfer permission & small collateral to cover gas fees on the receiver side (the sender secures the actions with the random password).

  3. The gift sender notifies the backend (Rarible) about possible transfer & request for random verification code.

  4. Frontend on the sender side generates a link with information about sender, NFT from the verification code and meta provided.

  5. Receiver could use this link and the password to perform the transfer on his frontend side. The backend uses the link to match the receiver, and password verification is used inside our smart contract.

Funding Milestones and Payments

Milestone 1: 1nov → 1dec Development of the mechanic production version(backend + simple frontend). It includes contract development & verification.

Users will be able to:

create a special link to their NFT with possibility to perform suspended transfer via that link.

receive NFT via our special links even if the receiver does not have ETH address yet.

$3,000 upfront, $2,000 upon completion of the Milestone 1;

Milestone 2: 1 dec → 1 feb Promotions, Partnerships + UI/UX.

$3,000 upfront, $2,000 upon completion of the Milestone 2;

For now we have agreements about mechanic usage: 1) with small non-profit organisations as an NFT-provider of memorable badges for organisation donors. 2) with a few persons who actually want to make NFT gifts to people who don’t have any experience with it.

Dates may be subject to change, but the team will do its utmost to meet the deadlines.

Payments will be made to the following Ethereum address: 0x086B89Fcf9a964055Ba926471f3C2E7AA29D62a5

Use of Funds

The funds will be used to cover the payments to the team members and the expenses for tools, services and marketing that the team would need during the implementation. We will provide a detailed report on the use of funds upon request.

Team Members

We have built a team that worked on gift mechanic during the Definition Hackathons in Rarible track and keep working on the:

Business Development / Project Management / Design: Olga Miller Telegram: @o_kad

Blockchain Development: Sergei Miller Telegram: @sergmiller: GitHub: sergmiller

Fullstack Development: Ivan Cheprasov Telegram: @AcademyScience GitHub: AlcibiadesCleinias

Accountability

Our team will attend weekly Rarible community calls and provide updates on our milestones as we make progress.

We will provide updates on our Twitter account (https://twitter.com/whynft7) and on https://gov.rarible.org/.

The source code will be stored in repositories under the NaFThalene GitHub organization

Why should Rarible DAO fund this?

Using the NFT gift mechanic will allow:

  • to solve all the problems listed above
  • to onboard on NFT non-crypto users and increase Rarible audience
  • to grow current users engagement.
7 Likes

Hi Serg,

Can you please provide use cases for this functionality. We’re having trouble understanding how and why someone would use this feature.

The DAO dev team is working on a similar feature without the need for a password. But we’re curious to hear the use cases for this.

2 Likes

Hi Sarmad,

We have two entities - password and verification code. Verification code is stored in backend and used to prove receiver identity to backend. Password is shared ONLY between sender and receiver and it protects receiver from malicious backend. Password doesn’t allow backend to send NFT which locked in contract to any arbitrary address. So backend does not require trust.

In addition, it gives us the opportunity to develop the same functionality in a separated application, which obviously may require a higher level of security and trust.

2 Likes

Ya, I think I’m more so asking what are real world scenarios you would use this in.

The only one that comes to mind is onboarding a friend that doesn’t have a wallet yet and you’re trying to get them into Web3

1 Like

Yes, You are quite right. We consider use case which you mentioned as a main scenario. We made a kind of market research and found a lot of people and organizations who doesn’t know anything about NFT and would like to buy and send it as gift as a part of PR or charity donation campaign. Moreover as a mentioned in the proposal we have some pre-agreements about the mechanic usage by few small non-profit charity organizations. I could try to elaborate this point if it will be needed.

3 Likes

HI Serg,

Your proposal is up for voting on snapshot:

https://snapshot.org/#/daogrants.eth/proposal/0x9716f62f16779368e9afaa3cdc47c90b04f0e9152b3e3e00cdbf86eed15a12d1

2 Likes

Hi @sergmiller,

You’re proposal has been passed the Snapshot vote.

We would love to see you on community calls to provide updates as you make progress on your build.

Please reach out to @Noah or me once you’ve achieved your milestone so we can review and provide you your payment.

Thanks,
grey

2 Likes

Proposal update: our source code is public and stored at GitHub WhyNFT organization Why NFT · GitHub

1 Like

Proposal update:

We are ready for milestone 1 review.

At this point we have

  1. A fully functional and protected demo for sending and receiving NFT as a gifts at test network https://nft-gift-button.why-nft.com .
    Watch video instruction of demo usage NFT Gift Button Demonstration - YouTube
    For now our feature is Rarible-agnostic i e it works for any NFT from any marketplace.
    Site is still without appropriate UI and frontend. It will be created at the scope of second part.
  2. All the code is on Why NFT · GitHub

Details and questions could be discussed here or/and at WG calls.

4 Likes

Hi @sergmiller

This is great to hear! Can you please come present this on tomorrow’s community call? It’s at 1pm EST.

I’ll connect with the Grants team to review and get back to you about payment.

Thanks,
Sarmad

3 Likes

Hi, @sarmad_greydient
We visited previous community call and presented our demo (the same as mentioned in my last message and uploaded to youtube). Are there any news or questions from Grants team?

2 Likes

Hi @sergmiller,

I was sick this past week so I wasn’t able to attend. I’ll connect with @Noah to determine next steps and send out your payment if we’re all good to go.

3 Likes

Nice to hear! Thanks, @sarmad_greydient.

Are there any updates from group for now? Could we somehow help to facilitate discussion with grants group and determine our next steps?

2 Likes

Hi @sergmiller, Is this address a mutlisig: 0x086B89Fcf9a964055Ba926471f3C2E7AA29D62a5
We will be sending our funds over polygon.

3 Likes

Hi together!

Only for info and convenience of the proposal readers
(i.e. the report below is not about milestones and proposal business)

We separated contract logic from backend repo to its own (and put contracts development on truffle rails). Thus, current repos:

2 Likes

Nice. When will it be implemented?

1 Like

Hi together!

Two month NFT gifts service update:

Our team after 2 months of market research and negotiation with potential clients returns to work with some meaningful updates:

  1. We launched alpha production version for polygon mainnet at https://nft-gift-button.polygon.why-nft.com/ month ago and continue to improving it. Suspended transfer via our service requires about 3-4x more fees that regular transfer, which is about 1-2 cents due to current matic price. Also, we keep rinkeby version https://nft-gift-button.why-nft.com/.
  2. We made a small pivot and for now possess our service as a NFT certificate dispatcher for educational business
  3. We made partnership with famous online web3 school Itland IT LAND – NFT and provide NFT certificates to alumni’s of their NFT Practicum via our solution on polygon Rarible – Create, sell or collect digital items secured with #blockchain. It will be about 100 diplomas in total and for now 30 of them already dispatched, and have about 15 feedback mentions in different social networks (i e Instagram), so our solution helped to increase virality and uniqueness of this educational course dramatically.
  4. After first partnership we got about 5 business proposals from small online schools of usage our service
  5. Right now we have negotiations with tier-1 Russian It company (for now we would like to keep its name in secret and gonna to disclosure in a week or two) about usage our solution to made nft certificates to their students
  6. Nevertheless, our service will continue to work as the most secured way to send NFT via link

I highlight again key points which we have committed to achieve milestone 2:

  1. Create user-friendly frontend and good UX
  2. Find meaningful partnerships about usage of NFT gifts service
3 Likes