- Home
- Newsletter
- Archive
- π Vitalik Buterin on Building a Base Layer for the Global Economy Without Compromising on Decentralization
π Vitalik Buterin on Building a Base Layer for the Global Economy Without Compromising on Decentralization
Vitalik Buterin wrote the Ethereum white paper when he was just 19. His aim was simple yet comprehensive, to create a βworld computerβ that was designed to be a flexible base layer for all online applications without the need of any third party. Since its inception in 2015, Ethereum has become the most active and largest smart contracts platform, but has it achieved the βworld computerβ goal?
Vitalik says yes and no. In this interview, it seemed like almost a given to Vitalik that Ethereum will achieve this goal. The bigger concern is not whether the network becomes a settlement layer and decentralized engine for smart contracts used globally, but how much value and impact applications running on top of it will bring.
Vitalik explains the significance of the upcoming merge between the proof of stake chain and its application layer, walks us through the different stages of the process, and provides guidance as to when it will happen. We also discuss why decentralization matters anyway, and whether the user experience of web3 could ever be the core appeal of decentralized apps, beyond censorship resistance. We talk about the current regulatory status for crypto and how, to him, it risks falling into an βanarcho-tyranny.β
Vitalik also takes on criticisms and explains why he believes Ehereumβs design is a sustainable way forward. We discussed the tradeoffs in a multi-chain future, cancel culture permeating into the Ethereum community, and stick around till the end when Vitalik comments on what makes him defiant.
The podcast was led by Camila Russo, and edited by Alp Gasimov and Daniel Flynn. Transcript was edited by Samuel Haig.
πListen to the interview in this weekβs podcast episode here:

π Thanking our podcast sponsors:
- ZerionZerion is Mission Control for Web3: an intuitive DeFi portfolio manager, multichain tracking & trading and the best place to show off your NFT collection
- Oasis is a leading, scalable, and privacy-enabled, layer-1 blockchain, ideal for DeFi. Learn More
- ICHI enables crypto projects to create a sustainable economy that attracts users and keeps value locked in your community
- Eden Rocket RPC, providing the fastest private transactions on Ethereum (90%+ hashrate). Trade better anywhere on Ethereum with Eden Rocket RPC.
π Only paid subscribers have access to the full interview transcript below.

