Redistribution fee

TPAD token has a built-in re-distribution mechanism based on the RFI token. That is the one and only fee in TPAD.
On each transfer, 1% fee is taken and is automatically distributed to all TPAD holders. The percentage of fees you earn is calculated by the percentage of TPAD that you own among holders. This generates a much higher yield than would be possible otherwise.
The fee is also applied to the PancakeSwap pair, effectively implementing a 1% fee on every TPAD sale. Certain addresses like our Staking pools are excluded from fees. You won't lose any tokens by staking them.
The fee is distributed according to this formula:
feeShare=totalFee/totalSupplyfeeShare = totalFee / totalSupply
walletFee=feeSharewalletAmountwalletFee = feeShare * walletAmount
Example
We have four wallets with the specified TPAD amounts. TPAD totalSupply is 11,500 TPAD in this example.
  • Wallet A: 10,000 TPAD
  • Wallet B: 1000 TPAD
  • Wallet C: 50 TPAD
  • Wallet D: 0 TPAD
Wallet A transfers 1000 TPAD to Wallet D. 1% fee is applied, so we have 10 TPAD (1% of 1k) to re-distribute.
With the totalFee for this transfer of 10 TPAD, the feeShare is 10 / 11,500 = 0.00086957.
  • Wallet A: 10,000 - 1000 + fee (0.00086957 * 9,000 = 7.82608696) = 9,007.82608696
  • Wallet B: 1000 + fee (feeShare * 1000 = 0.86956522) = 1000.86956522
  • Wallet C: 50 + fee (feeShare * 50 = 0.0434785) = 50.0434785
  • Walled D: 1000 + fee (feeShare * 1000 = 0.86957) = 1000.86957
As you can see each transaction benefits all TPAD holders, even the ones making the transfer.