Publicación
Comparte tu conocimiento.
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
Respuestas
3Sí, es posible según el SDK que esté utilizando. Por ejemplopysui, si no se identifica a un «patrocinador», el remitente paga la transacción y utiliza la gasolina de la cuenta Sui del remitente. También puedes indicar la identidad de un «patrocinador» y se descontará la gasolina de su cuenta; sin embargo, el «patrocinador» tendrá que firmar la transacción.
Las transacciones de Sui son públicas, lo que significa que los detalles de la transacción son visibles para otros. Para evitar el seguimiento, podrías considerar soluciones como Zero-Knowledge Proofs, que pueden ofrecer cierto anonimato, aunque son complejas y es posible que no se apliquen directamente a todos los escenarios.
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].
Sabes la respuesta?
Inicie sesión y compártalo.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Gana tu parte de 1000 Sui
Gana puntos de reputación y obtén recompensas por ayudar a crecer a la comunidad de Sui.
- Cómo maximizar la retención de ganancias SUI: Sui Staking versus Liquid Staking616
- ¿Por qué BCS requiere un orden de campo exacto para la deserialización cuando las estructuras Move tienen campos con nombre?65
- «Errores de verificación de múltiples fuentes» en las publicaciones del módulo Sui Move: resolución automática de errores55
- Error de movimiento: no se puede procesar la transacción No se han encontrado monedas de gasolina válidas para la transacción419
- Fallo en la transacción Sui: objetos reservados para otra transacción410