Publication
Partagez vos connaissances.
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
Réponses
3Oui, cela est possible en fonction du SDK que vous utilisez. Par exemplepysui, si aucun « sponsor » n'est identifié, la transaction est payée par l'expéditeur et le gaz est utilisé à partir du compte Sui de l'expéditeur. Vous pouvez également fournir un « sponsor », et le gaz sera prélevé sur son compte ; toutefois, le « sponsor » devra signer la transaction.
Les transactions Sui sont publiques, ce qui signifie que les détails de la transaction sont visibles par les autres. Pour éviter le suivi, vous pouvez envisager des solutions telles que Zero-Knowledge Proofs, qui peuvent offrir un certain anonymat, bien qu'elles soient complexes et ne soient pas directement applicables à tous les scénarios.
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].
Connaissez-vous la réponse ?
Veuillez vous connecter et la partager.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Gagne ta part de 1000 Sui
Gagne des points de réputation et obtiens des récompenses pour avoir aidé la communauté Sui à se développer.
- Comment maximiser la détention de profits SUI : Sui Staking contre Liquid Staking616
- Pourquoi BCS exige-t-il un ordre de champs exact pour la désérialisation alors que les structures Move ont des champs nommés ?65
- « Erreurs de vérification de sources multiples » dans les publications du module Sui Move - Résolution automatique des erreurs55
- Erreur Sui Move - Impossible de traiter la transaction Aucune pièce de gaz valide n'a été trouvée pour la transaction419
- Échec de la transaction Sui : objets réservés pour une autre transaction410