Coinbold Crypto Newscoinbold.hashnode.dev·Sep 15, 2024What is Zyfi?Zyfi is a gas abstraction layer on the zkSync network that provides a "Paymaster-as-a-Service" solution. Read on CoinboldCryptocurrency
JiffyLabsjiffylabs.hashnode.dev·Sep 2, 2024Bundler Earnings & Gas Calculations in 4337Only 10.21% of bundlers are currently profitable, with the majority yet to surpass $10 in profit. This profitability largely hinges on gas prices. In this post, we will explore the different gas parameters in ERC-4337 and examine how bundlers can gen...ERC-4337
JiffyLabsjiffylabs.hashnode.dev·Aug 30, 2024What happens to a UserOp within a Bundler?Introduction Following our previous post on UserOperation CallData, several readers asked, "Why do we need a bundler when I can just relay the UserOp directly to the entrypoint from an Externally Owned Account (EOA)?" To answer this, let's break down...Bundler
Ridho Izzulhaqridhoizzulhaq.hashnode.dev·Jul 18, 2024Quickstart Guide to Develop on ZKSync : Build NFT ERC-1155 Ticket Minter with Paymaster feature and DApp for Ticket Checker (Chapter 4)In the previous chapter, we discussed about to how build basic paymaster on ZKSync detailed on sending messages and executing transactions on the voting smart contract, where the gas fees are covered by the ZKSync Paymaster. In this chapter, we will ...55 readsQuickstart Guide to Develop on zkSyncpaymaster