After witnessing numerous hacks where NFTs were compromised due to off-chain order signatures, we conceptualized a robust, on-chain NFT trading system. Our vision is to empower users to trade NFTs securely and ensure rightful royalty distribution without depending on third-party marketplaces.
Total Independence: Trade NFTs anytime without depending on any marketplace.
Royalty Enforcement: We introduced an improvement proposal (EIP) that ensures on-chain calculation & payment of royalties for every NFT transaction.
No Third-Party: The NFTs are financially tradeable in ETH directly through their respective smart contracts, negating the need for additional marketplaces.
Protection against Non-Compliant Marketplaces: Integrate with Operator Filter Registry or similar solutions to blacklist non-compliant platforms.
Built using React, our demo application showcases how this ERC standard can seamlessly integrate into any marketplace, offering a decentralized trading interface.
Owners can list/unlist their NFTs and set/update the royalty rate.
Rationale
On-Chain Security: By facilitating on-chain transactions, we eliminate risks associated with off-chain vulnerabilities, ensuring a secure peer-to-peer trade.
Decentralized Royalties: Artists can enforce royalty payments directly through the blockchain, ensuring they're compensated fairly without depending on third-party platforms.
Flexibility and Control: The system allows royalty rate adjustments (only to decrease) post-deployment for added flexibility.
Design Choices
We opted against integrating a paymentSplitter, ensuring the standard remains lightweight and efficient.
Simplified sale status tracking using a single mapping system.
Feel free to have a look at the project under its GitHub repository.