Post
Share your knowledge.
Can sender address be gas owner instead of recipient?
I'm trying to avoid a trace of my sender address and receiver wallet. My idea is to make the sender the 'gas object owner' instead of the recipient. Is that possible when sending funds to a Binance wallet, and how can a 'sponsor' be involved without being identified?
- Sui
- Architecture
Answers
2Sui transactions are public, meaning the transaction details are visible to others. To avoid tracking, you might consider solutions like Zero-Knowledge Proofs that can offer some anonymity, though they are complex and may not be directly applicable to all scenarios.
Yes, it is possible depending on the SDK you are using. For instance, in pysui
, if a 'sponsor' isn't identified, the transaction is paid by the sender, and gas is used from the sender's Sui account. Alternatively, you can provide a 'sponsor', and the gas will be taken from their account; however, the 'sponsor' would need to sign the transaction.
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.