Introduction
Bridgeless Minting enables secure scaling of NFT creation, as well as traceable evolution, on any EVM chain. As described above, the pattern involves two consensus systems:
An EVM ownership chain (e.g., Ethereum, Base, etc.) to manage asset ownership, trading, DeFi, and other functionalities.
The LAOS Network to handle minting and asset evolution, thereby offloading blockspace and gas costs to a purpose-built chain.
All existing DApps, including marketplaces, that already operate on the ownership chain can natively allow users to trade bridgeslessly minted assets, by simply letting their indexers monitor (aka subscribe to) events produced on the LAOS Network.
For DApps that are not yet natively integrated, users and developers can perform a one-time broadcast of the assets they wish to trade, as explained in the broadcast query section.
Since most DApps and marketplaces rely on indexers to monitor all events related to NFT minting and trading, the LAOS Foundation has:
Developed a simple open-source indexer, built as a minimal extension of Subsquid's framework. This leverages Subsquid's multi-chain indexing capabilities to track events on both the EVM chain and the LAOS Network. Developers can easily deploy the indexer to suit their specific needs.
Maintains a set of publicly available indexers, which are ideal for getting started and testing:
Ethereum Mainnet - LAOS Indexer,
Polygon PoS - LAOS Indexer,
Hedera Mainnet - LAOS Indexer,
Hedera Testnet - LAOS Indexer,
Last updated