## features - Incoming NFTs get filtered by a "filter app". - The filter app serves as a handler for all incoming NFTs (configurable which filter to use). - The filter app has a standard protocol of doing things. - Anyone can implement their own "filter apps" following the filter app protocol (add AI, custom deny lists, etc.) ## basic implementation - Incoming NFTs are matched against a list of allowed mints. - If the NFT mint is allowed, then you will see in the "incoming" folder. - If not, then it stays in the "quarantine" folder. - You can manually approve an NFT to appear in the wallet. - Idea by https://twitter.com/redacted_noah
features
basic implementation