Beitrag
Teile dein Wissen.
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
 
Antworten
3Ja, das ist je nach verwendetem SDK möglich. pysuiWenn beispielsweise kein „Sponsor“ identifiziert wird, wird die Transaktion vom Absender bezahlt und das Benzin wird vom Sui-Konto des Absenders abgebucht. Alternativ können Sie einen „Sponsor“ angeben, und das Benzin wird von seinem Konto abgebucht. Der „Sponsor“ müsste die Transaktion jedoch unterschreiben.
Sui-Transaktionen sind öffentlich, was bedeutet, dass die Transaktionsdetails für andere sichtbar sind. Um eine Nachverfolgung zu vermeiden, könnten Sie Lösungen wie Zero-Knowledge-Proofs in Betracht ziehen, die zwar eine gewisse Anonymität bieten, aber komplex sind und möglicherweise nicht auf alle Szenarien direkt anwendbar sind.
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].
Weißt du die Antwort?
Bitte melde dich an und teile sie.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Verdiene deinen Anteil an 1000 Sui
Sammle Reputationspunkte und erhalte Belohnungen für deine Hilfe beim Wachstum der Sui-Community.
- So maximieren Sie Ihre Gewinnbeteiligung SUI: SUI Staking vs Liquid Staking616
 - Warum benötigt BCS eine genaue Feldreihenfolge für die Deserialisierung, wenn Move-Strukturen benannte Felder haben?65
 - Fehler bei der Überprüfung mehrerer Quellen“ in den Veröffentlichungen des Sui Move-Moduls — Automatisierte Fehlerbehebung55
 - Sui Move Error - Transaktion kann nicht verarbeitet werden Keine gültigen Gasmünzen für die Transaktion gefunden419
 - Sui-Transaktion schlägt fehl: Objekte sind für eine andere Transaktion reserviert410