Researcher at @cyberFund_
Turkish Tweets: @doganeth
Previously: @lyteraio @getclave
Jan 28, 2024 • 8 tweets • 3 min read
1/ Batch Transactions (AA) and State Diffs are more powerful than you think. With Clave's batchcaller Contract , users can perform batch transactions while reducing data availability fees tanks to state diffs!
2/ If you're not familiar with state diffs, you can refer to my previous blog post where I have explained the details of state diffs and why Account Abstraction is more powerful with state diffs.
In AMMs, there are two main parties involved. On one hand, we have traders who aim to exchange their assets for another asset, and they pay fees to liquidity providers (LPs). On the other hand, we have LPs who seek to generate profits from their assets.
May 7, 2023 • 14 tweets • 5 min read
1/ Everyone talks Sovereign Rollups and how they vary differ Smart Contract-based Rollups, but no one discusses "how do they actually work?"
So, here's a quick summary of how Sovereign Rollups work: 2/ Before we deep dive into rollups, we should understand how "classic blockchains" and "modular blockchains" work. I've recently written a thread about it, so please read it if you're unfamiliar with the basics.
1/You want to know how Aggregators work and why they are necessary at EIP 4337. Here is the explainer:
in normal Ethereum transactions, Priv Key's sign creates the signature.
by calculating the PubKey+ Message+ Signature together, we can determine whether or not it is true. 2/ The normal Ethereum transaction's verification cost is too low (3k for ecrecover) since the signature verification rules are hardcoded at the Consensus Layer.
Yet, in most cases, the UserOperation's signature verification cost is extremely expensive cause it is not optimized.
Mar 26, 2023 • 9 tweets • 5 min read
Introducing Opclave: An Op Stack chain that enables to turn iPhone's into a hardware wallet with fully Account Abstraction support. ethglobal.com/showcase/opcla…
In Apple Slicon, there is one processor that has abstracted from other components of the phone: Secure Enclave. Secure enclave is designed to protect the users keys and sensitive data which can be reached by only biometric identification (Face ID - Touch ID)