Help! Tax fee and NFT Utility

Hey guys, I have a question. For our project we are working on creating utility NFTs. One of the utilities is it allows users to bypass our token tax fee. If anyone has any advice on how to implement this it would be much appreciated. So the question is, how can we program the NFT to allow users to bypass the token tax fee? Would it be coded into the token as a conditional, if the wallet hold NFT bypass tax fee?

Hi,
Youโ€™ll have to be able to get that information from the contract that collects that fee, I donโ€™t know exactly how many smart contracts you use for this, if is only one smart contract then it is easier as youโ€™ll only have to check if user address has a particular token, if there are multiple smart contracts you will have to make a call to another smart contract in order to check if the user has or not that utility token.