Co-founder Product @0xMiden | ex ConsenSys | ex Raiden Network

Joined July 2016
First time ever I was able to pay for my DevConnect ticket via MetaMask and it was smoother than with CreditCard. I mean wtf, thanks @MetaMask and @ethereum Please take a look @EthereumDenver how easy it was
3
2
16
That's exactly it. On Miden you can have smart contracts using public or private state.
If ZCash is the private Bitcoin Miden is the private Ethereum Study that! @0xMiden
4
3
34
When you come build on Miden, we support you to get Predicate integrated in every App. Compliance should be thought together with privacy and it proactive. No one should see to whom I send my money, but everyone should be sure I don't do the very bad things.
Predicate has responded to @USTreasury's request for comment on methods to mitigate illicit activity in digital assets. The key takeaway: Compliance today is reactive. It must become proactive to stop bad activity before it happens. Summary thread + full letter below.
3
3
14
Dominik Schmid retweeted
It is absolutely possible to write DeFi protocols (and much more) while relying on ZKPs for privacy - this is exactly what Miden was designed to do. The main trick is to reimagine how the state works and instead of using a monolithic state adapt the Actor Model (something used in distributed systems for decades). Then we can have private actors that can interact with public actors which control the shared state. Or we could have semi-private actors (the state is known to some set of users, but not to the entire network) and these can also interact both with fully private actor or public actors. This is a very powerful model that covers a large number of DeFi use cases - from anonymous AMMs and CLBOs, to private compliant stablecoins. And one other nice thing: to write these DeFi protocol, we don't need engineers who understand ZKPs - you can write everything in Rust. I do like FHE - really cool technology and it does enable a few use cases which ZKPs cannot address (i.e., having truly private shared state) - but it also comes with huge performance overhead for the network. The beauty of ZKPs is that they actually reduce the network load - a transaction proven locally does not need to be executed by the network (verifying ZK proofs is very cheap) - we call this concept the Edge blockchain. While with FHE, every transaction becomes 100x (or 1000x) more expensive for the network. ASICs will help here for sure, but this also means that every validating node will need to run these ASICs or otherwise they won't be able to follow the network. And requiring every node to have an ASIC is kind of like requiring every Bitcoin node to be a miner.
Replying to @KyleSamani
6/ b) is the most subtle and hardest to understand. This is where ZK fails To understand why, let's consider the simplest privacy app: zcash (no defi). When you submit a shielded zcash transaction, you produce a proof that says, roughly "I am sending coins such that my balance remains >0 after this transaction." Well, if you aggregate 1000 of those transactions and then look at the state of the chain as an outsider, what do you know about the state? Nothing Now imagine trying to do DeFi on top of that. How do you do DeFi if your transaction literally cannot see or interact with anyone else's assets A bunch of teams have been trying to address this over the last decade, including Aztec, Aleo, and probably quite a few more that I cannot recall atm. The fundamental challenge each of these teams has to contend with is the challenge described above. Basically, how do you design ZKPs to allow for selective information to be seen by the outside world (eg how much collateral is backing a loan) Now consider being a DeFi developer. You have to not only design your DeFi protocol, you have to do so 1) in a partially hamstrung way, and 2) you have to understand how ZKPs work. Who wants to be the developer building a DeFi system that has 9 or 10-figures in it with all of these additional risks. This is scary stuff Many of the zk DeFi teams have been working to try to make this stuff more understandable, but the underlying reality is just extremely difficult to contend with. Moreover, this requires rebuilding every DeFi primitive from the ground up. The fundamental challenge here is that DeFi as we currently know it *requires the ability to reason about globally shared state.* Perhaps there is a way to rebuild DeFi from the ground up with selective reasoning, but I am extremely skeptical of that claim. And demonstrating that claim to the world at large in a way that everyone else will believe it will be a decade long endeavor given how much technical risk is there with dozens of bespoke zk circuits. So what is FHE? FHE allows you compute over encrypted data. This has been considered the holy grail of cryptography for decades. Thinking about private DeFi using FHE as the primary cryptographic construction is actually quite simple. You think about it the same as if it was transparent! It's just that magically, everything is not transparent, but you can still compute over it anyways Yes, this is magic
This is going to be one of the most interesting events in Buenos Aires, next to the Boca Match and our event
That evening feeling — in a month we will do an i credible event. Made with love, sweat, and magic. Almost 100 people will end up working to make it a reality. People will fly from all over the world. Incredible minds will contribute to free internet. Driven by nevessity of juatice, knowledge and positive energy. Ethereum Cypherpunk Congress #2
3
15
Dominik Schmid retweeted
That evening feeling — in a month we will do an i credible event. Made with love, sweat, and magic. Almost 100 people will end up working to make it a reality. People will fly from all over the world. Incredible minds will contribute to free internet. Driven by nevessity of juatice, knowledge and positive energy. Ethereum Cypherpunk Congress #2
6
2
1
44
This looks awesome, go play with aligned
ZK Arcade Ticket NFT: Partner Raffles MEGATHREAD ZK Arcade is launching (very‼️) soon and we're working with many of our partners to distribute more exclusive early access WL spots. Find out how to enter below ⬇️
4
12
We are working with one of the best teams in the world to get - a private multisig + more ways to authenticate transactions - awesome token standards (Miden's ERC20 - private, compliant, programmable assets) - some more things that we cannot share yet
🔸 𝐌𝐢𝐝𝐞𝐧 × 𝐎𝐩𝐞𝐧𝐙𝐞𝐩𝐩𝐞𝐥𝐢𝐧 🔹 Security, standards, privacy To bring privacy and safety to real-world finance, Miden is partnering with the industry standard for smart contract security: @OpenZeppelin
13
7
55
What to expect soon! Try Miden today (and tell me what you need) - playground.miden.xyz/ - midenbrowserwallet.com/
We are partnering with Ligero to get really fast proving in the browser and on mobile. Right now it’s “meh” but soon “hui”
Miden 🤝 Ligero 🤝 Privacy @0xMiden is partnering with @ligero_inc to strengthen the privacy stack for real-world finance 👇
2
22
Join in and maybe become a Pioneer
Replying to @0xMiden
Got questions or thinking of building on Miden? Drop a reply 👇
3
10
Nice to be ready this cycle ...
Privacy is normal. Privacy is for common people and for institutions. Builders shouldn’t be prosecuted for pushing the boundaries of what is possible. Banks are going to use ZK and we should cherish that the industry is maturing. I hope decision makers can catch up and realize this is good for society.
3
2
22
Major milestone. We can compile simple smart contracts and note scripts from Rust into Miden Assembly ... soon we can target the whole transaction kernel API
Big news! We just dropped the Miden Compiler v0.4—a major milestone in our journey Now you can write a full Miden account (basic wallet) or P2ID note script in Rust, and compile it all the way down to Miden Assembly! 🧵 1/6
5
3
29
This is gonna be awesome. Private asset management and payroll
Sneak peek of the new Qash design (still in the works) 👀 We're making Qash the best private crypto payroll platform. What do you think of the new look? Feedback always welcome!
2
10
We had 1m transactions in our last testnet. It was running for ~1 month.
1 million transactions on this testnet version 🎉 which the upcoming release will reset 🎉
4
1
26
That’s it
The year is 2031. Marcus lives in a rich country in the northern hemisphere – you know, one of these where wealth has been passed down for generations. His family office is tucked behind stone walls in the quiet streets of a small city called Cobtini, but most of his activity flows through markets half the world away. Tonight he sends a few instructions into Zoro, the automatic market-maker app he uses most of the time for trading. And boom – within a second, the asset swap is executed against other traders and companies he will never meet. His only certainty: they have all been cleared by regulators, each passed through the new fast-track KYB and AML checks. It is now powered by state-of-the-art cryptographic techniques, and takes less than an hour. As he thinks about whoever the counterparties of the trade could be, his mind drifts back to 2025, when the co-founder of Ledger was abducted in France. A finger cut off, a ransom demanded... Gruesome story. Marcus remembers the fear that washed over him then, the sense that visibility itself could cost him his safety. Six years later, the world is only beginning to accept what he had believed ever since. Institutions and regulators have been slow, but privacy is finally treated as a public good. Some old exchanges still leak data, some legacy networks still clog under stress, but the technological and philosophical evolution is well underway now. Marcus leans back as the order clears. Neither his name nor any other personal information appears anywhere. After all, what he values most is not the execution speed, or even the bid/ask spread – but the freedom of mind. And he cannot help but think that things would probably feel very different if the internet had gone down the dystopian path of full transparency... Study Miden.
7
Miden Magic begins at Pioneers 101 workshop led by @zkGaylord - the guy with a majestic beard and stylish cap 😉 🔥
3
3
22
Very well said
Saying that privacy on blockchains has no PMF is crazy. Blockchains have no PMF! In large part because they enforce global, immutable transparency! We solve privacy to have a shot at blockchain PMF.
3
1
11
That one
Replying to @aeyakovenko
A single ZKP can attest to correct execution of 1K (or 1M) transactions. These transactions could be nearly arbitrarily complex and it would still take just a few ms to verify all of them. Having said that, you are correct, ZKPs don't directly make a system faster. They do enable nearly unlimited throughput though and provide privacy. So, if the goal is to build a system that is as fast as possible but is fully transparent and has limited scalability - then ZKPs are not needed. Otherwise, there is no way to do without them.
4