FAQs
Last updated
Last updated
In LazAI, we model data in POV format, which is not only a data format, but also a data specification and protocol. We will provide the Alith Agent framework to help users unify the formats and sizes of different data and convert them into POV format. For public data, it will be in a unified tensor form, stored on the chain, and limited to 32K; for private data, it will generate proof through the tool chain and store it on the chain. LazAI uses verify computing to make data available but invisible.
You can learn more about this here:
LazAI mainly supports private data on-chain. In theory, it can support data of any size to calculate its credentials on-chain. For public data, it will be limited to 32K, which is similar to the storage requirements of the chain and the context window of general AI models.
Through the Alith Agent toolkit, users can perform data preprocessing and proof calculation locally, and upload data to the LazAI network, making the data available but invisible.
LazAI's cross-chain functionality is divided into three scenarios:
Heterogeneous Chain Cross-Chain For public chains not built with the Metis SDK, cross-chain interactions with LazAI are completed using third-party bridges. If data-layer cross-chain operations are involved, they will still be facilitated through an Oracle.
Homogeneous Chain Cross-Chain For public chains also built using the Metis SDK, we plan to support a Native Shared Bridge in the future to enable fast sharing of assets and data. However, this may be scheduled for Q4 or even next year.
Third-Party Data Sources like IPFS & Arweave For other third-party data sources, we will currently maintain the same approach as with heterogeneous chain cross-chaining, i.e., using Oracles and third-party bridges. In the future, we will support native cross-chain methods.
ata Anchoring Token (DAT) is a semi-fungible token (SFT) standard designed for AI dataset anchoring, licensing, and AI model provenance tracking. This protocol introduces a multi-layered ownership model, ensuring composability, structured access control, and verifiable AI asset usage in a decentralized ecosystem.
You can find more information about DAT in the following section .