Hey folks,
I’m looking to see if there are any standards or proposals around a token that upon sending pays a fee to another address? An example would be a token that automatically pays 1% of the total transaction amount to a predetermined contract or wallet.
I did some searching through the EIP standards but didn’t see much.
As a reference, here is my solidity code with an early implementation of this idea: GitHub - Bschuster3434/Comrade-Token: Open Source Repository for the Automatically Redistributing Comrade Token
Here’s an example of what this looks like on Polygon: Contract Address 0x70e4a39e46695c42f5dd7821b3c32af4b4a8253a | PolygonScan
Any thoughts for feedback would be appreciated.