Post
Share your knowledge.
Are there plans for native interoperability protocols like IBC?
“Are there plans for Sui to support native interoperability protocols like IBC (Inter-Blockchain Communication), enabling trustless, protocol-level communication with other chains — and if so, how might Sui’s object-centric model and Move framework affect the design and security of such integrations compared to traditional account-based systems?”
- Sui
- Transaction Processing
- Security Protocols
Answers
5However, integrating IBC into Sui’s object-centric model poses challenges such as adapting IBC’s account-based assumptions to object ownership, managing asynchronous message passing for mutable objects, and ensuring secure state sync across chains.
Addressing these requires protocol-level design changes and new primitives to handle object versioning and composability in cross-chain contexts.
Sui would need to define how cross-chain proofs map to owned and shared objects, ensure that light clients can be efficiently verified by Move smart contracts, and maintain parallel execution without introducing ordering conflicts from external state. These design adaptations could make interoperability on Sui more complex than in Cosmos, but also potentially more secure and efficient, since Move’s strong type system and resource ownership model provide stricter guarantees around asset handling. If implemented, a native IBC-likeHowever, integrating IBC into Sui’s object-centric model poses challenges such as adapting IBC’s account-based assumptions to object ownership, managing asynchronous message passing for mutable objects, and ensuring secure state sync across
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.
- How to Maximize Profit Holding SUI: Sui Staking vs Liquid Staking616
- Why does BCS require exact field order for deserialization when Move structs have named fields?65
- Multiple Source Verification Errors" in Sui Move Module Publications - Automated Error Resolution55
- Sui Move Error - Unable to process transaction No valid gas coins found for the transaction419
- Sui Transaction Failing: Objects Reserved for Another Transaction410