Implement a 1% transaction tax and allocate into Happy New Year Pool.
At the end of each year, distribute the pool to the top 1000 token holders.
Eligibility criteria:
- Top 1000 holders (by token balance) are eligible.
- Eligible wallets must not have executed any sell transactions of the token during the year.
- Exclude burn addresses, liquidity pools, and non-eligible system addresses.
Weighting:
- Rewards must be distributed proportionally based on token balance
Implementation constraints:
- Do not iterate over all holders on-chain.
- Track sell activity per wallet in a gas-efficient way.
- Use scalable accounting mechanisms.
Distribution:
- Rewards should be claimable by eligible holders.
- Provide a defined claim window after distribution.
Constraints:
- Ensure gas-efficient and scalable execution compliant.