What does "failed to execute the unsigned transaction" error mean?

Created by Sourajyoti Gupta, Modified on Thu, 30 Nov 2023 at 07:01 PM by Sourajyoti Gupta

This error occurs due to a limitation in zkEVM, a technology used in blockchain networks. The issue arises when there are too many operations or zk resources within zkEVM. In particular, when the number of actions, known as multicalls, goes beyond 195, it can use up all the available zk resources, leading to transaction failures.


To address this error, it's important to optimize the number of multicalls and reduce how often they are used. By doing this, you can prevent excessive resource consumption, avoid encountering this limitation, and ensure that your transactions run smoothly.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article