Home  >  Article  >  Crazy BOME craze, analyzing the MEV issues behind Solana Meme craze

Crazy BOME craze, analyzing the MEV issues behind Solana Meme craze

WBOY
WBOYforward
2024-03-16 20:30:03894browse

Meme tokens in the Solana ecosystem have been the focus of the market recently. BONK, Dogewifhat or some deliberately misspelled celebrity meme tokens have become the targets of crazy pursuit by crypto users. Dogewifhat is even listed on Robinhood Crypto and Binance, with a market value of over US$3 billion. On March 15, the BOME token launched by crypto artist Darkfarms increased more than 47 times in 24 hours, with transaction volume exceeding US$300 million.

The problem that comes with the meme craze is that when users purchase meme tokens on the decentralized platform of the Solana chain, they are frequently subjected to sandwich attacks, resulting in high prices for meme tokens and losses. . This type of robot is an MEV attack. What is MEV? What impact does it have on the blockchain ecosystem? How does Solana deal with issues caused by MEV? Today Beosin will analyze it one by one for everyone.

疯狂的BOME热潮,解析Solana Meme热背后的MEV问题

MEV and trading opportunities

MEV stands for Maximal Extractable Value, which is translated as the maximum extractable value. Initially MEV refers to Miner Extractable Value. In the BTC network, miners obtain rewards beyond block and network fees by reordering transactions in blocks. But in fact MEV has nothing to do with the type of blockchain network. All public chain networks actually have similar situations, so MEV has expanded from Miner Extractable Value to Maximal Extractable Value.

MEV is like a tax that is collected by the maintainers of the entire blockchain network from ordinary users who use the network. This may seem like a burden, but MEV plays an important role in the development of blockchain networks and the stability of the ecological economy.

Since miners/validators can reorder transactions in a block, MEV is often used in the following strategies:

1. Atomic arbitrage

If the arbitrageur If it is found that there is a price difference for the same trading pair in different liquidity pools on the chain, arbitrageurs will use MEV to strive for their transactions to exist in the same block to make a profit. This arbitrage behavior can balance the asset prices of different liquidity pools,

2. Liquidation

When it comes to on-chain lending business, bad debts are not avoided, and lending agreements often allow third-party liquidators to participate Liquidate collateral to maintain the stable operation of the protocol by liquidating unhealthy margin positions. For example, MakerDAO, if users mortgage ETH and other assets for borrowing, MEV robots will be responsible for liquidating and making profits.

3. Sandwich attack

Utilizes the price calculation mechanism of AMM to preempt the purchase transactions of ordinary users, buy before the victim in a block, and then sell before the victim Go out and make a profit.

There are other profitable activities such as IDO, INO preemptive purchase of tokens, minting NFT, etc., and MEV can also be used to make profits.

SolanaMEV

Solana is similar to public chains such as ETH and uses PoS to ensure security. Due to the extremely high requirements for Solana's node operation, ordinary users cannot run Solana's verification nodes. Most of Solana's validation nodes are located in data centers that handle massive amounts of data. Validation nodes hosted in data centers can take advantage of network advantages and parallel design to process more transactions and obtain more block rewards.

50% of all transaction fees collected by validators need to be destroyed. The purpose of this is to incentivize validators to process as many transactions as possible within the allotted period.

疯狂的BOME热潮,解析Solana Meme热背后的MEV问题The handling fee destruction on the Solana chain reaches a new high in recent years: https://dune.com/21co/solana-key-metrics

On Solana, one is issued approximately every 400 ms. block. Previously, due to Solana's first-come-first-out transaction processing mechanism, to utilize MEV, you had to compete for low latency rather than high fees. Being able to read the block state first means being able to execute profitable transactions with a higher probability.

Previously, to use MEV on Solana, you needed to run a node to read the latest network status and be a high-stake validator. This solution is demanding and costly.

Solana Early Start Strategy

1. Spam transactions

Previously, due to Solana’s first-in-first-out transaction processing mechanism, spam transactions have always been the most common way to get ahead of the game. This method is not valid on Solana. Many people have used this method to make profits on Friend.tech of the Base chain. However, this method requires the verifier to process a large number of failed transactions. In severe cases, it may overload the verifier's processing capacity, lead to inconsistent consensus, and finally force the network to interrupt.

2. Priority gas fee

Priority gas fee is part of Solana’s new upgrade, designed to address and reduce spam transactions by creating new incentives for transaction priority. The priority gas fee determines priority inclusion in blocks (a more costly method) based on the level of gas, thereby helping to reduce spam transactions.

The introduction of this mechanism will increase the cost of generating spam transactions. However, the priority gas fee needs to always be high enough to ensure that spamming senders actually incur significant costs.

In addition, the introduction of priority gas fees allows users to express their desire for priority confirmation of transactions in a fair and competitive manner. This mechanism of Solana is actually similar to Ethereum. We can see Solana’s gas war:

<img src="https://img.php.cn/upload/article/000/887/227/171059220766577.png" alt="疯狂的BOME热潮,解析Solana Meme热背后的MEV问题"> It consumes 21.78 SOL to confirm the transaction: https://explorer.jito.wtf/bundle/a6fb6ad4f7f4ad1f797c2115f688e6bc178f2609a1a420769af97a17b6dbde4c

3. Jito-Solana

Jito-Solana is like Solana’s Flashbot. By introducing mempool and block space auction mechanisms, users submit to the validator running Jito-Solana what they want to be included in Transaction packages for blocks and clients bidding on these packages. The highest bidder wins and their bundle is committed on-chain, creating an additional revenue stream for validators and their stakeholders. The tip (Tip) paid is 100% paid to the verifier and its stakers:

<img src="https://img.php.cn/upload/article/000/887/227/171059220769308.png" alt="疯狂的BOME热潮,解析Solana Meme热背后的MEV问题">https://dune.com/21co/solana-key-metrics

Currently Jito -Solana client has accounted for 66% of the verification node client market share, becoming Solana’s mainstream verification client. The validator MEV rewards and the number of validators using the Jito client (currently 814) indicate that more and more Solana participants are considering or are already practicing how to use MEV to capture/distribute profits on Solana.

In this Solana meme craze, sandwich attacks launched through Jito have made ordinary users miserable. Not long ago, Jito announced that it would temporarily shut down its mempool to reduce sandwich attacks:

<img src="https://img.php.cn/upload/article/000/887/227/171059220750248.png" alt="疯狂的BOME热潮,解析Solana Meme热背后的MEV问题">https://twitter.com/jito_labs/status/1766228889888514501

How to view MEV correctly?

MEV is not something that can really be eliminated. The focus of MEV research should be on how to use MEV to benefit ordinary users and applications in the ecosystem: For example, Jito guides Solana validators to choose its clients through MEV, increasing the diversity of Solana clients. Of course, currently due to its network effect , which has led to certain centralization issues; using MEV to save the assets of users and protocols; using MEV to redistribute the benefits generated by the network. These are all aspects of MEV that are beneficial to the entire blockchain network ecology.

Beosin is one of the first blockchain security companies in the world to engage in formal verification. It focuses on "security and compliance" full ecological business. It has established branches in more than 10 countries and regions around the world, and its business covers projects online. "One-stop" blockchain compliance products such as previous code security audits, security risk monitoring and blocking during project operation, stolen recovery, virtual asset anti-money laundering (AML), and compliance assessments that meet local regulatory requirements. Security services.

The above is the detailed content of Crazy BOME craze, analyzing the MEV issues behind Solana Meme craze. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:panewslab.com. If there is any infringement, please contact admin@php.cn delete