
Omnisea - Case Studies
How we bootstrapped zkSync NFT EcosystemLooking at the NFT market data alone may not bring much optimism. The market has not even recovered a fraction of the interest it had two years ago. Billion-dollar weekly NFT trading volumes may remain a thing of the past for a while. The market needs more time to once again seriously consider investing in NFTs. Our permissionless Launchpad is a good place to observe the market sentiment, and we must admit that over the past few months, we have seen a r...

Omnisea ONFT Launchpad - Beginner's Guide
Omnisea is the Home for Omnichain NFTs powered by LayerZero. Using Omnisea, you can create, mint, and bridge NFTs on multiple EVM networks, such as Ethereum, zkSync, or Base, utilizing the Omnichain layer. Omnisea allows your assets to exist on various networks, ensuring they are future-proof and chain-agnostic. This Guide will walk you through the process of creating a successful NFT Drop using Omnisea. It covers the process of creating a Collection, utilizing advanced features such as Drop ...

Royalties. Redesigned.
Today, we’re glad to share and discuss our idea for the completely new Royalties protocol that we intend to embed into our upcoming NFT Trading solution. Note, that this article is not about the trading product itself, for that we plan to reveal all in the near future. This time, we’d like to announce how Omnisea aims to solve the ongoing and never-ending Royalties issue.Key features of our Royalties protocolOn-chain. Embedded directly into the upcoming Omnisea Trading protocol.The collection...
Omnichain NFT Launchpad powered by LayerZero.

Omnisea - Case Studies
How we bootstrapped zkSync NFT EcosystemLooking at the NFT market data alone may not bring much optimism. The market has not even recovered a fraction of the interest it had two years ago. Billion-dollar weekly NFT trading volumes may remain a thing of the past for a while. The market needs more time to once again seriously consider investing in NFTs. Our permissionless Launchpad is a good place to observe the market sentiment, and we must admit that over the past few months, we have seen a r...

Omnisea ONFT Launchpad - Beginner's Guide
Omnisea is the Home for Omnichain NFTs powered by LayerZero. Using Omnisea, you can create, mint, and bridge NFTs on multiple EVM networks, such as Ethereum, zkSync, or Base, utilizing the Omnichain layer. Omnisea allows your assets to exist on various networks, ensuring they are future-proof and chain-agnostic. This Guide will walk you through the process of creating a successful NFT Drop using Omnisea. It covers the process of creating a Collection, utilizing advanced features such as Drop ...

Royalties. Redesigned.
Today, we’re glad to share and discuss our idea for the completely new Royalties protocol that we intend to embed into our upcoming NFT Trading solution. Note, that this article is not about the trading product itself, for that we plan to reveal all in the near future. This time, we’d like to announce how Omnisea aims to solve the ongoing and never-ending Royalties issue.Key features of our Royalties protocolOn-chain. Embedded directly into the upcoming Omnisea Trading protocol.The collection...
Omnichain NFT Launchpad powered by LayerZero.

Subscribe to Omnisea

Subscribe to Omnisea
Share Dialog
Share Dialog
>1.5K subscribers
>1.5K subscribers


At Omnisea, one of our key offerings is Omnichain NFTs (ONFTs), a ground-breaking concept that employs LayerZero technology to enable the creation of NFTs that are cross-chain transferrable, and thus, chain-agnostic. This is a great value for both Creators and Collectors of such collections.
Today, we're thrilled to introduce our newest feature and yet another custom extension of the ONFT standard - Composable ONFT. As you may already know, starting with our V2, all NFTs created via Omnisea, are automatically ONFTs. And now, by making them cross-chain composable, we’re unlocking a whole new world of use cases.
Omnisea Hooks is an advanced enhancement of our ONFTs, designed to redefine how cross-chain NFT transfers are executed. With this new feature, users can now trigger the execution of any contract with any payload upon the successful transfer of an ONFT across blockchains. Simply put, a 'hook' is a programmable action happening right after an ONFT transfer. The possibilities that this feature unlocks for developers are endless. Currently, when you transfer ONFT, it just moves to the selected address on a destination chain. Composable ONFTs are different. Such an ONFT can do anything on a successful transfer. The sender (ONFT Holder) can specify the contract address that will be called on receive as well as add additional data (payload) that will be passed as an argument to the following function:
function onONFTReceived(uint16 _srcChainId, bytes calldata _srcAddress, address _from, uint[] memory _tokenIds, bytes calldata _payload) external;
We will explain the interface and the underlying logic of this function in the upcoming (with V2 Mainnet) Documentation update.
We don’t expect Holders to know how to send a composable transfer transaction. But, it’ll be very simple for Developers to write their cross-chain NFT protocols and applications using Omnisea ONFTs.

