Shapeshifter

92 posts

Shapeshifter banner
Shapeshifter

Shapeshifter

@shifteddev

The mind behind @shiftfdn (anon for now). Crafting the moment you wake up shifted.

World Se unió Nisan 2025
23 Siguiendo88 Seguidores
Shapeshifter retuiteado
Shapeshifter
Shapeshifter@shifteddev·
@VitalikButerin We need to go back to the original thinking around blockchains as a simple public bulletin board.
English
0
0
1
12
vitalik.eth
vitalik.eth@VitalikButerin·
I was recently at Real World Crypto (that's crypto as in cryptography) and the associated side events, and one thing that struck me was that it was a clarifying experience in terms of understanding *what blockchains are for*. We blockchain people (myself included) often have a tendency to start off from the perspective that we are Ethereum, and therefore we need to go around and find use cases for Ethereum - and generate arguments for why sticking Ethereum into all kinds of places is beneficial. But recently I have been thinking from a different perspective. For a moment, let us forget that we are "the Ethereum community". Rather, we are maintainers of the Ethereum tool, and members of the {CROPS (censorship-resistant, open-source, private, secure) tech | sanctuary tech | non-corposlop tech | d/acc | ...} community. Going in with zero attachment to Ethereum specifically, and entering a context (like RWC) where there are people with in-principle aligned values but no blockchain baggage, can we re-derive from zero in what places Ethereum adds the most value? From attending the events, the first answer that comes up is actually not what you think. It's not smart contracts, it's not even payments. It's what cryptographers call a "public bulletin board". See, lots of cryptographic protocols - including secure online voting, secure software and website version control, certificate revocation... - all require some publicly writable and readable place where people can post blobs of data. This does not require any computation functionality. In fact, it does not directly require money - though it does _indirectly_ require money, because if you want permissionless anti-spam it has to be economic. The only thing it _fundamentally_ requires is data availability. And it just so happened that Ethereum recently did an upgrade (PeerDAS) to increase the amount of data availability it provides by 2.3x, with a path to going another 10-100x higher! Next, payments. Many protocols require payments for many reasons. Some things need to be charged for to reduce spam. Other things because they are services provided by someone who expends resources and needs to be compensated. If you want a permissionless API that does not get spammed to death, you need payments. And Ethereum + ZK payment channels (eg. ethresear.ch/t/zk-api-usage… ) is one of the best payment systems for APIs you can come up with. If you are making a private and secure application (eg. a messenger, or many other things), and you do not want to let people to spam the system by creating a million accounts and then uploading a gigabyte-sized video on each one, you need sybil resistance, and if you care about security and privacy, you really should care about permissionless participation (ie. don't have mandatory phone number dependency). ETH payment as anti-sybil tool is a natural backstop in such use cases. Finally, smart contracts. One major use case is _security deposits_: ETH put into lockboxes that provably get destroyed if a proof is submitted that the owner violated some protocol rule. Another is actually implementing things like ZK payment channels. A third is making it easy to have pointers to "digital objects" that represent some socially defined external entity (not necessarily an RWA!), and for those pointers to interact with each other. *Technically*, for every use case other than use cases handling ETH itself, the smart contracts are "just a convenience": you could just use the chain as a bulletin board, and use ZK-SNARKs to provide the results of any computations over it. But in practice, standardizing such things is hard, and you get the most interoperability if you just take the same mechanism that enables programs to control ETH, and let other digital objects use it too. And from here, we start getting into a huge number of potential applications, including all of the things happening in defi. --- So yes, Ethereum has a lot of value, that you can see from first principles if you take a step back and see it purely as a technical tool: global shared memory. I suspect that a big bottleneck to seeing more of this kind of usage is that the world has not yet updated to the fact that we are no longer in 2020-22, fees are now extremely low, and we have a much stronger scaling roadmap to make sure that they will continue to stay low, even if much higher levels of usage return. Infrastructure for not exposing fee volatility to users is much more mature (eg. one way to do this for many use cases is to just operate a blob publisher). Ethereum blobs as a bulletin board, ETH as an asset and universal-backup means of payment, and Ethereum smart contracts as a shared programming layer, all make total sense as part of a decentralized, private and secure open source software stack. But we should continue to improve the Ethereum protocol and infrastructure so that it's actually effective in all of these situations.
English
411
348
2K
292.3K
Shapeshifter
Shapeshifter@shifteddev·
Vitalik going back to let's view blockchains as a simple bulletin board .... Something that we seemed to have completely forgotten about. With Shift, we did remember that the only thing that you need for a truly P2P system is a public bulletin board. The rest is mostly fluff.
Shapeshifter tweet media
vitalik.eth@VitalikButerin

I was recently at Real World Crypto (that's crypto as in cryptography) and the associated side events, and one thing that struck me was that it was a clarifying experience in terms of understanding *what blockchains are for*. We blockchain people (myself included) often have a tendency to start off from the perspective that we are Ethereum, and therefore we need to go around and find use cases for Ethereum - and generate arguments for why sticking Ethereum into all kinds of places is beneficial. But recently I have been thinking from a different perspective. For a moment, let us forget that we are "the Ethereum community". Rather, we are maintainers of the Ethereum tool, and members of the {CROPS (censorship-resistant, open-source, private, secure) tech | sanctuary tech | non-corposlop tech | d/acc | ...} community. Going in with zero attachment to Ethereum specifically, and entering a context (like RWC) where there are people with in-principle aligned values but no blockchain baggage, can we re-derive from zero in what places Ethereum adds the most value? From attending the events, the first answer that comes up is actually not what you think. It's not smart contracts, it's not even payments. It's what cryptographers call a "public bulletin board". See, lots of cryptographic protocols - including secure online voting, secure software and website version control, certificate revocation... - all require some publicly writable and readable place where people can post blobs of data. This does not require any computation functionality. In fact, it does not directly require money - though it does _indirectly_ require money, because if you want permissionless anti-spam it has to be economic. The only thing it _fundamentally_ requires is data availability. And it just so happened that Ethereum recently did an upgrade (PeerDAS) to increase the amount of data availability it provides by 2.3x, with a path to going another 10-100x higher! Next, payments. Many protocols require payments for many reasons. Some things need to be charged for to reduce spam. Other things because they are services provided by someone who expends resources and needs to be compensated. If you want a permissionless API that does not get spammed to death, you need payments. And Ethereum + ZK payment channels (eg. ethresear.ch/t/zk-api-usage… ) is one of the best payment systems for APIs you can come up with. If you are making a private and secure application (eg. a messenger, or many other things), and you do not want to let people to spam the system by creating a million accounts and then uploading a gigabyte-sized video on each one, you need sybil resistance, and if you care about security and privacy, you really should care about permissionless participation (ie. don't have mandatory phone number dependency). ETH payment as anti-sybil tool is a natural backstop in such use cases. Finally, smart contracts. One major use case is _security deposits_: ETH put into lockboxes that provably get destroyed if a proof is submitted that the owner violated some protocol rule. Another is actually implementing things like ZK payment channels. A third is making it easy to have pointers to "digital objects" that represent some socially defined external entity (not necessarily an RWA!), and for those pointers to interact with each other. *Technically*, for every use case other than use cases handling ETH itself, the smart contracts are "just a convenience": you could just use the chain as a bulletin board, and use ZK-SNARKs to provide the results of any computations over it. But in practice, standardizing such things is hard, and you get the most interoperability if you just take the same mechanism that enables programs to control ETH, and let other digital objects use it too. And from here, we start getting into a huge number of potential applications, including all of the things happening in defi. --- So yes, Ethereum has a lot of value, that you can see from first principles if you take a step back and see it purely as a technical tool: global shared memory. I suspect that a big bottleneck to seeing more of this kind of usage is that the world has not yet updated to the fact that we are no longer in 2020-22, fees are now extremely low, and we have a much stronger scaling roadmap to make sure that they will continue to stay low, even if much higher levels of usage return. Infrastructure for not exposing fee volatility to users is much more mature (eg. one way to do this for many use cases is to just operate a blob publisher). Ethereum blobs as a bulletin board, ETH as an asset and universal-backup means of payment, and Ethereum smart contracts as a shared programming layer, all make total sense as part of a decentralized, private and secure open source software stack. But we should continue to improve the Ethereum protocol and infrastructure so that it's actually effective in all of these situations.

English
1
0
0
26
Shift Foundation
Shift Foundation@shiftfdn·
Things are moving fast. Shift moves faster.
English
13
3
36
1K
Shift Foundation
Shift Foundation@shiftfdn·
First they say it’s magic. Then they’ll say it’s Shift.
Shift Foundation tweet media
English
7
2
36
909
Shift Foundation
Shift Foundation@shiftfdn·
New look, new energy. The future of Shift starts now.
Shift Foundation tweet media
English
14
10
52
2K
Shapeshifter
Shapeshifter@shifteddev·
At Shift, we reimagine the role of hardware wallets. They will not just protect keys but will instead hold money directly inside the silicon chip just like a physical leather wallet. The balance will live on the chip itself, not on a distant network. > shift
Shift Foundation@shiftfdn

x.com/i/article/1992…

English
1
0
1
85
Shapeshifter
Shapeshifter@shifteddev·
@0xngmi As someone said in the reply, if it not already a fuck yes before the actual call or meeting, then it will certainly be a no, irrespective of your pitch.
English
0
0
0
152
0xngmi
0xngmi@0xngmi·
another classic thing is a vc that has no interest in investing but they tell you so in order to get a free 1-on-1 class on how the industry is moving from someone who's deep in it
English
10
2
177
8K
0xngmi
0xngmi@0xngmi·
these horror stories about rescheduling for yoga or pitching in rock climbing are so tame before defillama, a vc wanted to invest and i met him, then during meeting he only asked questions about my competitor. 2 weeks later he invested in competitor, he had used me for DD only
Tom Blomfield@t_blom

Getting the YC batch together to share fundraising horror stories from the last few days. The behavior of some investors is shocking 🤦‍♂️ Founders all talk. Stop it.

English
49
12
448
67.6K
Shapeshifter retuiteado
Shift Foundation
Shift Foundation@shiftfdn·
>we’ve been quiet. watching. building. now it’s time to start talking >join us friday 3 pm UTC on Discord for the first conversation with the team about what’s coming
Shift Foundation tweet media
English
10
5
34
3.7K
Shapeshifter
Shapeshifter@shifteddev·
What the d/acc?! The first topic on the agenda is d/acc’ng silicon chips.
English
0
0
1
44
Shapeshifter
Shapeshifter@shifteddev·
@amywumartin @richardchen39 I think it is mostly the other way around. Where a VC still doing their DD asks founders if they can intro to other VCs. A founder would be stupid to ask a VC to intro to other VCs if the VC has already passed.
English
0
0
1
110
Amy Wu Martin
Amy Wu Martin@amywumartin·
@richardchen39 If the VC has passed, would not recommend asking them for intros to other VCs
English
2
0
16
1.9K
Richard Chen
Richard Chen@richardchen39·
Founders asking VCs for intros to other VCs: Just be aware the first question that will get asked is "Why aren't you investing in this company?"
English
35
7
290
73.1K
Shapeshifter
Shapeshifter@shifteddev·
The next-generation of crypto-hardware will have to offer something much more than just a secure management of private keys. Shift.
English
1
0
2
46
Shapeshifter
Shapeshifter@shifteddev·
Ledger is ideal for activities that are infrequent such as staking or for OpSec to administrate smart contracts. This is very different from iPhones, where Apple can monetize post-sale through Appstore.
English
1
0
1
69
Shapeshifter
Shapeshifter@shifteddev·
Ledger’s 5 bps fee isn’t greed. it’s survival. Ledger doesn’t really have a choice. Once a hardware wallet is sold, that’s the end of monetization. Unlike browser extensions that can monetize on non-transfer activity such as swaps, bridging, etc., Ledger has no recurring cut.
ZachXBT@zachxbt

@P3b7_ Kind of a bit excessive to charge users all of these fees on top of the Ledger device they originally purchase?

English
1
1
5
164