Why are there so many L2s coming out? Do we need yet another chain? When will it all end?
Here are a couple of under-discussed reasons why you're still seeing more L2s, and why this will end up being a net positive for users.
- Technical Experimentation
To me, this is the most interesting aspect of L2s, and what really distinguishes them from L1s. You see, an L2 that settles to Ethereum can modify its VM however it wants as long as it can prove to the L1 that state transitions are valid. Right now, most rollups use the EVM and try to keep the same experience as ETH L1 (but cheaper and faster).
However, we're starting to see an increase in rollups using alternate VMs that provide different benefits including the ability to write contracts in other programming languages, extra safety, privacy cheaper fees, or more throughput. Examples include @arbitrum Stylus, @movementlabsxyz, @aztecnetwork, several SVM rollups, and more.
There are also a couple teams looking to push the boundaries of what the EVM can be on high performance hardware. @base has already increased its limits on a live chain. @megaeth_labs and @paradigm have put out excellent research exploring ways to optimize every aspect of the EVM. I expect an EVM rollup (MegaETH?) to reach absurdly high performance by the end of this year.
- Cultural Extensions
I'm not going to take credit for this term because I stole it from Vitalik's last blog post. Here's his quote on L2 cultures: "Layer 2s allow subcultures to emerge that are armed with substantial resources, and a feedback loop that forces them to learn and adapt in order to be effective in the real world".
Each successful chain has had its own identity/usecase that it's built around. Here are some examples:
Just like there is still a lot of room for technical innovation, I believe there is still a lot of room for cultural innovation to happen on L2s. Very few L2s have been hyper focused on community building and tailoring experiences for end users. I expect more L2s to come out that are focused on galvanizing specific communities and building better flows for users.
- What this all means
The end user is going to win. We are going to continue to see lower fees, faster blocktimes, and more tailored experiences. There will apps built for specific VMs that weren't possible on the standard EVM previously. There will be chains built for every community imaginable.
• • •
Missing some Tweet in this thread? You can try to
force a refresh
The example above shows how an eliza twitter agent is setup.
The first component is the character config file. This file contains everything about the agent's personality, backstory, knowledge, and topics to talk about.
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.