Post
Share your knowledge.
Can I automate user transactions on Sui without signing?
I'm developing a game where users constantly input data that modifies an NFT. I want to minimize user friction by automating transactions without requiring user signatures for each step. Is there a way to handle this, maybe using session tokens or similar methods to submit transactions from a user's wallet without signing each one?
- Move Module
- Move Script
Answers
1You can create a transaction without a signature and send it elsewhere to be signed by the appropriate key holder. However, you cannot submit non-signed transactions for execution as they will fail. All transactions require signing. It is part of the protocol to ensure security and authenticity. Keep in mind that running the network incurs a cost, which is deducted from the submitter's (or sponsor's) gas coins.
Do you know the answer?
Please log in and share it.
Move is an executable bytecode language used to implement custom transactions and smart contracts.

- ... SUIderiss+5
- ... SUIRamirez+5
- ... SUIElvin CLONE +5
- ... SUI
- ... SUI
- ... SUI
- ... SUIBritain+2