People are complaining about the 5 yr timeline for the Ethereum Beam Chain, so let me explain:
Ethereum is not some random alt-L1 with very little activity. It is the second largest blockchain in the world with 60B in TVL, an underlying asset worth 400B, and thousands of apps dependent on it.
In order to make drastic changes to how the core protocol works, you need to:
- Make a proposal that reaches social consensus
- Define an exact specification that all researchers and engineers agree to
- Build the implementation to be backwards compatible
- And test the absolute crap out these changes
The worst possible scenario is for a bug/exploit to be introduced in these changes, causing millions of people to lose money.
It is insanely difficult to do this on a brand new system - it is 1000 times harder to do this on a live decentralized network with billions of dollars at stake. This is why multiple years of testing is necessary - every possible edge case needs to be accounted for.
Several of the changes proposed in the beam chain will require complete rewrites of how parts of Ethereum work. 3-slot finality and chain snarkification are massive undertakings.
Ethereum is not some centralized entity that can just ship changes to its heart's desire. It is an extremely decentralized system that requires deliberate decision making that doesn't completely break existing apps/patterns while also being future-proof.
plus, these are just consensus level changes. there will be improvements to execution and DA that happen in parallel.
people are acting like ethereum researchers are asleep at the wheel - take a look at or EIP discussion boards and you'll see how much work is being put in to improve the entire Ethereum ecosystemethresear.ch
• • •
Missing some Tweet in this thread? You can try to
force a refresh
Hi @FBI, I noticed that your smart contracts are in direct violation of the MIT License, and thus are subject to copyright infringement.
You clearly copy pasted several of OpenZeppelin's libraries (which use the MIT License), but don't have a license on the code yourself.
The MIT License states "this permission notice shall be included in all copies or substantial portions of the Software", which you clearly did not adhere to in your contracts.
@FBI You can find the FBI contracts here:
I highly doubt any legal action will be taken, but it's pretty funny that the FBI themselves are not complying with software licenses.etherscan.io/address/0x16ca…
@FBI I’ve alerted the FBI to take the necessary steps against the… FBI
I'm super excited to announce Abstract Global Wallet today.
We're building a brand new chain-level experience - one where users never need to download an extension and apps work seamlessly out of the box.
Here's a simple breakdown of how AGW works 🧵:
The current state of wallet UX isn't great.
We did dozens of research studies with non-crypto users to better understand today's onboarding flows and app usage patterns. We saw fragmentation, confusing UX, and opaque transaction flows.
AGW aims to fix that.
At its core, AGW is a smart contract wallet powered by Account Abstraction.
I've talked a lot about AA in the past - I really believe that the current AA infra is ready to support the next wave of crypto users.
AGW leverages several AA features to make user experiences better.
You've probably heard this line many times, but weren't sure what it meant. So let's fix that.
I present to you the beginner's guide to Account Abstraction - what it is, how it works, and how it'll change crypto apps forever 🧵:
I'm not going to bore you with the technical and implementation details of Account Abstraction (that'll be a future thread).
Instead, this will be a very high-level overview of AA with practical examples of how it has improved the crypto user experience over the last few years.
Put simply, Account Abstraction is a set of frameworks and standards that turbocharge the capabilities crypto wallets (accounts).
You can think of this like taking a 1999 Honda Civic and giving it the ability to fly - it can still work as a car, but now it can do something new.
A beginner's guide to Runes - the new protocol that will bring fungible tokens to Bitcoin at the halving 🧵:
To start, what are fungible tokens?
These are tokens that are not unique in nature, can be divided, and are interchangeable. They exist on other blockchains as ERC20s on EVM chains or SPL on Solana.
Examples include memecoins and governance tokens.
Historically, fungible tokens have not been possible on Bitcoin since it doesn't support smart contracts.
However, with the advent of ordinals, we saw the rise of BRC-20s, which inscribed token data in individual SATs (satoshis) and were processed by off-chain indexers.
EIP-3074 was just approved to go live in the next Ethereum hard fork.
This EIP will forever change how users interact on EVM chains, making wallet UX simpler, cheaper, and more powerful.
Here's a high level overview of EIP-3074 and how it'll change the game 🧵:
The TLDR of 3074 is that it gives EOAs (normal wallets) smart contract capabilities (like account abstraction).
This includes the ability to do single tx approvals, batch txs, wallet asset recovery, sponsored txs, and more.
Let's first talk about the issues with modern wallets.
@lightclients did a great presentation on 3074 which I will reference in this thread.
Here's a list of UX problems - they can be solved through smart contract wallets, but that would force users to migrate wallets which is bad UX and costs money.