IQ.wiki

Read

Edit

History

Notify

Share

Zano Sherwani

Zano Sherwani is the CTO and co-founder of the , a liquid restaking platform on the . [1][2]

Education & Career

Sherwani graduated from George Mason University with a Bachelor of Science in Computer Science in 2018. He also has a professional certification in AWS DevOps Engineering. After graduation, he worked as a full-stack developer for Hungry, an office and event catering company, until May 2020. He became a software engineer for Amazon, where he worked for a full year before joining Parsec Finance in March 2021. Later, in September 2021, he co-founded with and serves as the company’s CTO. [1]

Jito

On the Logan Jastremski Podcast, Sherwani discussed Jito and building on Solana, starting with how Jito started: [3]

“So, I met , my co-founder Buffalo, on Twitter. It just kind of happened to be working on MEV; when I say working, I mean researching. I had just learned about MEV and the rabbit hole that it is. Lucas was working on an idea related to MEV, like an MEV on . He tweeted something looking for a partner to work on this thing. So, I reached out to him. The moral of the story is to be active on Twitter. You never know who's behind these PFPs; it could be a badass partner you end up starting a company with. It could go nowhere, but shoot your shot, basically.”

“So, the actual product and system looked a lot different when we were talking about it. It took a couple of weeks to converge on what the current system is, which is this validator client that's a fork of the normal client and this MEV system that sits in front of that. Zooming out a little bit, the thesis was that we believe MEV capture will be very important, and there will be a lot of value there to capture and redistribute to successful networks. The thesis is simple; the hard thing was choosing what network it would be other than .”

He then explained why they decided to build on and what their first presentation was like: [3]

“I'm very much aligned with the culture that Toaly and the core team originally set, which is a culture of just shipping useful things that work. I like this engineering-first approach and believe that, in the limit, this is the approach that gets mass adoption. You just have to think about distribution and users, and that's the most important thing. Multicoin had led that round, and those guys really believed in us and doubled down on us. But a funny thing about that time is, like you said, there was a big rally. It was just and me at the time. All we had was an entity doc, an idea, some half-baked code, and potentially a check from Multicoin. We showed up to Breakpoint, and it was just us two. It was such a stark difference compared to the conferences we go to now. We were just two dudes; nobody knew us. We were kind of in the shadows, trying to get into all these events and not getting accepted. It was a fun time, though, being able to grind fast… has come such a long way. I think you want to build something that becomes a virus, and people can't get rid of it. You see this with open-source technologies like Node.js and Java. These things are not the best pieces of tech, but at the time, they were serving a real use case, serving it well, and have spread like viruses. has done a great job at that.”

When asked about adapting to architecture, Sherwani responded: [3]

“The thing that makes super interesting, and I feel like this isn't talked about enough, is the streaming nature of the block propagation. You can think of block propagation and block building as continuous time. The way that works is as a receives transactions for a block, they immediately execute it, sign it, and stream that out to the rest of the network. They're constantly doing that in a stream-like fashion. A block is basically the start and end of a stream. In contrast, on and most other networks, the or leader builds the block, signs the block header, and propagates that out to the network. This streaming versus batching makes things super interesting. This affects how the system is built; it means the state of the world is constantly changing. The is a moving target, with bundles coming in and trying to change the state on this .”

Interviews

Building MEV

On the Gaj Show with Gajesh Naik, Sherwani participated in an AMA where he answered questions about , MEV, and building on , starting with his background: [4]

“So, my origin story is a typical CS track: software engineering, bounced around startups, but always interested in the decentralized money environment. was always super cool to me. I first heard about on a morning show back in 2015. Some lady had a barcode in the background of the news anchors, and they mentioned, 'Oh, that's ,' and that sounded really cool. From then on, I went down the rabbit hole and ended up speculating on . I didn't really dive in technically until around 2019-2020, when I got into and started coding data indexers, running on-chain MEV bots, and mostly working on yield farming strategies. A lot happened between then and now, but here we are.”

He then discussed MEV on : [4]

