An open API service indexing awesome lists of open source software.

https://github.com/arn4b/ethindia2022-gkp

πŸ” GateKeeping Protokol πŸ”— Winners πŸ† Push Protocol | ENS | Valist | Starton
https://github.com/arn4b/ethindia2022-gkp

ethersjs javascript polygon push-notifications rainbowkit react solidity tailwindcss wagmi

Last synced: 4 months ago
JSON representation

πŸ” GateKeeping Protokol πŸ”— Winners πŸ† Push Protocol | ENS | Valist | Starton

Awesome Lists containing this project

README

          

# πŸ” GateKeeping Protokol ContractsπŸ”—

## Gatekeeping protocol as your event entry manager
POAPs are overkill and highly unscalable at the same time. We wanted to create something that is easy for the event organisers to use, which doesn't involve the usual web3 jargon and has more than just a option to airdrop/mint NFTs . Presenting **Gatekeeping Protocol**,
The event organizers can choose from a wide range of gated mechanisms that we provide, for them to gatekeep as they want.

## Gatekeeping protocol as a subscription manager
We take the idea of using NFTs as proof of attendance and extend it to using the same token as proof of subscription, thus extending the legs of POAP into the domain of subscription models. Some of these models include minting soul bound NFTs, NFT that can be sublet to others for a price.

## Gatekeeping protocol as a *boring* POAP dispenser
In addition to all the other cool features that we provide, we also act as POAP dispenser, which is just a fancy way of explaining account whitelisting.

# Protocol structure
* The protocol right now consists of 3 different type of subscription model / event management structures. All three of them are maintained by the **Gatekeeper** contract. This contract creates the NFT collection or whitelisting database as needed. It also acts as a lens to view all relevant data

* Soul-bound NFT contract. This acts as the key to the gates which have issued an NFT

* Rentable NFT contract. These keys have a lessor-tenant relationship. The original keys can be rented out to other accounts for borrowing the utility. Best usecase for these kind of NFTs are OTT subscriptions

![GKP1](https://user-images.githubusercontent.com/71175155/205473268-ba9a6ca4-24dc-48f8-989c-df33132a97a9.jpeg)
![GKP2](https://user-images.githubusercontent.com/71175155/205473273-02ac508f-a0fe-4327-9f0e-3b1985cd811e.jpeg)
![GKP3](https://user-images.githubusercontent.com/71175155/205473276-a7dfe939-63b3-45da-9d81-3fa5de7b073c.jpeg)
![GKP6](https://user-images.githubusercontent.com/71175155/205473285-263ed581-27e8-4966-9157-7e0fa67a301a.jpeg)
![GKP5](https://user-images.githubusercontent.com/71175155/205473316-d1202885-f4be-4528-83af-15b75c89e1c3.jpeg)

# Contract address

* Gatekeeper.sol : "0xA78268bC5A0a192300f935570FCd002796410387" deployed on Mumbai testnet on polygon.
* RentedKey.sol : "0xE0E0CeCfa04Ad0Da26F9635131B3Da25AA3b153C" deployed on Mumbai testnet on Polygon.
* SoulBoundKey.sol : "0x8029ec1b26A9eA9345F7E2D3fbc031Dcf1f7082C" deployed on Mumbai testnet on Polygon.