Post
Share your knowledge.
Michelle 84
Apr 10, 2025
Expert Q&A
Why does my trading bot's wallet lock until the next epoch?
I've been having an issue where my trading wallet, which uses a bot, often receives an error saying 'Failed to sign transaction by a quorum of validators...' This results in the wallet being locked until the next epoch, sometimes for hours. It appears especially after an RPC timeout during a transaction. Why does this happen, and how can it be fixed to avoid such long locks?
- Sui
0
1
Share
Comments
Answers
1mssoni101
Apr 11 2025, 19:31This issue occurs when two concurrent transactions are attempted simultaneously, leading to the objects being locked until the end of the current epoch. Unfortunately, you'll need to wait for the epoch to end and then try again.
0
Comments
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
365Posts503Answers
Bounty Posts
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution42
- Sui Transaction Failing: Objects Reserved for Another Transaction24
- How do ability constraints interact with dynamic fields in heterogeneous collections?04