Пост
Поделитесь своими знаниями.
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
Ответы
3Да, это возможно в зависимости от используемого SDK. Напримерpysui, если «спонсор» не идентифицирован, транзакция оплачивается отправителем, а газ используется со счета отправителя Sui. В качестве альтернативы вы можете указать «спонсора», и газ будет снят с его счета; однако «спонсор» должен будет подписать транзакцию.
Транзакции Sui являются общедоступными, то есть детали транзакции видны другим. Чтобы избежать отслеживания, вы можете рассмотреть такие решения, как Zero-Knowledge Proofs, которые могут обеспечить некоторую анонимность, хотя они и сложны и могут быть напрямую применимы не ко всем сценариям.
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].
Знаете ответ?
Пожалуйста, войдите в систему и поделитесь им.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
Заработай свою долю из 1000 Sui
Зарабатывай очки репутации и получай награды за помощь в развитии сообщества Sui.
- Как максимизировать прибыль, держа SUI: стейкинг и ликвидный стейкинг616
- Почему BCS требует точного порядка полей для десериализации, когда структуры Move содержат именованные поля?65
- «Ошибки проверки нескольких источников» в публикациях модуля Sui Move — автоматическое устранение ошибок55
- Ошибка Sui Move — невозможно обработать транзакцию Не найдено действительных газовых монет для транзакции419
- Сбой транзакции Sui: объекты, зарезервированные для другой транзакции410