Opacity: zIndex: Get 100 0FP0EXP Token to input your own list (json format) or insert json link:

Get 80 0FP0EXP Token to input your own list (json format) or insert json link:

My Playlist:

JSON Ready: Not Ready

Ready State:

Network State:

Name:

Album:

Reference:

Background Color

General HTML background color:

Header background color:

Menu background color:

Content background color:

Widget background color:

Footer background color:

Font Size

Get 150 0FP0EXP Token to unlock this feature.

Heading 1 font size:

Heading 2 font size:

Heading 3 font size:

Heading 4 font size:

Heading 5 font size:

Heading 6 font size:

Header font size:

Header Widget font size:

Menu font size:

Widget font size:

Footer font size:

Content font size:

Font Color

Get 200 0FP0EXP Token to unlock this feature.

Heading 1 font color:

Heading 2 font color:

Heading 3 font color:

Heading 4 font color:

Heading 5 font color:

Heading 6 font color:

Header font color:

Header Widget font color:

Menu font color:

Widget font color:

Footer font color:

Content font color:

Font Shadow

Get 250 0FP0EXP Token to unlock this feature.

Heading 1 font shadow:

Heading 2 font shadow:

Heading 3 font shadow:

Heading 4 font shadow:

Heading 5 font shadow:

Heading 6 font shadow:

Header font shadow:

Header Widget font shadow:

Menu font shadow:

Widget font shadow:

Footer font shadow:

Content font shadow:

Other Styles Coming Soon



Source Code

Click the above image for basic sourced and click following button for processing token source code.

Ethereum Virtual Machine

Ethereum and EVM (ETC, BSC, AVAX-C-Chain, Polygon, etc).

Telegram Open Network

Telegram Open Network (TON) decentralized application.

Solana

Solana decentralized application.

Tron

Tron decentralized application.

Near

Near decentralized application.

Wax

Wax decentralized application.

Myalgo

Myalgo wallet for Algorand decentralized application.

Sync2

Sync2 wallet for Vechain decentralized application.

Scatter

Scatter wallet for EOS decentralized application.

Ontology

Ontology decentralized application.

Rabbet

Rabbet wallet for Stellar Lumen decentralized application.

Freighter

Freighter wallet for Stellar Lumen decentralized application.

Hivesigner

Hive Signer for Hive decentralized application.

Hivekeychain

Hive Key Chain for Hive decentralized application.

Zilpay

Zilpay wallet for Zilliqa decentralized application.

Neoline N2

Neoline wallet for Neo N2 decentralized application.

Neoline N3

Neoline wallet for Neo N3 decentralized application.

Keplr

Keplr wallet for Cosmos and other decentralized application.

Keeper

Keeper wallet for Waves decentralized application.

IWallet

IWallet for IOST decentralized application.

Punishing Whale Transaction Through Algorithmic and Mathematical Fee

Get 60 0FP0EXP Token to remove widget entirely!

source code



source code
old source code

get any 0FP0EXP Token to automatically turn off or 10 0FP0EXP Token to remove this JavaScript Mining.

Get 50 0FP0EXP Token to remove my NFTS advertisements!

Get 40 0FP0EXP Token to remove this donation notification!

get 30 0FP0EXP Token to remove this paypal donation.

View My Stats

get 20 0FP0EXP Token to remove my personal ADS.

word number: 480

Time: 2024-03-28 08:05:29 +0000

Algorithmic and Mathematical Fee

Transaction fees configured using algorithm and mathematic are able to control transactional behavior. Specifically in this concept, algorithm and mathematic are used to discourage whale transaction. One way to discourage whale transaction is to use exponential transaction fee:

  1. Determine a cut off percentage fee for example in this case above 10% of total transaction is labeled as expensive and will be the cut off.
  2. Determine a cut off of the transaction amount for example in this case above 100 coins is labeled as whale transaction.
  3. Determine an exponential value that meets the above criteria where in this case is 1.0232.
  4. Fee = (transaction amount)1.0232 % of transaction amount.
https://file.army/i/BziRec7
When a transaction is 100 coins the fee is 10% and it gets exponentially larger when the transaction amount increases. Quickly, it will reach 100% and an algorithm can be set that the maximum transaction fee is 100%.

If this is satisfying then the configuration ends here. If not then more algorithm can be added. For example, we want to end the exponential punishment when the fee reaches 50%. We can stop it by putting a maximum fee of 50% or lighten punishment by changing the fee equation to linear or even lighter logarithmic when reaching 50%.

https://file.army/i/BziRS1l
For example, when the fee reaches 50%, the punishment is lighten using linear equation Fee = (transaction amount)*0.29 % of transaction amount or greatly lighten using logarithmic equation Fee = log1.108(transaction amount) % of transaction amount.
https://file.army/i/BziRIzs
The possibility is endless for example the punishment is lighten to linear equation of (transaction amount)*0.29 of transaction amount when fee reaches 50% and further lighten when fee reaches 80% to logarithmic equation of log1.0736(transaction amount) % of transaction amount. Therefore calling all mathematician to contribute.

Time Accumulation Fee

Algorithmic and mathematical fee is not enough to prevent whale transaction because whales can just perform multiple small transaction. The only way to prevent this now is accumulation. The equation for this is Fee = equation(current transaction amount + all previous transaction amount) - previous fee or any better equation where the total fee should equal to the fee when all transactions are treated as single transaction.

If this rule is applied forever then it is the same as limiting the amount of transaction forever. Therefore, a time limit must be agreed upon. For example, the accumulation resets after one day. The longer the time, the more resilient to whale transaction but also the more the restriction. Calling all mathematician once again.

What to do with the fee?

The fees can either be:

  1. distribute to all the holders
  2. distribute to certain holders only
  3. burned or deflated

If distribution is chosed, the amount and method of distribution are also open for many possibilities.