Post
Share your knowledge.
Can NFTs be withdrawn from a personal Kiosk on Sui?
I’m working with the Sui Kiosk system and I noticed that when NFTs are placed into a personal kiosk, they appear as locked.
- Sui
Answers
2i think that Personal Kiosk works with an owner cap, you may first return the cap to the kiosk in order to unlock the asset.
You can read here: https://github.com/MystenLabs/apps/blob/main/kiosk/sources/extensions/personal_kiosk.move
Yes, NFTs can be withdrawn from a personal Kiosk on Sui, but this depends on the specific rules and configurations applied to the Kiosk and the NFTs within it. When NFTs are placed into a Kiosk, they are typically locked due to the transfer policy or lock transfer rule associated with the Kiosk.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.
- Why does BCS require exact field order for deserialization when Move structs have named fields?53
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution42
- Sui Transaction Failing: Objects Reserved for Another Transaction24
- How do ability constraints interact with dynamic fields in heterogeneous collections?04