diff --git a/docs/pages/infra/bundler/faqs.mdx b/docs/pages/infra/bundler/faqs.mdx index 7e21209e..32b09083 100644 --- a/docs/pages/infra/bundler/faqs.mdx +++ b/docs/pages/infra/bundler/faqs.mdx @@ -34,7 +34,7 @@ When constructing your user operation, you'd use the [pimlico_getUserOperationGa [eth_estimateUserOperationGas](/infra/bundler/endpoints/eth_estimateUserOperationGas) estimates the gas limits for the user operation (i.e. how much total gas can be spent for the difference stages of the user operation). In contrast, [pimlico_getUserOperationGasPrice](/infra/bundler/endpoints/pimlico_getUserOperationGasPrice) responds with the gas prices (i.e. for each unit of gas, what is the amount of ETH you're willing to pay to the bundler). -## Is there be a way of tracking gas fee payments? +## Is there a way of tracking gas fee payments? Our dashboards provide a way for you to view data about how much you spent on sponsorship for user operations on different chains, however there is currently no specific information on the gas price overhead paid to the bundler. However, all this information is available and can be compiled onchain through block explorers like Etherscan. @@ -71,4 +71,4 @@ When using the bundler without you sponsoring the gas fees for your users, the u No. If the private keys Pimlico uses were to get compromised, that would have no effect on the security of your ERC-4337 accounts. ERC-4337 was designed to make bundlers a completely permissionless entity, meaning in fact that any address could technically be a bundler by calling the `handleOps` function on the EntryPoint contract. Bundler services like Pimlico merely provide a convenient, fast, and reliable way to bundle user operations for you. -The EOA address (if there is one) that controls your ERC-4337 would be controlled by you or a separate service you trust, completely independent of the bundler and Pimlico. \ No newline at end of file +The EOA address (if there is one) that controls your ERC-4337 would be controlled by you or a separate service you trust, completely independent of the bundler and Pimlico.