Vitalik Buterin: Ethereum Will Most Likely Be Mainstream and the Most Secure Base Layer
Cami Russo: Welcome, Vitalik, to The Defiant Podcast. Iβm so thrilled to have you here!
Vitalik Buterin: Thank you very much, Camila. Itβs good to be here.
CR: For those of you who donβt know Vitalikβ Iβm sure everyone listening will know him β but Vitalik Buterin wrote the Ethereum Whitepaper in 2013 when he was just 19 years old. He inspired a group of dreamers to help him build this new blockchain that was meant to be a flexible base-layer on top of which to build decentralized applications β a so-called βworld computerβ that could run any program built on top of it without the need of a third party.
So Vitalik, Ethereum launched in 2015 β in the almost seven years since would you say it has succeeded in becoming a βworld computerβ?
VB: I think itβs definitely succeeded at a lot of things. I think [Ethereum has] definitely succeeded at kind of makingβ¦ most of the applications that were described in the original whitepaper actually happen, and people actually being able to use them, and seeing what they would actually look like. And a lot of them have quite a few people either playing around with them or using them to do things that they really need.
The thing that it hasnβt really accomplished is getting to the entire world. If the concept of a world computer in the sense of itβs a computer that anyone in the world can look at and has at least some basic ability to send programs into and not just read from it but also write to it, I think Ethereum has done that.
Thereβs also this kind of more expansive meaning that I think a lot of people read into it which is βthe world only needs one computer now and it can be Ethereumβ β that was never the intent, I donβt think Gavin was thinking about that at all when the term came up.
But then thereβs also this idea thatβs been in the project since the beginning that this its supposed to be a platform that is really accessible to the world, and not just in a theoretical way but also in a very meaningful way where lots of people can and are accessing it and there arenβt big barriers standing in the way.
And I think thereβs definitely quite a bit of progress that has been made. About a month and a half ago I visited Argentina and I saw first-hand the kinds of diverse people that were using both Ethereum and other blockchains of different kinds as just a regular part of their lives and their businesses and their attempts to save money, start projects, pay people, and just do all kinds of normal things.
But at the same time, there are these high transaction fees, thereβs all of these usability barriers, and thereβs all of these problems that are still left. If we want to really fully achieve that vision, I do still think that thereβs quite a lot of work still left to go β obviously work that we had hoped would be finished by now or even by 2016. Software always takes longer to develop than people predict, so thatβs fine. But obviously the sooner we can actually get all of that work being done, the better and the closer that Ethereum can come to actually reaching this bigger part of its original vision.
CR: Yeah, I totally agree with that view of Ethereum achieving its vision of becoming a world computer in the sense that it really has achieved most of the applications that and you even listed in the original Whitepaper. And I just went back and looked at those applications β you had said Ethereum would be good for token systems, for derivatives and stablecoins, for identity and reputation systems, decentralized file storage, DAOs, savings, insurance, decentralized data feeds, multisig, cloud computing, gambling, prediction markets, and decentralized exchanges.
Maybe some are to a greater extent than others, but all of those applications are being built on top of Ethereum. But I think youβre very right to say [that] while it has become this infinitely flexible platform for builders, itβs not really accessible to everyone in the world as you and all of the builders of Ethereum had hoped for.
That takes me to the next question, which is: the next phase of Ethereum, which is meant to achieve this scalability, The Merge of the proof-of-stake consensus layer with the application layer currently on the proof of work chain, and of course this is a huge undertaking
Correct me if Iβm wrong, but it hasnβt really ever been tried before, right? To kind of splice blockchains and piece them together to make a new blockchain β super complicated stuff β and of course thatβs why itβs taken years to get to the stage where weβre finally very close to seeing that happen.
So the whole point of this is to allow Ethereum to scale and while also increasing decentralization. So what are the steps missing for The Merge to happen?
Progress toward The Merge
VB: At this point, it basically is testing. At this point, there are already some basic testnets and full implementations of everything that needs to happen for The Merge. Thereβs implementations of the consensus clients, there was implementations of what we call execution clients now β so Geth and Nethermind are the bigger ones.
Peter Salaggi, the lead dev of Geth, just tweeted out a few days ago that Geth is basically one PR away from being ready for The Merge. So PR means βpull requestβ β itβs basically a big piece of code that gets suggested to be added to Geth project and then itβll actually be added and included at some point fairly soon. But obviously thereβs still quite a bit of testing left to go.
The piece that has seen the least testing and where there is still some finishing touches being done right now is what we call the initial sync process. This is when a node joins the network for the first time, how do they download the existing stats, what the existing account balances, contracts, code, and all of those things are so that they can then be part of the network and go from there,And thereβs just some subtleties, the interaction between how the formerly proof-of-work side does it, and how the proof of stake side does it? So a bunch of technical stuff there, but also huge amounts of progress being made on it.
I think generally people are feeling very good about The Merge right now, itβs just a bunch of technical work, a bunch of testing, a bunch more testing, and hopefully weβre gonna be merging pretty soon.
CR: Okay, obviously the big question is when do you think that thatβll happen?
VB: Some people are saying June, some people say July or August β I donβt know.
CR: Once this happens itβs not like devs can just pack up their bags and go home, right? This is kind of the first step of a multi-year and very complex process.
Can you summarize the different stages that will happen post-merge until you think: βokay, Ethereum is finally completeβ? I donβt know if you would ever be able to say that Ethereum is complete, but at least complete in this vision of it.
VB: I guess the closest thing we have to that summarized in the roadmap diagram that I tweeted out back in December, was the one that talked about the five buckets I used to organize what was left to be done.
You had The Merge, which was basically proof-of-stake. The Surge, which is increasing the capacity of the chain, basically doing sharding and doing a little bit more stuff before that, and some more stuff after that. Then there is The Verge, which is Verkle trees, basically a technology that makes it easier to validate the chain so nodes donβt have to be so heavy and require as big computers as before. Then there is The Purge, which is making the chain lighter and making the code lighter by not requiring every node in the network to process and store all of the old history. And then there is The Splurge, which is just everything else.
Thereβs a lot of different buckets there, thereβs upgrades to the EVM, thereβs proposer-builder separation, and thereβs this fairly long list of various, miscellaneous buzzwords and fun items of different kinds. Then thereβs longer term things, like ZK-snarks which are probably going to be everywhere in the Ethereum protocol five or ten years from now.
But that list of things β switch to proof-of-stake, add sharding so we have some scaling, make sure we have good rollups that are actually taking advantage of the sharding, make it easier for people to run nodes, make sure that we donβt centralize as a result of MEV and those kinds of issues, try to make the protocol less complex instead of more complex over time, and then make the EVM better β I think if we do all of those, and we just do the things that we know we have to do today, then Ethereum is in a place where [even] if nothing else is doneβ¦ then weβre already in a great place.
If all we manage to do is a proof-of-stake and sharding, then I still think weβre still in a good place. There is a sense [that] thereβs basic things that we can do, and then thereβs extras, and then thereβs extra extras. And the more extras we can do, in some ways the better the protocol Ethereum becomes, and even the simpler a protocol Ethereum becomes.
So there is this tradeoff where if weβre willing to accept more temporary complexity in the development process, then we might get out more long-term complexity in the protocol design. But if those donβt get done, then thatβs also fine, so there is value in trying to solidify as many parts of the protocol as soon as we can, just so that people can feel safe and know this is actually how it is going to work for the long term.
CR: So basically you have a set of must-haves, and a set of nice-to-haves in this entire roadmap. Is it fair to say the must-halves are a proof-of-stake and sharding, and then all the rest would be good to have?
VB: I think so.
CR: When sharding is working and there are rollups to further increase scalability,
do you think that at this stage, Ethereum would be able to be the single settlement layer for global economic activity?
VB: I think itβll definitely be big enough to be able to do that. I mean there is still obviously the question of βwill everyone be willing to move all of their activity onto the same blockchain, or even any blockchain?β But just from a pure βcan it handle the transactionsβ point of view, it will be able to.
CR: Would that be the most desirable outcome for you?
VB: Thatβs a good question, βwhat would a long-term desirable outcome be for Ethereum?β I guess aside from βare people using Ethereum,β there is also the question of βhow are people using ethereum,β and βare people actually getting benefits from stuff being on the blockchain instead of stuff being done in some other way?β
For example, thereβs a lot of projects that started off making kind of private blockchains, and that stuff basically just turned into basically creating centralized systems that might have like. A couple of extra signatures and a couple of extra hashes at a few places, but users never actually see and never actually really get any real security, or autonomy, or privacy, or any kind of benefit from that.
Once Ethereum becomes mainstream, then I personally will definitely start caring much of less about βis 30% of the world on Ethereum, or β10% of the world on ethereumβ, and much more [on] what actual value Ethereum [is bringing] through these applications?
And that is something that I think is definitely really important to think about now. The bigger Ethereum gets, the more important it becomes to keep thinking about that issue.
Ethereumβs end-game
CR: So for you, the most desirable outcome for Ethereum comes not through looking at the amount of people or the percentage of the world thatβs using Ethereum, but what they are using it for. What would you want to see people using Ethereum for?
VB: Some of the things that I think people are using Ethereum for alreadyβ¦ are valuable. One is obviously just a currency use-case, I think a lot of people do have needs that are just paying people, moving money between countries, savings, and while just ETH by itself provides a lot of that, thereβs obviously a lot of people who donβt want to handle that much volatility, so stablecoins β whether itβs things like USDC or whether itβs the more decentralized ones like DAI and RAI. I think they provide a lot of that for people already. So thatβs one.
Another would be DAOs. DAOs are being used to pool capital together to do interesting and meaningful things. CityDAO was one of my favorites, a DAO thatβs actually trying to go through the Wyoming DAO law legally own and govern a new city. There is VitaDAO, which is funding life-extension research. I guess the one that kind of got big [recently] was AssangeDAO β that was funding legal defense for Julian Assange, and it looks itβs been getting a lot of money so it might even end up branching out beyond that, it depends what the community decides itβs going to be.
ConstitutionDAO I think was an interesting experiment, [but] I donβt think you know there is much direct social value that comes out of literally just owning a piece of the constitution, but just as a demonstration of βhey, the crypto community can get out there and basically outcompete wall street moguls and win and own big and important thingsβ β I think it was valuable as a demonstration and I think hopefully can give momentum to things like CityDAO and all these other experiments that could be really interesting.
I definitely want to see more DAOs of different kinds and DAOs being used to help people do things that they would not otherwise be able to do.
Prediction markets β Iβve been a fan of prediction markets for a long time, the idea of using economic incentives to encourage people to make predictions that are as accurate as they can.
One of the big problems right now with just listening to the media as it exists today is that people have these pressuresβ¦ to make these really confident statements that make them sound like this really impressive alpha-reporter that knows their stuff, but when six weeks later it turns out to be complete bullshit people donβt really remember. And prediction markets, I think, are one really valuable experiment in seeing [if we can] create something better and create a tool to help people understand whatβs more likely and less likely to happen in the future, that is more likely to give numbers that are actually sane and just not completely crazy.
Ethereum Name Services (ENS), I have always been a fan of. The concept of having names that are not owned by any one company, whether itβs a traditional DNS system or whether itβs Google or Facebook or any existing company, a name that you can actually own and trust that it is going to be yours and it doesnβt depend on any authorities to be able to continue to exist β I think itβs obviously been finding a lot of use within the Ethereum ecosystem.
I mean, if someone wants to send me ETH for whatever reason, which you I donβt totally donβt need anymore of, but if people wanted to, then they could just type in Vitalik.ETH in their Ethereum wallet and it would just resolve to my address automatically. Thatβs powerful and thatβs really useful, but itβs also useful in a lot of other cases right. Thereβs chat applications where that just is what your username is, thereβs a bunch more things that.
Sign-In With Ethereum, this movement thatβs been growing in the last half year. Being able to use your Ethereum account to log into things as your kind of web identity, directly competing with Google identity and Twitter Identity and Facebook Identity. I think Sign-In With Ethereum is a really powerful tool because of how it composes with a lot of other things. When people use sign-in with Google for example, theyβre often not just looking for βis this the same account that signed into this account [and] created this profile the first time rightβ β often theyβre looking for anti-spam, they donβt want people to be able to make 100,000 accounts and use them to make fake post fake posts or fake uploads for a whole bunch of things. And Google have this very weak form of KYC right, so you can get two or five accounts, but itβs hard to get 100,000 accounts.
That is something that the Ethereum ecosystem can provide as well, 100,000 accounts that have an ENS name [β] thatβs just really expensive to do. Itβs hard to get 100,000 proof-of-humanity profiles, itβs hard to get 100,000 Proof-Of-Attendance Protocol tokensβ¦
I just think the Sign-In With Ethereum thing is a good example of how all of the different applications can start really start coming together and building on top of each other β so I think thatβs really good and valuable too.
Some of the privacy-preserving decentralized voting stuff, the CLR funds would be one example, thereβs a bunch of these quiet experiments. So far, they havenβt really gotten too far, but I think itβs also a great use-case of blockchains combined with some of the unique privacy-preserving Zerko-Knowledge stuff to basically make better governance tools.
So thereβs this big list of what I think are actually interesting things that are happening more and more in Ethereum. And if we had even more ability for people to just to use cryptocurrency internationally, or use DAOs to organize β whether itβs businesses, or whether itβs new cities, or local projects, whether itβs a nonprofit, or not nonprofits, or activism, or funding scientific research, or whatever else β I think that would be really amazing to have.
The other one I think I didnβt mention, itβs this really interesting double-edged sword β is NFTs. Itβs fascinating how they both end up funding completely crazy stuff and creating these embarrassing multimillion dollar splats on the internet, but also NFTs have funded a lot of really important things β they funded science research, they funded activism, they funded artists, they funded writers, and I think all of that stuff is really important too.
I think those kinds of things are growing, and I think being able to create applications that are actually meaningful and valuable [but] also that have that factor of getting degens excited, is something that would be really cool to see more of and I hope somehow the Ethereum ecosystem can figure more of that stuff out.
Why decentralization is critical to Ethereum
CR: Itβs very notable that all the things that you mentioned are actually already happening on Ethereum because we could have had this conversation back in 2017 when there was and a lot of activity on Ethereum and a lot of speculation, but a lot of it was just speculation β fundraising is a use-case but that was pretty much it.
But now you mentioned all these things, a currency with cross-border transfers, remittances with stablecoins, DAOs, prediction markets, ENS, sign-ins, NFTs β all these things are actually happening. Even if some are smaller and just getting started, itβs very encouraging to see all these use cases actually working at the moment.
So to have all of this activity on Ethereum, going back to the previous questions [concerning] everything that needs to happen for Ethereum to scale and support all of this wild demand for block space to support all of these use-cases β someone might think βwhy not just increase ethereum block sizeβ¦ and instantly scale it?β
To summarize that thought, why does decentralization matter? I wanted to connect this question with your recent trip to Argentina β you mentioned there has been a lot of increased adoption of crypto in Argentina, but I heard you say in an interviewβ¦ that a lot of it is happening on centralized exchanges.
So why is decentralization important? And how do you balance the fact for builders and people inside the space β for many of us itβs clear why β but for the end-user, it sometimes isnβt?
VB: I think decentralization is one of those things thatβs difficult to understand why itβs important until suddenly it becomes really obvious why itβs important.
The most important thing is just being able to build on a platform and an ecosystem where you know itβs not just going to go in some completely different direction that breaks everything that you were trying to build on top of it just because itβs in some small groups or group of peopleβs interests. Or even just because some group of people get lazy and decide to stop maintaining something that they were maintaining.
So decentralization being about long term stability is something that I think is really important, especially decentralization as a long-term stability even in the face of often very strong incentives. So thereβs a lot of examples of people building on top of Twitter or Facebook and they built entire businesses around the APIs of these companies, and then suddenly the companies themselves decided [to] shut down those APIs.. for whateverβ¦ reason. And these peopleβs lifeβs work just ends up being completely destroyed. And even if that doesnβt happen, then when these things become very single these single central points of failure, then often there end up being these other forces that end up leaning on them.
And one of the challenges when you start having lots of these centralized intermediaries is that thereβs a lot of people in the world who want lots of different kinds of groups of people to not be able to transact, not be able to live regular economic lives. And this group of people is much larger than any group of people that would dare write a law write making it illegal, the set of things that are censored is much much bigger than the set of things thatβs illegal. Thereβs a lot of very legal industries β whether itβs political activism, or sex the industry, or psychedelics β that end up getting targeted often through these very non-transparent and very non-democratic channels where they just lean on a couple of people that are high up in the middle of some payment processorβ¦ Often centralized companies will just decide to not serve entire countries because they just decide that entire country is too much of a money laundering risk or whatever, and thatβs something that ends up hurting and excluding often hundreds of millions of people. I mean, I was born in one of these countries that gets discriminated against in this way quite a bit.
So if youβre on a decentralized system, then you know that youβre not going to be singled out in that way just because of either who you are, or just because who you are ends up vaguely falling [into] a category that someone somewhere decided that they donβt like. So I think creating this kind of counter pressure against what I think would very easily emerge if everything [were] dependent on centralization β where thereβs like five different people in between every transaction and if you just lean on any one of the give hard enough, then people can just lose their ability to transaction β is something thatβs important.
And even in the absence of that kind of pressure. I think just creating things where you know that they will keep existing in the same form five years from now is something that a lot of people just underrate and that I think is really valuableβ¦ I think the Internet Archive makes life a lot a lot easier for people because sometimes someone wrote something, and then that thing that someone wrote becomes really important, and everyone starts building on top of it. And then, for whatever reasonβ it could even be that their hosting provider just went out of business, or some totally stupid reason β that page is not accessible a good ten or fifteen years in the future.
And often the links break, which is really sad, and I think more decentralization, not necessarily blockchains but things like IPFS, could actually fix. But you have the Internet Archive and at least you can go and find something that existed ten or fifteen years ago, But where is the Internet Archive for programs? What if I want to build some financial thing, and I want to build my financial thing on top of Uniswap because my financial thing needs just some ability to trade tokens around, then I would feel much easier if I knew that Uniswap would actually exist five years from now or 10 years from now. Because otherwise, for every single dependency that I add, Iβm basically taking on the responsibility that ;oh they might decide to change or disappear and then Iβll have to scramble and figure out some new thing to go and replace it with. So that is something that I think is important for applications β itβs definitely important for applications that are building on top of other applications.
So, to summarize, there are different reasons why I think decentralization can be important for different people, and I do think that all of them are valuable. I think decentralization is more valuable the closer you are to doing something where you really need to be sure that the thing that youβre doing will continue to be possible to do two years or five years from now. If itβs the sort of thing where youβre just doing some one-time thing, if it stops working you can switch to doing a different thing tomorrow then you donβt actually necessarily need much decentralization β maybe you just need competition. And you could say competition is actually a kind of decentralization.
But on the other hand, if you are doing something you need to commit to for a long time, itβs better. Especially if you know that itβs the sort of thing where powerful interests might want it to not exist, then decentralization is useful for you. But also if youβre doing something across a large community, where itβs difficult for you to agree on exactly which centralized app authorities should be trusted β thatβs a place where decentralization becomes more and more important.
Does everybody need decentralization?
CR: So you mentioned all of these reasons why decentralization is important, of course for communities and groups of people in repressed or censored societies itβs super important for developers or builders who need to be sure that their rules arenβt going to be changed in the future, or that their application can keep running forever β thatβs super important. But do you think thereβs a set of people or applications that simply donβt need decentralization? Because right now, I think thereβs just this push toβ¦ ring every application of the internet on top of blockchainsβ¦ Do you think thatβs necessary?
VB: Thereβs definitely lots of applications that donβt need decentralization. There are also a lot of applications that I think could use partial decentralization, but probably donβt need a very purist approach of βno servers, βwe do everything on IPFS and on-chainβ.
So social media might even be a good example of that. I think there could be a lot of benefit from creating some kind of social media ecosystem where if I make a post, then that postβs ongoing existence does not depend on one single company deciding that it should continue existing, and the post and the hash of that post just lives on its own, and other people can link to it, other people can like it, other people can retweet it,and you would have these different and often centralized algorithms and interfaces for interacting with that content. But because they donβt kind of control the content to the same extent, it would be easier to move between them β I think that vision is valuable. But to get the value, you donβt really need to go to 100% decentralization β there is a lot of value that you can gain from 20% decentralization or 40% decentralization, I think thatβs totally fine.
Another example might be websites for booking flights, because the thing that youβre ultimately buying is still a centralized thing β itβs a promise from a particular company to give you a seat. If one of the platforms for doing this breaks or decides to censor you, you can just go on the three or four other ones anyway, and thereβs even more than three of four of them at this point. So things that β when youβre just interacting with something kind of one-time β then often decentralization is not really needed. Ifβ¦ the things that youβre doing kind of follow along very established patterns that are very similar to what plenty of other people are doing, and that has a lot of mainstream support, and your entire life is that β then you might not benefit from decentralization that much.
But even there, you could make the case that you should get an ENS name and start setting up your profile just in case thatβs something you want in the future, or that you should put at least a couple percent of your money in cryptocurrency just in case something happens to your to your local fiat currency. But thereβs definitely a lot of people that donβt really haveβ¦ this large value that they get from blockchainifying their lives. And then thereβs other people [who are ignorant] to blockchainβ¦ and I think thereβs [also] an entire spectrum in the middle.
CR: Do you think thereβs a case to be made for blockchain and web3 to be used not because of its censorship-resistance properties, but just because itβs better [and] easier. For exampleβ¦ interacting with DeFi applications β for me, thatβs just better than having to have a password and email and you log-in code for every different web 2.0 application. I could see having this integrated value layer on the internet being better than having this kind of separate financial system that is also segmented by geography β and thatβs a lot clunkier than to transact online in a way thatβs not natively online.
So do you think thereβs a case to be made that maybe web3 is just better, even if some people donβt require the decentralization aspect?
VB: Yeah. I think for international money transfer, crypto is often already better than the banking system. I actually even had to deal with this fairly recently [while] trying to send money to a friend who had a bank account with one of the smaller banks that you canβt easily route things directly to, and so we have to use some corresponding banking thing. I ended up figuring out how to make a banking transfer so it would get there from my Singapore bank account, but it was really complicated β when I did it I wasnβt even sure that I was doing it correctly, and it ended up taking something two weeks to arrive, and that entire process was fairly stressful. So I basically told them βhey, can you please set up a channel to accept at least USDC or DAI or [another stablecoin]β.
For me personally, even just as someone who donates to charities quite a bit for example, crypto is a vastly better channel than anything in the banking system, despite [charities] having no need for censorship-resistance.
You could obviously argue that in some ways itβs still benefiting from censorship-resistance indirectly because traditional finance just inherently relies on all of these different intermediaries. that are based in different countries, and that adds some inherent friction β and just the way that crypto works is much more based around ignoring all of that, and gets efficiencies that are really valuable even just for these fairly simple and boring use-cases.
I guess thereβs a lot of use cases that arenβt so much being actively discriminated against by the financial system as much as theyβre just not being served because [these] systems are complicated and hard to fix it from within the context of the existing system, and thereβs not much of an incentive to do it.
For accounts and web3, I think Iβm definitely very bullish on the Sign-In With Ethereum thing. I actually think that accounts are this one centralized thing where there is this theoretical argument that people make that βusers are not very good at maintaining their own passwordsββ¦ or βtheir passwords are going to get stolen,β so you need the friendly big brother to be able to recover your account if anything goes wrong. And this is the sort of standard argument for why Google and Facebook accounts and all of these things have their value.
But the problem with this theoretical argument is that it doesnβt actually match a lot of peopleβs life experience β even right now, for me, two days ago my Amazon accounts just got suspended because their AI suspected fraud of some kind when I was just trying to buy a new phone. And I just donβt really have a good way of getting it back and thatβs been inconvenient for me. Iβve known friends who just lose their Google accounts, forget their password, and they contact support and they just canβt get it recovered at all. So these kind of friendly big brothers that are supposed to help you recover everything, theyβre surprisingly negligent a lot of the time.
I think Sign-In With Ethereum plus better wallet technologies, so things like social recovery wallets, could create a much better product for a lot of people. That would also be one good example ofβ¦ partial decentralization β you could still have centralized accounts with centralized websites, but you can use your Ethereum account to sign-in. I think thatβs also definitely a really valuable use case.
I definitely do think that things like Sign-In With Ethereum are going to be especially valuable to people who are having a hard time getting a phone number for whatever reason. And a lot of these [centralized] systems [do not work as expected] β sometimes these phone number verifiers work well in the big mainstream countries, but they end up not working well at all in the smaller countries that people forget to think about, so I do think that if youβre the sort of person that depends on censorship-resistance or depends on this kind of global accessibility that comes from decentralization, then itβs even more valuable. But it is one of those things that definitely has at least some value for everyone.
CR: I agree. So increased adoption for crypto is coming from grassroots communities and from the private sector you saw in Argentina and weβre seeing in even The United States. And in other countries, itβs coming from more of the top-down β El Salvador are adopting bitcoin as legal tender, other countries are evaluating whether to issue CBDC.
So where do you think the biggest wave of crypto adoption will come from in the future? Will it come from these grassroots adoptions and private sector, or from top-down governments adopting crypto for their own national currencies? How do these two things interact?
VB: Iβm definitely expecting the grassroots stuff to be more effective. I think we have even seen this year things like the .eth names for example, that just kind of spread out all the way across Twitter and thereβs plenty of people who have those names. NFTs have [also] spread very widely all on their own.
So I think blockchain applications that just find that niche and find that way of both having value and being able to really express and present that value to a lot of people can very easily break out.
And I could easily see that happening in more cases. I could even see Sign-In With Ethereum, for example, helping to lead this big wave of Ethereum as an identity taking off and being used much more.
[In] cryptocurrencyβ¦ I donβt really necessarily think we need big coordinated efforts. I think when people find it valuable, theyβll find a way to use it, and itβs going to just keep growing organically over time. I do think that there can be a value in coordinated efforts, like the kind that create a local district where all the shops accept Bitcoin, or Ether, or whatever else. And thatβs valuable as a community thing, saying βhey this district is kind of now a crypto-heavy district so people that are enthusiastic about crypto things β weβd all move there and that could create these interesting networks. I do think things that can actually be valuable, itβs kind of like creating a city but itβs a much lighter version of that. But thereβs no other ways of doing that as well, and I hope we yeah experiment with all the approaches.
The whole crypto-gaming thing is another one thatβs trying to find itβs a niche, and there is a big chance it just breaks out into something fairly successful at some point soon β [Iβve seen] hundreds of different models, and any one of them could be really successful.
I think the big challenge with institutional adoption β I guess the value that institutional adoption can provide is that it can really reduce friction and make it easier for organic adoption to happen. But institutional adoption by itself, when there isnβt an organic will, I think is something that can just kind of very easily kind of just sputter out and stall. Thereβs a lot of cases of these big companies that started accepting crypto for payments with a lot of fanfare, and then a couple years later they realized βwait,we have like 45 customers that actually use that option.β So I think itβs different in different cases.
In the case of countries like El Salvador just making it outright mandatory, thatβs definitely something where Iβm more definitely more skeptical and more concerned β because when youβ¦ start forcing people to accept it, then youβre pushing a technology on people who donβt really care much about it, and they basically are not even given the option to kind of pass by it and not really care. So exposing people in that way in large numbers to something that they donβt understand β thereβs just so many ways in which that can end up going wrong, and that can end up just leading to people losing money, or getting scammed, or even just getting disillusioned. People end up even thinking that cryptocurrency equals this thing that these nasty right-wing people want to push, or this thing that these nasty whatever political tribe that is running a country that wants to push wants β so it could even end up having some negative effects on adoption in the long term.
But there are good things that can happen too, I think Wyomingβs DAO law is an excellent example of government-level crypto supportiveness. They just created this law that allows DAOs to be incorporated entities and legally own stuff, thereβs lots of people that are building on top of that β CityDAO is building on top of that, a lot of projects are building on top of that β so that is definitely an example of a good model that I would hope for people to be following mor.
Miamiβ¦ is interestingβ¦ It definitely really helps that they have Francis Suarez, a mayor who is really enthusiastic about being tech positive and pushing all of those things forward there. And thereβs MiamiCoin, and then thereβs more and more of these vocal crypto things happening, so it would definitely be lovely to see if any of those experiments end up turning out.
So I think thereβs great ways for institutions to have a mutually beneficial relationship with the crypto space. Thereβs good ways, thereβs okay ways, and then there are also ways that do risk being really counterproductive.
CR: I think thatβs a really fair take. So genuine adoption comes from grassroots individuals, groups of people, and communities wanting to use crypto. And then institutions can help that by encouraging it, establishing the infrastructure, or investing in startups, or just making a regulatory framework that encourages innovation. So institutions can help these grassroots adoptions by just helping it thrive, but then thereβs the wrong way to do it β which is pushing crypto on people.
The looming threat of heavy-handed crypto regulation
CR: Related to this, I wanted to get your thoughts on the U.S.regulatory environment around crypto⦠It seems that recently, the approach to crypto has been a bit more negative, or skeptical, or aggressive by many of the U.S. lawmakers and politicians. So if the U.S wanted to really crack down and limit the growth of crypto, do you think they could be able to limit its impact, and force it to be this very niche thing? Or do you think that crypto is strong enough and decentralized enough that even if the U.S took this very hard approach on crypto, it could still evolve to become mainstream elsewhere?
VB: I think if the U.S. takes a very hard line approach, it would definitely be difficult for a lot of very important crypto things to be done in the U.S. um, but it will definitely still continue in full force.
Outside of the U.S. I think a world where lots of countries ban crypto and try really hard to ban crypto is definitely a world in which itβs much harder for crypto, and especially if good things are being built on top of crypto and attempts to stay connected to the existing world prosper. I think one of the tragedies that the current regulatory status quo risks falling into, is this problem that you might call anarcho-tyranny.
So anarcho-tyranny is this kind of.political buzzword that people have been using β I forget exactly who coined it β itβs been around for 50 years. But itβs basically the idea of this state of government that is basically like an anarchy in the bad sense toward people who are doing bad stuff, but then itβs a tyranny toward people who are trying to do meaningful stuff.
Sometimes San Francisco even gets described in this way β itβs very tolerant toward even people who are trying to steal things from stores to the point where they often have to put everything behind locks and even close their hours. But then, if you want to open a new restaurant, good luck going through $100,000 of permits. And thatβs backwards, right? We want the robbers, not the restaurants, to have to go through hundreds of thousands of dollars in permits, and hopefully the robbers never get them.
The analog in the crypto space is, if we look at just fundraising for example β the problem there is that what happens a lot of the time is that we have projects where in order to comply with securities laws, those projects end up explicitly saying βthis is a token that has no value. We are not connected to it in any way, we make no promises, and if youβre buying it youβre basically giving us a donation.β So the legal structure that bans basically this large category of things without going through this registration process thatβs basically not realistically possible for crypto projects, ends up pushing a lot of projects into these alternative structures where they end up either basically not being open to the public at all, and only being open to this severely limited set of investors β and basically you have this situation where the rich people get in at the front, and then the thing opens up to the public, and the public can only buy in when itβs at an all-time high, and so the public are ones that get fleeced anyway, but just a bit later. Or they create these structures where basically the public, instead of buying into something where they have actual kind of assurances of something, theyβre basically buying it to something where they have no assurances at all except the developersβ goodwill.
So people like Uniswap in these very well-meaning DeFi projects are getting subpoenas and have spent huge amounts of money on lawyers, but then we have outright criminals that are stealing millions of dollars that are just roaming free. And I feel that if it was the opposite β if the DeFi projects did not have to deal with so much of this regulatory stuff, but at the same time there was more work going into going after all these multimillion dollar thefts β that would be a world that is better for everyone.
But the challenge is that the reason why anarcho-tyrannies happen, is that theyβre just easy. Because if you want to do something meaningful, then in some sense you have to make yourself vulnerable β you have to have a presence, you have to do things that require long-term plans, you have to have a team β and so doing meaningful and valuable things makes you more vulnerable than just doing totally destructive things.
Basically, the trap thatβs often very easy to fall into, is a trap thatβs kind of harder against the first thing, than against the second thing, and that is, I think, a real risk that I do see a lot of regulatory regimes falling into β [the trap] of creating more barriers in the face of meaningful things.
And then in the face of things such as these thefts and scams that realistically nobody wants to see existingβ¦ I think that there just is a need to create and agree on some kind of structures that satisfy just enough of regulatorsβ concerns, and that the crypto community is willing to participate in so there actually can be a better alternative. And this is a hard problem β the reason why it hasnβt been solved yet I think is that itβs a hard problem, butI do think itβs something thatβs worth more people thinking about and looking into.
CR: One-hundred percent. Itβs so ironic because regulators criticize crypto for being a wild west β but itβs because they are making it a wild west. Theyβre just refusing to properly regulate it, and by not addressing the problem and not creating any structure around it, projects are kind of left with having to do these weird structures where theyβre guessing what a security looks like but nobody has ever told them. So they do these things like you were saying β not give their investors proper ownership because it looks a security, and [say]ing these things like βoh maybe itβs attached to future revenue but not reallyβ β and it just leaves everyone unprotected, so I donβt know what the outlook is.
I donβt know if you agree, but itβs a bit bleak because it seems thereβs no way forward β nobody is giving any guidance that we might ever come out of this situation, at least in the U.S.
VB: One answer might be that places other than the U.S. might actually be kind of easier to influence and easier to suggest and actually try approaches that manage to be better for everyone. So the only way to convince is through successful demonstration β that might actually be one of the answers.
I guess, given that both of us have substantial [backgrounds] outside the U.S, weβre definitely in a better position to look at those options than [some] β a lot of the loudest voices in crypto are people who have basically spent their entire lives in the U.S. and donβt really think much about anything outside of it.
Either you are convinced through words, or you are convinced through demonstration, I guess. But the way that you would convince through words that would actually work at this point, is basically suggesting some new alternative enough people find reasonable enough that it succeeds, and it kind of moves the needle forward.
It also doesnβt have to be a federal-level thing, maybe there is something that could be done at a state level. As I mentioned, the way that Wyoming had created the DAO lawβ¦ As far as I can tell I donβt think it has enabled any bad stuff that would not have existed otherwise, but it has enabled plenty of meaningful stuff β as I mentioned, CityDAO being a good example of this, and I feel there is definitely going to be plenty of other examples of that.
So maybe this is just a problem that we need kind of more minds to be focusing on and looking into.
Vitalik fires back at Avalanche on L2 scaling
CR: So Iβve recorded interviews with other guests recently, and I wanted to hear your opinions on some of the arguments they made β arguments that are somewhat against how Ethereum is is doing things.
One of these guests was Emin GΓΌn Sirer of Avalanche, and he had this very incendiary argument saying that βany Layer 1 blockchain that relies on Layer 2 scaling solutions has given up.β His argument is that relying on Layer 2s drastically reduces security, increases complexity, and he argues that blockchains should be able to scale from their core mainnet layer.
VB: To me, that sounds like any country that relies on companies to provide any of peopleβs basic needs has given up, right? To us, thatβs a statement that sounds unrealistic β I mean, obviously there are a few communists that probably believe it very sincerely β but we see how itβs not true.
Layer 2s are part of the greater ecosystem of a Layer 1, and I think that ecosystems [are] symbiotic with other ecosystems⦠I think the Arbitrum ecosystem is part of the Ethereum ecosystem, the StarkNet ecosystem is part of the Ethereum ecosystem, the Optimism ecosystem is part of the Ethereum ecosystem, and same with the Loopring ecosystem, and Polygon.
I think thereβs nothing wrong with relying on this kind of beneficial interaction between different parts and the whole, and I even think that there are important benefits that can come from it. For example, the Ethereum Foundation historically β business development is historically not one of its strengths, and you could argue that part of it is a genuine desire to maintain you know neutrality and purity and other important things, but part of it is probably alos us not having certain kinds of talent.
For example, Polygon actually do have business developments, and they have been pretty successful recently at that. And itβs not just them, there are plenty of other Layer 2 projects as well.
So I think thereβs nothing wrong with scaling through Layer 2. We need to stop looking at chains as chains, and need to start looking at them as ecosystems, and different parts of an ecosystem definitely can provide important tools and compliment each other really well. And I think thatβs perfectly healthy and perfectly fine.
CR:Do you think thatβs secure way to move forward and to build?
VB: Thereβs no technical reason that makes anything about layer 2s not secure. Technically, the logic for how they work β whether itβs rollups or even whether itβs the lighting network β that stuff has been understood and around for many years.
So I donβt really see safety risks from Layer 2 scaling that donβt exist in Layer 1 scaling. I actually think layer 2 scaling is better for experimentation because you can roll out different approaches to scaling in parallel, and you donβt really need to put all of your eggs into one basket to the same extent. So yeah, I donβt think thatβs an issue.
CR: Okay, I guess maybe usability is the issue at the moment with Layer 2s?
VB: Yeah, I think thatβs a real issue. I think thereβs definitely more that we can do to improve it. I think thereβs more that we can do to improve peopleβs ability to say move assets between different Layer 2s. Thereβs more that we can do to improve peopleβs ability to move between the different Layer 2s safely. I think thereβs a big difference between say being on Loopring or Arbitrum, and being on Avalanche.
[With] Avalanche, youβre bridging into a separate Layer 1, whereas with Arbitrum, youβre basically moving onto a platform that actually is secured by the underlying blockchain. Right now, Metamask and the other browsers donβt really [do] a good job of making that distinction clear to users, and I think itβs important to make that distinction clear to usersβ¦
Thereβs definitely a lot more usability work that can be done. Both on just plain old regular usability of the ecosystem to make it easier for people to just understand the concept of hopping between chains and what happens when they hop between chains, but also the usabilityβ¦ and making it clearer to users whatβs going on β and in what cases are they actually safe and in what cases are they not safe, but these are all things that lots of people are working on.
The security failings of a cross-chain world
CR: So this is very much related to a post you recently wrote [where] you said βthe future will be multi-chain, but not a cross-chain.β
You said that there are fundamental security limits to bridges between chains. As you were explaining, you donβt think thereβs security compromises on moving between Ethereum and Layer 2, but there is on moving between Ethereum on and other chains. And I guess you were proven right recently with the hack to the wormhole bridge β that happened a few days after you posted that so it was like βoh, Vitalik was right.β
But it makes sense that itβs a lot riskier to live in this cross-chain world. But if thatβs the case, and the future is living on these Layer 1s, and there are Layer 2 scalability solutions, and maybe there are different communities using different blockchains β do we lose out on this key feature of blockchain and crypto [in] composability? And wouldnβt we go back to just another set of walled gardens?
VB: I think bridges will continue to exist. As I think I mentioned in my post, one of the conclusions of this thinking is that thereβs this kind of anti-network effect to bridge security where bridges become less safe if lots of people are using them, but that also means that they become very safe if not that many people are using them.
So there will still be some use of them. Even if there arenβt any bridges, there will still be decentralized exchanges, soβ¦ itβs not going to be thatβ¦ there are these walled gardens and you canβt move things between them at all. You will be able to have your Solana coins on Solana, and then youβll be able to decentral[ly] trade them into Ether on Ethereum, and then trade that into Bitcoin on the Bitcoin network β the tools for doing that are getting more efficient and I think theyβll only continue to get more efficient.
So it definitely still will continue to be possible to be someone who is a multi-blockchain hopping person where you have to do some of your stuff on some ecosystems and some of your other things on other ecosystems and you just kind of hop between them as you need to.
The only thing that we will not see much of is Ethereum-native assets being on applications on Solana or vice-versa β but I donβt even necessarily think that we need to.
If your application uses Ethereum-native assets then it can be on Ethereum, but if your application uses a lot of Solana-native assets they can be on Solana. And if people want to borrow both, then they can just use an application that does both on both sides. I think [what] we lose from that kind of interoperability, versus maximum interoperability where every asset can just be be teleported everywhere, is not actually that high. And the reduction in tail risk and systemic risk to the ecosystem is definitely pretty significant.
I think one way to think about the analogy would be one way to do walled garden would be if you take Twitter and Facebook um, and then you make it possible for people to have pieces of content that points to pieces of content that were created by other platforms. But then another kind of interoperability might be if Facebook gains the ability to have an API call where you can just make retweets, and you can see how that second one is more dangerous than the first.
In the case of cryptocurrency, thereβs a difference between messages and assets. Once you start moving assets over, then you get this kind of higher level of trust that doesnβt that you would otherwise not be getting.
This is a really complicated, fun, technical rabbit hole. Lots of lots of things in crypto are these technical rabbit holes where its not easy to make one single conclusion where we can say βyay, one wordβ and βboo, another wordβ β it really depends on the case.
You will still be able to interoperate and you can interoperate in a lot of ways, but this one particular thing of jumping assets around is something that is always going to have this inevitable risk-premium attached, I guess is the conclusion.
Ethereum versus Bitcoin
CR: Yeah makes sense. So the other guest I had on that I wanted to get your thoughts was Edan Yago β who is building a DeFi application on top of Bitcoin. Heβ¦ thinks that Bitcoin is the only legitimate layer for decentralized applications on web 3 to be built on because it is the most trustworthy blockchain, its the most decentralized, itβs the most secure. So, to him, if weβre going to be rebuilding the financial system, it should be on top of the most secure blockchain β and if he were to build his application on Ethereum, he would be using an unreliable foundation. And I think this kind of echoes a lot of bitcoin maximalist views.
VB: I guess I have two ways of replying to that. One is a little bit more troll[ish] and the other one is meaningful.
The troll[ish] one is that this year, Ethereum is switching to proof-of-stake, and proof-of-stake is better and more secure. So, after The Merge, Ethereum will actually be the most-secure base layer. Itβs troll[ish] because Bitcoiners are going to just yell and scream and say βwe disagree with this,β but it is my belief and Iβve written big long pieces about why in a whole bunch of places.
The other, more meaningful answer that I think gets at some interesting differences β this gets to a post that I wrote a couple of years ago called Base Layers and Functionality Escape Velocity. The core idea basically is that itβs not enough for a base layer to be decentralized; the base layer also needs to have the ability to build things on top of it without adding extra centralization in the middle.
So one possible analogy for this would be, imagine if you had a country where that country followed very kind of true libertarian rules about political morality β very strong property rights, if you have a piece of property you can do whatever you want on top of it. But a piece of property is indivisible and the only property lots that exist are property lots that are the size of a city, so the only plots of lands that currently exist and have property rights attached are the size of ten by ten square-kilometers and you canβt split them up. The only thing that you can do is you can make legal contracts that would get enforced by a court system, but even there people might get bankrupt and weird things could happen.
In that kind of world, it looks like the base layer perfectly respects property rights, and it looks like the base layer does everything that someone who cares about that sort of thing would really want. But because the base layer only deals with property in these institutionally large chunks, from the point of view of a person experiencing living inside of this country, they might not actually experience that much freedom.
And the reason why they might not actually experience that much freedom, is because if they want to actually live, they would have to live inside of basically one of possibly a few thousand private cities, and those private cities might have whatever rules that they have, and possibly if the underlying culture is fairly authoritarian and if the culture is fairly conformist, then itβs possible that all of these cities are actually going to be fairly crappy and not do a good job of respecting peopleβs rights.
So the moral is that even if your base layer is decentralized, in this particular case it doesnβt have enough functionalityβ¦ allowing people to actually own their own property and not just basically have relationships with people that own these incredibly big, city-sized chunks of land. Because it doesnβt have that functionality, it turns out that the experienced level of freedom and sovereignty and whatever you want to call it living in this country is actually not very high.
So I think with Bitcoin, itβs kind of similar in that the Bitcoin base chain does not support the complicated scripting β it doesnβt support what we call rich-statefulness, and because of that itβs not possible to create a rollup on top of Bitcoin. The only scaling solution that it can support is the lighting network, you canβt create a rollup on top of Bitcoin, you canβt create a plasma chain on top of Bitcoin, you cannot create complicated smart contracts on top of Bitcoin.
So if, for example, letβs say you take the Ethereum Foundation multisig. The way the Ethereum foundation multisig works is that there are seven participants, and you need four out of seven to move large amounts of money. But any one out of seven can withdraw small amounts of money up to a maximum of a certain amount every day. And the problem is that this βup to a certain amount every dayβ thing β doing that requires being able to remember that you already made a transaction and you already made a transaction of this size.β Thatβs not something that the Bitcoin scripting language is really able to process.
So if you want to build that kind of design on top of Bitcoin, you have to build it on top of a system that exists on top of Bitcoin. But then that system actually has to add its own trust assumption. So if you take Liquid for example, Liquid is a multisig. It basically is a permission-to-consortium blockchain, but itβs run by permissions, people that the Bitcoin community trusts, and so it doesnβt get lumped into the same category as what some of the banks are doing right.
CR:Is Rootstock the same?
BV: I think, in its current form, yes. I believe their long-term vision is that they actually want Bitcoin miners to be able to enforce the connection between Bitcoin and Rootstock, but I actually havenβt checked Rootstock in a while. If you get a Rootstock person on, we would be happy to be corrected by them.
But if they can get miners to agree on enough things to make Rootstock what I would call βtrustlessβ, then they would have essentially turned Bitcoin into something very different from what Bitcoin is today. That basically is like doing a soft fork, which would be an interesting way of upgrading Bitcoin, but we have to call it what it is β which is itβs upgrading Bitcoin, and if you upgrade Bitcoin, then you can give it Functionality Escape Velocity.
So I guess Bitcoin in its current form doesnβt have Functionality Escape Velocity. It definitely does have a lot of genuine decentralization that plenty of chains really donβt have, but it doesnβt have this other thing. So because it doesnβt have this Functionality Escape Velocity, because it doesnβt enough functionality to be able to kind of build whatever Layer 2 you want to do whatever what the Layer 1 doesnβt on top, the the level of self-sovereignty experienced by users ends up being heavily mediated and much less than the level thatβs offered by the chain in theory. And if Bitcoin wants to improve on that, then it has to add functionality. And I do know that there are some people that want to do that, which I think is good, but thatβs the situation where it is today.
CR: Itβs interesting because theyβre building on top of Bitcoin because of all these different features, but to do that they need to build on top of Layer 2s, and they are giving away those features when they do that.
Cancel culture converges on Ethereum?
CR: Before we run out of time, I wanted to get your thoughts on the latest Ethereum crypto-Twitter controversy. There have been different tweets or statements or comments that people have made in the past that were racist or misogynistic or just stuff that other people in Ethereum community disagreed with, and so those statements have been met with those people who made them getting fired or removed from their roles and so on β so basically βcancel-cultureβ coming to Ethereum.
Probably the most notable case happened with someone from ENS, which youβve mentioned. On 2016, he said homosexual acts are evil, transgenderism doesnβt exist, abortion is murder, contraception is perversion β all this stuff that goes against a lot of the values of, I think, many of many people in the Ethereum community. So he lost his role because of saying that.
I think itβs a very tough issue. Iβm one-hundred percent a free speech advocate β I would want everyone to have the right to say whatever without fear of retaliation. But at the same time, I also see the point of people who say βthese are public figures, they are building for a community that wants to be inclusive, and they are saying things against many members of their communities, and theyβre feeling hurt and so on, and theyβre not good representatives of Ethereum or of the apps that theyβre working with.β Where do you stand on this?
VB: Yeah I guess I definitely have some different, complicated, and nuanced opinions on this. I guess one of them is that I think Brantleyβs failing over this last week was definitely not just having opinions that lots of people disagree with. I think his other big failing was that when the whole drama happened, he responded by first having this Twitter Space where he didnβt just double-down on the opinions, but doubled-down on them in a very ham-fisted way β a lot of hiding behind βmy religion tells me to believe this, so I believe this,β and in a way that didnβt really make people feel he understood or engaged with these opposing perspectives.
Ultimately, he is a major delegate, he is a representative of a company, and he is also a delegate within the ENS DAO, and when you have a political role, then it is part of your job to be able to handle controversies well.
So I donβt think you can even claim that he got kicked out because of something thatβs not relevant to him being able to do his job well β I think in some ways it is relevant right. So thatβs one nuanced point.
I guess another nuanced opinionβ¦ that often gets overlooked here is that thereβs this kind of U.S.-centric aspect to the culture that unfortunately gets played up every time things happen. And if you follow these recent de-platforming debates closely one of the things that you find is that the people who are the most strongly against the de-platformings are often foreigners, and are often even foreign dissidents that are escaping from cancel-cultures that are shall we say intense than even things that the U.S. has.
So Alexei Navalny, the Russian dissident who has um unfortunately been languishing in that prison for the last year or so, he was one of the strongest opponents of Donald Trump being kicked out of Twitter about a year ago right because ultimately precedents do matter, and when you do something you are legitimizing that action being done in general, including that action being done in the long term Alexei Navalny often by other people who you donβt like and you canβt control.
That is something that I think people need to constantly have their attention to and also be concerned about. And just from my own personal observation, Iβve seen Latin American Ethereum community member, there were Chinese Ethereum community members that had definitely not a knee-jerk hostile perspectives to what happens, but definitely perspectives of like βoff, we need to be careful about this.β
So when things like this are done, itβs important that they are done in a way that clearly signals what actually is being done, what are the values behind whatβs being done, and why this doesnβt set a precedent that, say for example, in the future, like the ENS DAO might make a protocol change that would take away the .eth name of someone that they decide has bad opinionsβ¦
Very few people want ENS to go in that direction β I certainly donβt want ENS to go in that direction β but that needs to be clearly communicated, why what was done this week is not the first stepping stone to doing something like that. And I believe that can be clearly communicated, but it has to be. So thatβs, I guess, nuanced opinion number two.
Nuanced opinion number three is I personally favor at least having 14-day cooldowns before anyone is fired because of a scandal. I personally would love it if that was a general social rule that everyone had, numbers even higher than 14 would be even better.
And yes that does mean that thereβs going to be people that are very uncomfortable that will just have to sit on their discomfort for a while. But at the same time, I think sitting on the discomfort and not making knee-jerk decisions is something thatβs very healthy, and thatβsβ¦ a muscle that we need to exercise, and I think that is something that would also be better at clearly communicating to the community that what was done was the result of a kind of a well-considered deliberation β and not βoh, the cultural revolution is coming to Ethereum nowβ or whatever.
But nuanced opinion number four is that I think one of the beauties of the ethereum community is that it is this diverse, and it has these different subcommunities, [but] Ethereum is not any one of its subcommunities. I think that does give permission for subcommunities to be more opinionated.
There have been people that have been βquoteβ canceled from some Etherum subcommunities that do continue to prosper in other Ethereum subcommunities. Ameen might be one good example of that, thereβs plenty of woke and social justice-leaning people that have various reasons to dislike him. But at the same time, heβs got RAI, thereβs The Money God, and Moloch DAO β all of these projects. Thereβs plenty of people who are happy with him being him, and he continues to prosper in that way.
So I think itβs important to not over-catastrophize and overinterpret an Ethereum subcommunity acting in a particular way [and think] βoh, these are the values of Ethereum now.β Ethereum is big, and Ethereum values are big, and I donβt think either myself or any Ethereum subcommunity really have the right to define what all of Ethereum stands for, I think itβs healthier that that is the case. But also it doesβ¦ mean that we should be careful to protect the Ethereum base layer from falling into controversies like this.
For example, sometimes people argue in favor of the idea [we] should print more ETH in order to fund some base layer public goods at the protocol layer. This is actually one good argument against, do we really want the entire ethereum community ending up⦠basically being forced to create this kind of big collective social signal that Ethereum stands in one direction or another direction on just some issue that ends up being totally globally controversial.
I think a lot of people do come to Ethereum as a refuge from whatever their local political issues are. The world is a big place and thereβs plenty of cases in which seeking refuge from your local political issues is a totally legitimate thing that should that should totally not be denigrated, and Ethereum turning into just a reflection ofβ¦ this one very particular slice of the world that cares about some particular issues and not other issues is definitely something that could also limit its potential.
So, yeah, I donβt know β this is unfortunate. Iβm not going to wave the βfree-Brantleyβ flag or the βget rid of Brantleyβ or the βletβs go Brantleyβ, or whatever flags. Unfortunately, [Iβve] just got complicated perspectives because this whole thing is a complicated space.
CR: Yeah, I agree. Itβs a topic that needs to be treated with nuance β I donβt think there is one straightforward answer to it.
I hate that weβre running out of time, I had so many more questions [but] I actually have to get on a Twitter Space with your mom now, so I donβt want to keep her waiting.
One quick final question to wrap this up. So Iβve been asking each guest what makes them defiant, in-line with the showβs name. So what makes you defiant?
VB: What makes me defiant? Thatβs a good question. I feel I defy lots of things β I defy coin voting governance, I defy a lot of peopleβs desires to take very short term actions that push the crypto space in a direction that looks nice in the short term but isnβt really sustainable.
What else have I defied recently? I guess I defied Avalanche on Twitter yesterday, that was definitely defying.
See this is the other thing, I feel I donβt really stand for one radical thing as much as I just try to think about different issues and whatever my perspective is, thatβs what my perspective is. Itβs almost the more that you canβt predict someoneβs opinions from their other opinions, the more valuable those opinions are. So I definitely try hard to actually think about things separately and not let any of peopleβs existing boxes guide me.
I feel youβre not going to get one thing, but you are going to get a very long list, and if you want to find out what that long list is, then Iβve written and twittered a bunch of stuff for a while and I probably will keep doing that.
CR: Yes, please do! Theyβre the best.
Okay Vitalik, it was so great chatting, I wish we had more time. Hopefully youβll be back on The Defiant podcast some other time and we can continue this conversation. [Itβs] really a pleasure chatting with you β such interesting takes on everything.
Again, appreciate you taking the time, thanks so much, and see you soon!
VB: Thank you too. This has been great.