Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pooled NFT #9785

Closed
1 of 2 tasks
gomezjo-jedi opened this issue Mar 23, 2023 · 1 comment
Closed
1 of 2 tasks

Pooled NFT #9785

gomezjo-jedi opened this issue Mar 23, 2023 · 1 comment
Labels
content 🖋️ This involves copy additions or edits feature ✨ This is enhancing something existing or creating something new needs triage 📥 This issue needs triaged before being worked on

Comments

@gomezjo-jedi
Copy link

Name

Pooled NFT

Description

As the name implies, Pooled NFTs are simply NFTs pooled together inside a smart contract. For each NFT added to the pool, users recieve an equal number of Pool Tokens that represents their ownership of the pool. These Pool Tokens are standard ERC-20 tokens you see being used throughout Ethereum and DeFi today. Pool Tokens are always backed one to one by the NFTs in the pool. To get NFTs out of the pool, users exchange one Pool Token for each NFT they want to remove from the pool.

NFT Pools are collection-specific, meaning each NFT collection has a dedicated NFT Pool and only NFTs from that collection can be added to its pool. Anyone can create new NFT Pools.

Currently, Pooled NFTs support ERC-721 NFTs. Pooled NFT smart contracts do not contain any admin permissions and are free to use with no added fees. Users just pay gas for transactions.

Logo

PooledNFTblacktext 1 11af04e8

![Icon256-Black](https://user-images.githubusercontent.com/62118490/227267834-3dcdcabc-8356-4def-a2cf-2458f3358223.png) ![PooledNFT-black](https://user-images.githubusercontent.com/62118490/227267888-af450fd0-5c4e-41b0-aa92-490342a51bcf.png)

Brand color

#FFA500

Is your dapp open source?

Yes

If open source, what is the repo for the dapp?

https://github.com/hifi-finance/pooled-nft

Please describe the measures taken to ensure the dapp's security and provide documentation wherever possible

https://github.com/hifi-finance/pooled-nft

Can a user access the dapp without creating an account?

Yes.

Are dapp funds non-custodial?

Yes

Do you offer community support?

Yes.
Discord https://discord.com/invite/mhtSRz6
Website: https://poolednft.com/#/welcome

Describe any geographical restrictions on usage of your dapp

No geographical restrictions.

Would you like to work on this issue?

  • Yes
  • No
@gomezjo-jedi gomezjo-jedi added content 🖋️ This involves copy additions or edits feature ✨ This is enhancing something existing or creating something new labels Mar 23, 2023
@github-actions github-actions bot added the needs triage 📥 This issue needs triaged before being worked on label Mar 23, 2023
@corwintines
Copy link
Member

Thanks @gomezjo-jedi

We don't accept projects that have been live for less than 6 months. Based on what I can find this is around 3 months old. Going to close for that reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits feature ✨ This is enhancing something existing or creating something new needs triage 📥 This issue needs triaged before being worked on
Projects
None yet
Development

No branches or pull requests

2 participants