Bài viết
Chia sẻ kiến thức của bạn.
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
 
Câu trả lời
3Có, nó có thể tùy thuộc vào SDK bạn đang sử dụng. Ví dụpysui, nếu không xác định được “nhà tài trợ”, giao dịch sẽ được thanh toán bởi người gửi và gas được sử dụng từ tài khoản Sui của người gửi. Ngoài ra, bạn có thể cung cấp một “nhà tài trợ” và khí đốt sẽ được lấy từ tài khoản của họ; tuy nhiên, “nhà tài trợ” sẽ cần phải ký giao dịch.
Giao dịch Sui được công khai, có nghĩa là các chi tiết giao dịch có thể nhìn thấy cho người khác. Để tránh theo dõi, bạn có thể xem xét các giải pháp như Zero-Knowledge Profs có thể cung cấp một số tính năng ẩn danh, mặc dù chúng phức tạp và có thể không áp dụng trực tiếp cho tất cả các tình huống.
Yes, on the Sui network, it's possible for the sender address to be the gas owner instead of the recipient. This can be achieved through a sponsored transaction, where one party pays for the gas fees while another party executes the transaction.
Sponsored Transactions:
- Sponsorship: A sponsor (gas owner) can pay for the gas fees, while the sender (or another party) executes the transaction.
 - Anonymity: By using a sponsored transaction, you can potentially maintain anonymity between the sender and the gas owner.
 
Implementing Sponsored Transactions:
- dApp-kit: Utilize the 
@mysten/dapp-kitlibrary to create sponsored transactions. This library provides tools for building and executing sponsored transactions. - Transaction Structure: When building the transaction, specify the sponsor as the gas owner. This will allow the sponsor to pay for the gas fees while the sender executes the transaction.
 
Key Considerations:
- Sponsor Trust: Ensure the sponsor is trustworthy, as they will be paying for the gas fees.
 - Transaction Complexity: Sponsored transactions can be more complex to implement, requiring additional logic and infrastructure.
 
Binance Wallet Compatibility:
- Sponsored Transaction Support: Verify that Binance Wallet supports sponsored transactions. If it does, you can use this feature to send funds with the sender as the gas owner.
 
By using sponsored transactions, you can potentially maintain anonymity between the sender and the gas owner. However, ensure you understand the complexities and trust requirements involved in sponsored transactions [1].
Bạn có biết câu trả lời không?
Hãy đăng nhập và chia sẻ nó.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Kiếm phần của bạn từ 1000 Sui
Tích lũy điểm danh tiếng và nhận phần thưởng khi giúp cộng đồng Sui phát triển.
- Cách tối đa hóa lợi nhuận nắm giữ SUI: Sui Staking vs Liquid Staking616
 - Tại sao BCS yêu cầu thứ tự trường chính xác để khử chuỗi khi cấu trúc Move có các trường được đặt tên?65
 - Nhiều lỗi xác minh nguồn” trong các ấn phẩm về mô-đun Sui Move - Giải quyết lỗi tự động55
 - Lỗi Sui Move - Không thể xử lý giao dịch Không tìm thấy đồng xu gas hợp lệ cho giao dịch419
 - Giao dịch Sui thất bại: Đối tượng được dành riêng cho giao dịch khác410