-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: change the transaction memo fee to 1 TRX #486
Comments
1 |
As you already know these transactions with URL, so make it 10 TRX. |
I think this is a very good idea, charging 1 TRX for transaction memo will increase the cost of memo cheating, and improve TRON network security. |
How is this a good idea? It increases the cost for all dapps that use the memo field legitimately in their transactions. |
Spam advertising transactions have always existed on the TRON network, almost half of memo transactions are spam transactions. The fee of 1TRX will increase their costs, I think this problem can be solved. Memo is a very low-frequency scenario, and 1TRX fee will not have a great impact on them. |
Do dapps use memos a lot?Most of them are ads for scammers. |
That is right! Once the cost is raised, the users in TRON have to take a more prudential consideration of utilizing this function. At present, I see many more malicious transactions with redirect URLs in memos than legitimate transactions with memos. At least this proposal is going in the right direction. I hope the memo fee could be a TRON network parameter since it would affect the whole community. |
Finally someone try to stop scammers and ads, hope the new tip can slow them even a little, definitely gonna support this proposal. So annoyed by those 0 USDT transactions with url, plus I've seen many link their wallet without thinking and signed unlimited withdrawal contract and say goodbye to their assets. |
Transactions with advertisements memo are really annoying. I receive lots of airdropped TRC10 tokens every day, these meaningless tokens makes my asset list very large. Expected to see the actual result by this proposal. |
Then you should be asking for a feature on tronscan and tronlink app to hide or filter the tokens so you can only see the tokens you want instead of increasing the fees for memos which will hurt legitimate dapps that rely on memos in their transactions. This has always been an issue with these proposals. Everytime there's a problem to be solved, a proposal is offered that hurts the whole community just to fix a minor inconvenience. And, oftentimes, it doesn't even work. This is why the energy price has been increased like 5 times so far. Seriously, this makes tron look like a clown outfit. |
It is correct to solve the problem through the economic model, the unique resource model of TRON can make the transaction completely free, scammers can try out their actions at very low cost. |
In the chart below, we can see the comparison of on-chain data between the last week and the week before the proposal took effect,
We can see the a big drop in low value TRX and TRC10 transactions, and the data meet our expectation, I will continue to focus on the data on-chain and bring you more effects of this proposal. |
Thanks to everyone's contribution to this proposal. |
Simple Summary
In order to solve the problem caused by the dramatic increase in the number of low-value transactions on the TRON network, it is recommended to change the transaction memo fee to 1 TRX. For more details, please refer to: TIP-387.
Motivation
Transferring TRX/TRC10 token is equivalent to free because of the daily free bandwidth and the uncharged memo. So everyday there are tens of thousands of transactions using memo to broadcast fake news, scam links.
Below is a statistic of the number of transactions with memo in the network from July 1, 2022 to October 1, 2022:
In these three months, we saw 18,136,783 transactions with memos, of which 7,725,151 transactions were with URLs, which accounted for 42.59%. We can clearly see that these memos with url are almost all deceptive, they hope users will open the url and jump to the scam they designed.
7,725,151 transactions with memo with url, of which 6,935,193 are TRC10 transfers, accounting for 89.77%, indicating that scammers prefer to use low-cost TRC10 transactions to implement their scam plans.If each memo needs to pay 1 TRX, the cost of scamming in these 3 months will reach 7,725,151 TRX, which will be a huge challenge for scammers.
We can also see that in these 3 months, transactions with memo only accounted for 3.63% of the total network transaction volume, so the memo fee will have no negative impact on most users.
Charging 1 TRX for transaction memo will increase the cost of transactions with memo, restrain the growth rate of low-value transactions and improve the security and reliability of the TRON network.
Timeline
Any opinions or discussions about this proposal are welcomed.
The estimated timeline
How to initiate the voting request
This is the command of initiating the voting request to change the transaction memo fee to 1 TRX:
Specifications
The
raw_data.data
field in the transaction is used as a memo. After setting the#68(MEMO_FEE)
parameter to 1TRX takes effect, ifraw_data.data
is not empty, the transaction will burn an extra 1 TRX.The text was updated successfully, but these errors were encountered: