Reflection Token
Pronunciation: ruh-FLEHK-shun TOH-kun
Definition
A reflection token redistributes part of selected transfer fees to eligible holders, commonly by changing an internal accounting ratio rather than sending a separate transaction to every wallet. The contract deducts a percentage from transfers and allocates value among holders, liquidity, treasury, burns, or other destinations according to its rules. A reflection balance can change without a normal transfer event, and the mechanism should be distinguished from staking rewards, rebases, dividends, and ordinary fee-on-transfer tokens.
Overview
A reflection token redistributes part of selected transfer fees to eligible holders, commonly by changing an internal accounting ratio rather than sending a separate transaction to every wallet.
The contract deducts a percentage from transfers and allocates value among holders, liquidity, treasury, burns, or other destinations according to its rules. the lifecycle can include issuance, distribution, approvals, transfers, locking, burning, redemption, migration, and governance. For Reflection Token, not every token supports each stage, and some functions are controlled by privileged roles.
A reflection balance can change without a normal transfer event, and the mechanism should be distinguished from staking rewards, rebases, dividends, and ordinary fee-on-transfer tokens. a token standard defines a baseline interface, but deployed code can add fees, rebasing, hooks, pausing, blacklists, or proxy upgrades. For Reflection Token, integrations should inspect actual behavior.
Risks include integration incompatibility, administrator-controlled fees, excluded addresses, inaccurate portfolio accounting, thin liquidity, malicious tax settings, and smart-contract bugs. A successful transaction does not prove economic correctness. Systems should verify the intended asset, actual balance change, amount after fees or rebasing, and finality on the correct network.
Applications should inspect fee rates, exclusions, reflection accounting, maximum configurable tax, liquidity logic, administrator roles, and actual pre-transfer and post-transfer balances. Custody and treasury records should preserve acquisition cost, token identity, transaction evidence, conversion rate, and any claim, vesting, or redemption status. Native, wrapped, and bridged versions should remain separate.
Reflection Token, Token-2022, and Tax Token may appear in the same workflow. Every component connected to Reflection Token should therefore be validated independently so a related asset or mechanism is not credited as the intended token.
Key Takeaway
Reflection tokens redistribute transfer value to holders, while fee controls, exclusions, accounting, liquidity, administrator authority, and integration compatibility determine outcomes.
Sources
- Ethereum ERC Standards — Ethereum Foundation (2026-08-01)
- Ethereum Documentation: Smart Contracts — Ethereum Foundation (2026-08-01)