The potential use cases are countless. It does the same what Stargate has done for native fungible assets, especially stablecoins regarding purely the cross-chain composability aspect. A great example of how Stargate composability works is the emergence of Sushi xSwap - it performs a swap upon a successful ERC-20 token transfer (all in a single user interaction). Here are a few scenarios that illustrate the power of Omnisea Hooks.
Bridge & Sell (Omnichain Marketplace): With Omnisea Hooks, users can now bridge and sell ONFTs in a single transaction. This means that you can move your ONFT from one blockchain to another and immediately sell it on the destination chain, all in a single step.
Bridge & Lock (Omnichain NFTfi): Need to transfer an ONFT to another blockchain and lock it there? Omnisea Hooks makes it possible in one swift move. This can be beneficial in situations where locking an ONFT is part of a staking process or is required by certain contracts, eg. NFT lending/NFTfi.
Bridge & Vote (Omnichain NFT Governance): For governance ONFTs, users can bridge their ONFTs and use them to vote in governance matters in the destination blockchain, all in one go. This feature allows for more active and immediate participation in decentralized decision-making processes.
Bridge & Play (Omnichain Gaming): Web3 in-game items and collectibles can now be truly owned without being limited to a particular chain. This is equivalent to being able to use your items across different servers in a single game. Omnisea Hooks makes it possible to develop a multi-chain game where gamers can still interact with each other while being connected to different chains (networks).
In the end, it’s all about developers’ imagination and what they want to accomplish by using Omnichain NFTs. Omnisea Hooks opens up an entire realm of possibilities and allows for a more interconnected, fluid, and efficient ecosystem of non-fungible tokens.
At Omnisea, one of our key offerings is Omnichain NFTs (ONFTs), a ground-breaking concept that employs LayerZero technology to enable the creation of NFTs that are cross-chain transferrable, and thus, chain-agnostic. This is a great value for both Creators and Collectors of such collections.
Today, we're thrilled to introduce our newest feature and yet another custom extension of the ONFT standard - Composable ONFT. As you may already know, starting with our V2, all NFTs created via Omnisea, are automatically ONFTs. And now, by making them cross-chain composable, we’re unlocking a whole new world of use cases.
Omnisea Hooks is an advanced enhancement of our ONFTs, designed to redefine how cross-chain NFT transfers are executed. With this new feature, users can now trigger the execution of any contract with any payload upon the successful transfer of an ONFT across blockchains. Simply put, a 'hook' is a programmable action happening right after an ONFT transfer. The possibilities that this feature unlocks for developers are endless. Currently, when you transfer ONFT, it just moves to the selected address on a destination chain. Composable ONFTs are different. Such an ONFT can do anything on a successful transfer. The sender (ONFT Holder) can specify the contract address that will be called on receive as well as add additional data (payload) that will be passed as an argument to the following function:
function onONFTReceived(uint16 _srcChainId, bytes calldata _srcAddress, address _from, uint[] memory _tokenIds, bytes calldata _payload) external;
We will explain the interface and the underlying logic of this function in the upcoming (with V2 Mainnet) Documentation update.
We don’t expect Holders to know how to send a composable transfer transaction. But, it’ll be very simple for Developers to write their cross-chain NFT protocols and applications using Omnisea ONFTs.

The potential use cases are countless. It does the same what Stargate has done for native fungible assets, especially stablecoins regarding purely the cross-chain composability aspect. A great example of how Stargate composability works is the emergence of Sushi xSwap - it performs a swap upon a successful ERC-20 token transfer (all in a single user interaction). Here are a few scenarios that illustrate the power of Omnisea Hooks.
Bridge & Sell (Omnichain Marketplace): With Omnisea Hooks, users can now bridge and sell ONFTs in a single transaction. This means that you can move your ONFT from one blockchain to another and immediately sell it on the destination chain, all in a single step.
Bridge & Lock (Omnichain NFTfi): Need to transfer an ONFT to another blockchain and lock it there? Omnisea Hooks makes it possible in one swift move. This can be beneficial in situations where locking an ONFT is part of a staking process or is required by certain contracts, eg. NFT lending/NFTfi.
Bridge & Vote (Omnichain NFT Governance): For governance ONFTs, users can bridge their ONFTs and use them to vote in governance matters in the destination blockchain, all in one go. This feature allows for more active and immediate participation in decentralized decision-making processes.
Bridge & Play (Omnichain Gaming): Web3 in-game items and collectibles can now be truly owned without being limited to a particular chain. This is equivalent to being able to use your items across different servers in a single game. Omnisea Hooks makes it possible to develop a multi-chain game where gamers can still interact with each other while being connected to different chains (networks).
In the end, it’s all about developers’ imagination and what they want to accomplish by using Omnichain NFTs. Omnisea Hooks opens up an entire realm of possibilities and allows for a more interconnected, fluid, and efficient ecosystem of non-fungible tokens.
No activity yet