Beware of bubbles, or bet on the gap? Re-examining Michael Burry's bearish views on AI
Observations and personal views from Nothing Research Partner 0x_Todd, the following content does not constitute any investment advice.
In the age of social media, one benefit is being able to see what well-known investors who are 'living in the news' really think in real time. Recently, many media reports have focused on the (big short) prototype Michael Burry, who previously shorted subprime mortgages in 2008, warning again that there is a big bubble in AI.
We examined his arguments one by one and summarized them as follows:
1. The growth of cloud services from Amazon, Google, and Microsoft (2023–2025 vs 2018–2022) is slowing down.
Why Ethereum Needs ZK-VM: The Ultimate Path to Scaling
Among the many ideas for scaling Ethereum, ZK is the most complex and crucial direction.
Looking across the entire network, Vitalik and the Ethereum Foundation have the most bets on ZK. ZK is a bit like the youngest son in the Ethereum family, receiving the most attention, but with the most uncertain future.
A few days ago, the Ethereum Foundation released the Kohaku roadmap, which includes various foundational components for a privacy wallet. The roadmap emphasizes once again that more features will depend on the implementation of ZK-EVM/ZK-VM.
Recently, the Fusaka upgrade has been scheduled for early November, just before the opening of this year's Devconnect in Argentina. As in the past, Fusaka remains a portmanteau, derived from Fulu Star (附路星) + Osaka (大阪), where the former is a star in the constellation Cassiopeia, and the latter commemorates the ETH Devcon held in Osaka in 2019.
Ethereum has seen frequent updates over the past year or two, so the current updates are not as significant as previous ones like the Shanghai upgrade or the London upgrade, but they are still worth paying attention to.
Therefore, we have selected some important EIPs from this update to share with everyone:
Yunfeng Capital configures 10,000 Ethereum through HashKey
Yunfeng's bet on Ethereum is indeed exciting. On Tuesday, it was announced that Yunfeng purchased 10,000 Ethereum through HashKey.
Because Yunfeng is one of the few funds personally established by Jack Ma, the scale of 44 million USD must have received Jack Ma's approval.
Jack Ma's vision is among the top in the country and even globally, and most of his predictions have come true in some way.
The capital related to Jack Ma is actually very limited. Apart from various funds starting with Alibaba (including public welfare), the only area where Jack Ma has clearly been deeply involved is: (1) Yunfeng Capital (Yu Feng);
When will the Ethereum DAT treasury strategy company actually sell ETH?
Good ending 1 - cashing out
When the price of crypto assets is significantly higher than their building cost, they cash out under shareholder/tax requirements, even though transferring out addresses will slightly affect unrealized gains.
We previously transferred out some coins to 'optimize taxes', which did not cause any settlement or significant market crash.
However, for the scale of their funds—it's irrelevant. Buying at an average cost of 3000 and selling at 6000 is already quite profitable for large funds.
Good ending 2 - emotional infidelity
If they have made enough money, human nature tends to replicate their successful paths. Those who started with Ethereum DAT may attempt to venture into other altcoins in the future, at which point they may change vehicles.
Conclusions from the community's retrospective after $XMR suffered a 51% attack
Observation and personal opinion from Nothing Research Partner 0x_Todd; the following content does not constitute any investment advice.
Since last week when $XMR was officially announced by Qubic to have suffered a 51% attack, the community has drawn several conclusions in retrospect:
1. During the so-called 51% attack by Qubic last week, they did not actually possess 51% of the hash power; they only temporarily reached around 35%.
2. Qubic mined 6 XMR blocks in succession, suspected to be selfish mining.
Selfish mining refers to the practice of mining blocks but withholding them from being published, waiting until they accumulate six before releasing them all at once to form the longest chain. This causes the five blocks mined by honest miners (the second longest chain) to become invalid, enabling double spending.
This time, Lido really has the possibility to initiate the buyback of $LDO through the proposal.
Lido, as the largest LST protocol currently, has $160 million in $ETH and stablecoins in its treasury, so the community has recently proposed several proposals to discuss whether a buyback should be initiated.
In fact, this matter has been discussed for a long time and hasn't stopped for several years. Because Lido places great importance on community governance, everyone is willing to discuss, and the discussions often yield results.
Returning to the buyback proposal itself, this time the community took the lead, and subsequently, Lido co-founder Vasily Shapovalov (vsh) began exploring possibilities in the proposal and community conference call.
STO Review: The Real Dilemma of Tokenized Securities and Possible Breakthrough Paths
This observation and personal opinion are from Nothing Research Partner BonnaZhu. The following content does not constitute any investment advice.
Many things related to STO were participated in back then I would like to take this opportunity to have a chat
I don't want to evaluate whether there are issues with Mystonks itself, but the current predicament of tokenized securities is fundamentally due to business needs taking precedence, and regulatory lagging for many years, leading to mismatches.
Since the concept of security tokens (STO) was proposed in 2018, almost 7 years have passed. Although the United States has a set of reference operational procedures, they are neither tailored for tokenized scenarios nor are they quite outdated, and they are entirely targeted at the U.S. market.
Modular Credit Accounts and Looping Leverage: An Analysis of Gearbox's Product Structure
Observations and personal views from Nothing Research Partner BonnaZhu; the following content does not constitute any investment advice.
Lending has always been the largest PMF outside of trading. Growth does not necessarily depend on disruptive innovation. It may also only need to serve a specific demand.
Morpho Labs started with interest rate optimization. Fluid integration of lending and trading enhances efficiency. Gearbox is revitalized by zero-slippage looping loans.
In my view, the recent gains for Gearbox are more sustainable than the Restaking and points frenzy of 2024. Taking this opportunity, I would like to share some thoughts on the Gearbox Protocol product.
One of the main themes of Ethereum's current technological updates is to repay the 'technical debt'.
Previously, when we were sharing Ethereum technologies, many people asked what exactly is technical debt.
Last week, this EIP-7999, which was personally promoted by Vitalik, is a great case; it aims to resolve the technical debt of Ethereum's multiple coexisting fee models.
As we all know, the normal gas market of Ethereum was formed after EIP-1559, which is a model of base fee burning + tips for miners.
However, after EIP-4844, Ethereum created the Blob to make L2 cheaper and faster, which contains a lot of cheap transaction space (after all, it will be deleted after a few months), so it has another set of fee models aimed at L2.
This is a standard technical debt; when launching L2, it chose simplicity over elegance and added the Blob mechanism in a patchwork manner.
This means that gas fees are currently operating in a dual-track system.
The way to repay the technical debt now is to unify these two gas fee markets, directly introducing a maximum fee (max-fee), where users can directly specify the maximum amount they are willing to pay.
This maximum fee will be delegated to an algorithm of the nodes, which will allocate costs between various technical components based on actual requests and real-time block conditions.
In this way, the two major fee markets are unified, and it can further reduce the learning costs for users.
However, this needs to be completed through a hard fork, which should be included in the next or the next-to-next upgrade.
In fact, there is also a lot of traditional development technical debt, which usually swings between 'deriving redo' and 'adding a patch', and considering the workload, it often ends up choosing to add a patch.
The result is that the code and functionality become increasingly bloated, eventually leading to a situation where no one dares to touch it easily, and the only option is to keep adding patches.
So, technical debt should be repaid in a timely manner.
MicroStrategy's latest issuance of this STRC has become the largest financing of an IPO in the US this year.
The definition of STRC is quite complex, fully known as Variable Rate Series A Perpetual Extendable Preferred Stock; loosely, it can be understood as a type of bond.
Initially, the issuance amount was 500 million USD, ideally oversubscribed by 5 times, raising 2.5 billion USD, surpassing the historical 1.7 billion USD of the American natural gas energy giant Venture Global, marking the largest energy IPO in American history.
Of course, oversubscription by xx percent is also common and sounds better from a communication perspective.
However, 2.5 billion real cash has indeed been injected into the Bitcoin market.
For this STRC, the initial interest is 9%, approximately twice the yield of US Treasury bonds, which is still quite attractive.
The initial par value is $90, and the future guaranteed official redemption price is $101.
Its price is designed to maintain around $100 $ in the long term, thus providing an advantage regarding capital gains tax upon redemption.
In the past, MicroStrategy hoped to issue bonds with very low interest that could eventually convert into MicroStrategy stock. However, STRC cannot be converted into stock, which is why Saylor mentioned that issuing this stock would not dilute MicroStrategy.
Additionally, STRC has a very high priority, ranking above STRK and STRD, and only below STRF.
STRC has a very strong capital preservation ability.
According to the Swan Bitcoin mentioned Saylor's conference call, the dividends of these preferred stocks (including STRF, etc.) remain quite safe even when Bitcoin drops by 80%; even in extreme declines of 90%-95%, theoretically, dividends may be temporarily suspended, but they will ultimately be made up.
Moreover, STRC is prioritized over the other two stocks on this basis. To be honest, although it has only been a few years, it is now completely unimaginable to feel Bitcoin dropping back to $11,000.
So some people say that this STRC is a bond with Bitcoin exposure; we believe it is more like a super wide dual-currency profit product. If Bitcoin rises, you get high interest; if Bitcoin crashes (-90%), you get Bitcoin.
But in any case, Saylor is still amazing; he always manages to design new play styles to attract new money, then resonates upward, bringing new highs.
This content is jointly published by Nothing Research, Ebunker, and Ourbit.
Pendle Launches Boros: Can the Funding Rate Swap Market Work?
This is an observation and personal opinion from BonnaZhu of Nothing Research Partner, and the following content does not constitute any investment advice.
Pendle launched its new product Boros yesterday Individuals are more interested in the essence of the product and user profiles Exploring the market of 'funding rates' long-short games Is it a viable business / established commercial model?
In terms of positioning:
Pendle: Time-value products, focusing on splitting and pricing Boros: Value trading platform, focusing on games and hedging
1. Boros inherits the main products of Pendle
Boros continues the YT/PT logic; the difference is:
AMM has been transformed into an order book, closer to mainstream market structures.
Observations and personal views from Nothing Research Partner 0x_Todd. The following content does not constitute any investment advice.
August 1 is actually a great day for Bitcoin; it is Bitcoin's UASF Day, which can also be called Bitcoin's Independence Day.
Independent from whom? Independent from the mining monopolists.
Time goes back to 2017; if Bitcoin was destined to face a calamity, the summer of 2017 might be that calamity. Bitcoin almost split, and BCH reached as high as 30% of BTC's price.
Bitcoin is different from other blockchains; its upgrades are particularly cautious, and because there is no centralized institution, its upgrades are all soft forks, meaning they are backward compatible.
Solana's Latest Roadmap Interpretation: How to Build an Internet Capital Market?
Solana announced a new roadmap last week. Essentially, because the improvements of each chain have entered the deep water area, there is indeed a situation of piling up nouns. We will try to interpret Solana's new roadmap in a way that everyone can understand + our own analysis. First of all, Solana has undergone a major narrative change in 2024. Solana's goal has become to build an "internet capital market", while before, Solana's goal was to build a high-performance blockchain. Internet capital market, as the name suggests, aims to create a borderless, 24/7 financial market where various assets - such as stocks, bonds, currencies, and real-world assets (RWAs) - are tokenized and traded seamlessly on the chain.
Cryptocurrency ETFs are becoming more and more common
For example, this one promoted by Bitwise is an index composed of a basket of 10 cryptocurrencies. (Although several CEXs have tried to launch them unsuccessfully over the past few years)
The current status is that the SEC first approved it, and later instructed to postpone, so it has not been able to be listed for a long time.
In addition, from this 10 index, you can see many clues.
First is America first So you can see XRP, SOL, SUI, LINK, Avax, and even DOT
PS: Moreover, compared to SUI, Aptos, the leader of Facebook's trio, seems to be lagging behind.
Secondly, exchange tokens are excluded. It's a pity for BNB, as it is actually an important part of the cryptocurrency market.
Finally, among PoW tokens, there is a preference for LTC, but not for BCH and Doge, indicating that PoW does not have an extra advantage.
Grayscale's GDLC index is even more conservative, with only 5 assets:
But it still conforms to this general rule:
(1) America first (2) No platform tokens accepted (3) PoW does not have a special advantage
Of course, the situation with Grayscale GDLC is similar; it was first noted by the SEC and then paused.
According to analyses from relevant insiders, it seems that a certain commissioner within the SEC opposed the proposal, leading to the suspension, with the reason for opposition being that a standard needs to be established before these index ETFs can be launched.
Ethereum plans to launch L1 zkEVM within a year, starting the ZK era for the main chain.
Last week, the Ethereum Foundation officially announced that Ethereum L1's own zkEVM will be launched within a year.
If you ask what the most important thing for Ethereum in the next five years is, our answer is clear—refocusing on L1, making L1 faster, in other words, L2 is already fast enough.
The ZK implementation of Ethereum is one of the most important paths (not discussing increasing gas limits here).
According to Drake's previous viewpoint, once ETH L1 is fully ZK-enabled, TPS is hopeful to increase to 1000.
This is easy to understand; it is determined by the transaction method.
Observations and personal views from BonnaZhu, Nothing Research Partner; the following content does not constitute any investment advice.
TLDR:
The position of prediction markets in InfoFi is underestimated Kaito & Pump belong to the information dissemination chain Prediction markets belong to the information pricing chain Together becoming the 'routers' and 'anchor points' of the information age
The information explosion has elevated the status of prediction markets InfoFi is more than just Kaito Pump actually counts too
But prediction markets are rarely mentioned
KaitoAI has accelerated the dissemination of the information finance (InfoFi) concept, but it is still doing information distribution (Attention Distribution), simply using incentives and mental optimization to enhance traffic distribution paths and KPIs.
The underlying logic behind Maple Finance's multiple growth in TVL and cryptocurrency prices within two months.
This is an observation and personal opinion from BonnaZhu of Nothing Research Partner. The following content does not constitute any investment advice.
Lending money to institutions for trading is indeed a straightforward direction for RWA. In the past two months, both TVL and cryptocurrency prices have increased multiple times. Although it is essentially still based on controlling and pumping logic. The mechanism does provide a reason for funds to buy up:
1) Time deposits + deferred incentives create an invisible flywheel.
On Maple, you can deposit stablecoins and choose between demand deposits or fixed-term deposits. However, the token incentives for fixed terms are higher, and they are not distributed in real-time but are deferred until the end of each period. This creates a mechanism:
Observations and personal views from Nothing Research Partner BonnaZhu, the following content does not constitute any investment advice.
As a meaningful attempt, it is good, and the Conflux team has put in a lot of effort for this, but based on the current yield/risk/liquidity combination of this RWA product, it is quite difficult to scale on-chain:
- Fixed 8% annualized - 3 months without liquidity
This has already discouraged most funds, and purchasing this product requires cross-chain transactions, which further reduces the incentive. There are many opportunities in the market that offer higher yields with instant liquidity, and if one simply aims to break even on 8%, buying Ethena Labs' sUSDe would be sufficient.
After all, these are not assets like U.S. Treasuries and U.S. stocks that inherently have excellent off-chain liquidity and strong consensus; to achieve good 'sales', the yield expectations must be sufficient, exceeding the on-chain native yield opportunities during the same period. Huma Finance and GAIB are two relatively good examples, as if you look at their PT yields on RateX and Pendle, they are basically 13-15%.
If the yields cannot be made very high, then at least the liquidity of the assets must be relatively good. However, for an underlying asset that fundamentally has little liquidity off-chain, this seems a bit too harsh; who would come up with this money?
But the reality is, if a certain underlying asset is very difficult to design a RWA structure that meets on-chain capital's preferences for yield/risk/liquidity, then that asset may not be suitable for on-chain at this stage; at least, it certainly will not be particularly welcomed.
Issuing RWA is somewhat like doing investment banking; although the compliance of product architecture is crucial, merely focusing on approval and implementation while neglecting the 'sales' aspect will ultimately lead to inefficiency.
In fact, investment banks are quite profitable It relies on their meticulous consideration in product design If a product does not make money and cannot be sold Then it certainly will not be made.
Recent Hot Terms Analysis: From Ethereum Upgrade to AI Agent
[Ethereum Section]
Increase validator balance limit
Translation: Previously, 32 ETH = 1 validator (validators are like mining machines), now raised to 2048 ETH. It used to require queuing to deposit or withdraw ETH from validators.
Benefits: This raises the upper limit and significantly speeds up the queue. Moreover, with larger nodes, there is a future opportunity to promote consensus algorithms, such as only allowing large nodes to participate in block production, making it faster.
Dynamically adjust Blob capacity
Translation: L2 needs to store data on the ETH mainnet for security (similar to reporting to leadership). To avoid occupying space on the ETH mainnet, a separate space has been allocated for them, called Blob.