“I think MEV is just an emergent property of these systems. It's not something you should try to fight; it's something you should lean into and try to make beneficial to all users on the chain. In the next five to ten years, we're going to see MEV become more open and transparent, where it's less about exclusive order flow. We don't want to end up in that world. Being an optimist, it's more about a decentralized supply chain from transaction originator to block builder and everything in between. I'm hopeful that will tackle the problem in a way that redistributes MEV to the users responsible for generating it, which are the normal transactors on the chain. Part of my thesis is the developer ecosystem. I think Solana's got one of the strongest developer ecosystems.”

When asked to explain MEV to a five-year-old, Sherwani responded: [4]

“I actually like this question. Let's see, what do five-year-olds want? What's their scarce resource? Let's say it's playgrounds with ball pits. All these five-year-olds absolutely have to go into one of these ball pits. The scarce resource is the space within the ball pit, which can only fit, say, 10 five-year-olds at a time. So, you start getting a line of five-year-olds trying to get into the ball pit. Every time space gets taken up in the ball pit, it costs a little extra to get in. Parents of these five-year-olds start trying to tip the ball pit organizer, the bouncer, to let them cut the line. They are willing to pay up to a certain amount to cut the line, so they can save money on actually getting into the ball pit for their child to have fun. The MEV here is cutting the line to get into the pit of balls.”

Towards the end of the interview, he provided some advice for open-source developers: [4]

“Actually, I would seek advice from more open source developers myself. I think there are a ton of open source developers out there doing great things. The cool thing about open source is you put your code out there, and you get a bunch of eyes on it from people all over the world, critiquing your code or giving you feedback, maybe even creating PRs if your repo is popular. The advice I would give is to build something you think is useful and put it out there. If it starts to gain traction, continue adding to it, add features, and see what people want. Just get people's eyes on it and distribute it.”

Solana 2024

In an interview with the Lightspeed Podcast, Sherwani discussed the evolution and future of , focusing on the challenges and opportunities in the development. He shared insights into his journey in since 2017, the technical and economic aspects of , and the importance of the network's underlying infrastructure. Sherwani elaborated on the MEV (Maximum Extractable Value) concept on , the efforts to mitigate its negative impacts, and the benefits of Proposer-Builder Separation (PBS). He also emphasized the importance of effective leadership, hiring, and community trust in building successful projects. [5]

Panels

Evolving Solana

At Research Day 2024, Sherwani discussed the evolution of block production on , highlighting the importance of decoupling block execution from other functions to enhance efficiency. He addressed current challenges, such as network congestion and unclear , and proposed auction-based models, like just-in-time (JIT) and ahead-of-time (AOT) auctions, to optimize block production and transaction pricing. Sherwani also explored the benefits and risks of specialized entities managing block building, emphasizing the need to balance technical improvements with user-centric priorities like fast, uncensored transactions. [6]

Jito StakeNet

At Breakpoint 2023, Sherwani and presented StakeNet, a new protocol developed by for decentralized tokens (LSTs) on . They explained how StakeNet addresses the inefficiencies and centralization issues in solutions using a decentralized network of keepers to manage intelligent pools. The protocol ensures transparency, security, and performance by making all code open source and verifiable on-chain. They highlighted the current deployment of their MEV-enabled of the client, securing significant value and operating on numerous . Additionally, they outlined plans for security audits and the transition of to this new protocol, aiming to create a sustainable environment on . [7]

See something wrong? Report to us.

Zano Sherwani

Commit Info

Edited By

Edited On

August 6, 2024

Feedback

Average Rating

Based on over 2 ratings

How was your experience?

Give this wiki a quick rating to let us know!

Twitter Timeline

Loading...

Loading

Media

REFERENCES

Join the IQ Brainlist

Sign up for the IQ Brainlist to get access to editing on the IQ.wiki site!

Join Now

Subscribe to our newsletter

The IQ Ecosystem Report will keep you updated on everything IQ.

Subscribe

IQ.wiki

IQ.wiki's vision is to bring blockchain knowledge to the world and knowledge onto the blockchain. A part of Brainfund group

https://twitter.com/IQWIKIhttps://www.reddit.com/r/Everipedia/https://t.me/everipediahttps://www.instagram.com/iqwiki_/https://github.com/EveripediaNetworkhttps://discord.gg/x9EWvTcPXthttps://www.facebook.com/iqdotwiki

IQ

What's IQ?StakingBonds

Company

About usCareersWe're hiringBrandingIQ GPTIQ Dashboard

© 2024 IQ.wiki Powered By BrainDAO & IQ