Table of Contents
Quickly understand the tokenized issuance of AI models
IMO How to implement it specifically?
It’s still an asset game, not perfect
Home web3.0 Interpretation of IMO: Assetization of AI models, new methods of token issuance

Interpretation of IMO: Assetization of AI models, new methods of token issuance

Mar 28, 2024 pm 09:51 PM
Blockchain imo AI model assetization

The crypto market never lacks for new concepts.

But most new concepts are micro-innovations of old gameplay; it is this kind of micro-innovation that is more likely to bring new craze and hype.

Nothing can best reflect this than the asset issuance method.

From the hot ICO that started in 2017, to the subsequent IEO, and now to the popular IDO or LBP (liquidity startup pool)... the beginning of each wave of changes in asset issuance methods can lead to a wave of fire. New projects can also allow some Degen to gain new income.

What changes is the performance, what remains unchanged is the core.

And when time enters 24 years, when AI becomes the "new leg" of crypto narratives, asset issuance around AI becomes a possibility to create new concepts.

For example, the recently emerged "IMO" is translated as "initial model release".

On March 2, an AI project called Ora Protocol first proposed the concept of IMO (Initial Model Offering) on ​​its social media, and attracted a lot of attention.

Interpretation of IMO: Assetization of AI models, new methods of token issuance

The simple understanding of this idea is that since everything can be tokenized, AI models can also be tokenized and issued as an asset.

But it may not be that simple to implement IMO this set of rules.

Quickly understand the tokenized issuance of AI models

For all ICOs and variants, the core is to create a token and give the token many conditions such as quantity, release conditions, functions and functions. A market price is then formed.

The Token here does not actually correspond to the real world and can be generated out of thin air, which is commonly known as "issuing a coin".

But IMO not.

The core point of IMO is actually the monetization of AI models in reality.

Many open source AI models face challenges monetizing their contributions, resulting in contributors and organizations lacking motivation because they cannot make money. This is why today’s AI industry is dominated by closed-source, for-profit companies. For open source AI models to grow, the key is to raise more funding and build them publicly.

Therefore, the purpose of IMO is to provide a new asset issuance method to help open source AI models raise more funds to fund their development.

By analogy with some previous IXOs, you are optimistic about a certain token asset and then choose to invest in it. At the same time, the market performance of the token will also reward you, and the protocol corresponding to the token generates income. You may also share; Interpretation of IMO: Assetization of AI models, new methods of token issuanceInterpretation of IMO: Assetization of AI models, new methods of token issuanceInterpretation of IMO: Assetization of AI models, new methods of token issuance

Now, in the IMO scenario, if you are optimistic about a certain AI model, you can choose to invest in its corresponding tokens. The AI ​​model provider Funds have been raised for development and development; at the same time, if the model generates economic benefits in actual use in the future, you may also share it.

IMO How to implement it specifically?

If the AI ​​model is to be expressed in the form of tokens and the benefits can be shared, then there must be at least a few key issues involved here:

  1. How to ensure that a certain AI model is true , and can it correspond to the token you hold?
  2. How to ensure that token holders can really share the benefits generated from the use of AI models?

Ora Protocol uses two different ERC protocol standards ERC-7641 and ERC-7007, combined with oracle and ZK technology to solve the above problems.

  • How to ensure that a certain AI model is real and not an empty concept used to make money by issuing coins?

First of all, what we need to know is that Ora Protocol is a protocol that makes AI oracles. Its core product is called Onchain AI Oracle (OAO).

The role of this oracle The point is that the AI ​​model can be verified and executed on the blockchain, ensuring that the deployment and operation of the AI ​​model are completely carried out on the chain, thus ensuring the transparency and verifiability of its execution process.

However, because AI models are often the core competitiveness, if they are exposed to everyone, they will lose their commercial competitive advantage, so Ora Protocol is also equipped with another technology---- opML ( Optimistic Machine Learning), that is, optimistic machine learning.

In layman’s terms, opML may use zero-knowledge proofs or other forms of cryptographic proofs to prove that the model’s operating results are correct without disclosing the details of the model itself. This ensures the authenticity of the model and effectiveness, while also protecting the privacy and proprietary nature of the model.

Interpretation of IMO: Assetization of AI models, new methods of token issuance

Regarding the specific implementation of opML, it is supported by the publicly published papers in the picture above. We cannot evaluate the advantages and disadvantages of its technical details, but we only need to understand the advantages and disadvantages of this technology. The effect is enough.

So far, through the AI ​​oracle and zero-knowledge proof, we have solved the problem of "how to prove that an AI model actually exists".

  • The next question is, how to ensure that the ownership of the token corresponding to this AI model is yours, and that you can share the profits from it.

Tokenizing an AI model is key IMO. Ora Porocol introduces a token standard called ERC-7641, which is compatible with ERC-20.

If a developer of an AI model feels that his model is good and wants to do IMO in the encryption market, his approach is likely to be as follows:

First, compare the AI ​​model with a certain Each ERC-7641 asset is associated, and the total number of tokens is agreed in the smart contract of the asset;

Second, investors in the crypto market purchase the token, and based on the purchase quantity, the corresponding The ownership ratio of the AI ​​model (equal to shareholders);

Third, after the AI ​​model is run on the chain, once the AI ​​model or content generates income (for example, the usage fee paid when the model is called, or the AI ​​generated (royalties from NFT sales), the ERC-7641 protocol can pre-define the rules for revenue distribution in the contract and allow holders of tokens to automatically distribute revenue according to the proportion of tokens they hold.

Through this mechanism, the ERC-7641 token becomes a bridge between AI models and the economic value they generate and token holders, allowing contributors and investors of open source AI models to share the models long-term value.

Therefore, the ERC-7641 token is also called the Intrinsic RevShare Token, which can be interpreted as a token standard designed to share profits generated by AI models.

So the overall logic of IMO is very clear: AI model developers need to raise funds and bind the model to a certain token for IMO; buyers purchase tokens and follow the rules of the token smart contract , and enjoy the profits from the subsequent use of the AI ​​model and the creation of works.

But at this point, there is still a key loophole:

  • How do you know what is created on the chain later? Do AI works (such as NFT, pictures, videos, etc.) really come from this AI model that performs IMO, and are not forged?

The method given by Ora Protocol is to give these AI-generated works Make a mark and implement it through ERC-7007.

Excluding the technical details, you can understand ERC-7007 as a system specially designed for AI-generated content to ensure the authenticity and source of the content. Token standard for traceability.

This standard records the metadata of AI-generated content on the blockchain (such as the AI ​​model used to generate the content, generation time, conditions, etc.) and utilizes intelligent Contracts to automatically execute these verification logic. Developers can use zkML or opML to verify whether the AIGC data of a specific NFT actually comes from a machine learning model and specific input.

This increases the transparency of the authenticity of AIGC content. And through the non-tampering characteristics of the blockchain, it is ensured that once recorded, it cannot be changed or forged; therefore, ERC-7007 is also called "Verifiable AI-Generated Token" in the ORA protocol. Content Token)

Interpretation of IMO: Assetization of AI models, new methods of token issuance

Currently this standard has been open source and can be checked, click here.

At this point, we fully understand the logic of IMO:

  • Bind the AI ​​model to tokens with income sharing function and carry out IMO

  • Investors use their token shares to Enjoy the revenue share of future use of the AI ​​model and derivative works

  • Use a token agreement that can verify the ownership of content creation to verify whether a work is indeed created by the model and share the revenue

It’s still an asset game, not perfect

From ICO to IMO, when AI models can also be tokenized and issued, this year’s encryption boom is destined to compete with AI. Binding.

But the IMO gameplay created by Ora Protocol is not perfect.

  • Off-chain usage issues: Even if IMO can realize on-chain tokenization and Revenue sharing, it is still difficult to solve the problem of revenue sharing when the model is used off-chain. When AI models are used in non-blockchain applications, how the benefits of these uses are tracked and distributed to token holders is a complex issue.

  • Uncertainty of market demand: Although AI-generated content on the chain (such as NFT, etc.) has brought new possibilities to the creative industry, the market demand for these works is still There is great uncertainty. The market value and liquidity of AIGC's works, as well as how much people are willing to pay for these works, are unknown, and stable AI model revenue sharing is impossible to talk about.

  • Revenue sharing in action: In theory, revenue sharing via ERC-7641 tokens sounds like an attractive idea. However, in practice, the effectiveness and feasibility of this mechanism still need to be tested by the market. Especially given the high volatility of blockchain projects and tokens, the actual returns that token holders are able to receive may vary significantly.

In the crypto world, everyone can play with the issued assets, but few can give a preset definite answer as to whether the asset itself is useful or how many people use it.

However, the new model of asset issuance through IMO does provide an innovative framework that allows open source AI models to obtain financial support and achieve value sharing through tokenization.

This kind of framework itself is a narrative that is close to hot topics and has positive value.

In a game where there are no perfect assets, embracing the enthusiasm of AI is often more likely to lead to success.

The above is the detailed content of Interpretation of IMO: Assetization of AI models, new methods of token issuance. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1268
29
C# Tutorial
1247
24
What kind of software is a digital currency app? Top 10 Apps for Digital Currencies in the World What kind of software is a digital currency app? Top 10 Apps for Digital Currencies in the World Apr 30, 2025 pm 07:06 PM

With the popularization and development of digital currency, more and more people are beginning to pay attention to and use digital currency apps. These applications provide users with a convenient way to manage and trade digital assets. So, what kind of software is a digital currency app? Let us have an in-depth understanding and take stock of the top ten digital currency apps in the world.

Quantitative Exchange Ranking 2025 Top 10 Recommendations for Digital Currency Quantitative Trading APPs Quantitative Exchange Ranking 2025 Top 10 Recommendations for Digital Currency Quantitative Trading APPs Apr 30, 2025 pm 07:24 PM

The built-in quantization tools on the exchange include: 1. Binance: Provides Binance Futures quantitative module, low handling fees, and supports AI-assisted transactions. 2. OKX (Ouyi): Supports multi-account management and intelligent order routing, and provides institutional-level risk control. The independent quantitative strategy platforms include: 3. 3Commas: drag-and-drop strategy generator, suitable for multi-platform hedging arbitrage. 4. Quadency: Professional-level algorithm strategy library, supporting customized risk thresholds. 5. Pionex: Built-in 16 preset strategy, low transaction fee. Vertical domain tools include: 6. Cryptohopper: cloud-based quantitative platform, supporting 150 technical indicators. 7. Bitsgap:

How to download, install and register the Hong Kong Digital Currency Exchange app 2025 How to download, install and register the Hong Kong Digital Currency Exchange app 2025 Apr 30, 2025 pm 07:18 PM

The download, installation and registration process of the Hong Kong Digital Currency Exchange app is very simple. Users can quickly obtain and use this app through the official app download link provided in this article. This article will introduce in detail how to download, install and register the Hong Kong Digital Currency Exchange app to ensure that every user can complete the operation smoothly.

Huobi Digital Currency Trading App Download Official Website. Correct Address. Domestic Huobi Digital Currency Trading App Download Official Website. Correct Address. Domestic Apr 30, 2025 pm 07:21 PM

Huobi Digital Currency Trading App is one of the world's leading digital asset trading platforms and is favored by the majority of users. In order to facilitate users to quickly and safely download and install Huobi app, this article will provide you with detailed download and installation tutorials. Please note that this article provides a download link to Huobi official app. Use the download link to this article to download safely to avoid mistakenly entering a copycat website or downloading to unofficial versions. Next, let us download and install Huobi app step by step.

Is the digital currency app formal? Top 10 formal and legal virtual currency trading apps in the world Is the digital currency app formal? Top 10 formal and legal virtual currency trading apps in the world Apr 30, 2025 pm 07:09 PM

Recommended cryptocurrency trading platforms include: 1. Binance: the world's largest trading volume, supports 1,400 currencies, FCA and MAS certification. 2. OKX: Strong technical strength, supports 400 currencies, approved by the Hong Kong Securities Regulatory Commission. 3. Coinbase: The largest compliance platform in the United States, suitable for beginners, SEC and FinCEN supervision. 4. Kraken: a veteran European brand, ISO 27001 certified, holds a US MSB and UK FCA license. 5. Gate.io: The most complete currency (800), low transaction fees, and obtained a license from multiple countries. 6. Huobi Global: an old platform that provides a variety of services, and holds Japanese FSA and Hong Kong TCSP licenses. 7. KuCoin

Is there a future for digital currency apps? Apple mobile digital currency trading platform app download TOP10 Is there a future for digital currency apps? Apple mobile digital currency trading platform app download TOP10 Apr 30, 2025 pm 07:00 PM

The prospects of digital currency apps are broad, which are specifically reflected in: 1. Technology innovation-driven function upgrades, improving user experience through the integration of DeFi and NFT and AI and big data applications; 2. Regulatory compliance trends, global framework improvements and stricter requirements for AML and KYC; 3. Function diversification and service expansion, integrating lending, financial management and other services and optimizing user experience; 4. User base and global expansion, and the user scale is expected to exceed 1 billion in 2025.

What is the core difference between Huobi's previous Huoxin and OKX's current pay? What is the core difference between Huobi's previous Huoxin and OKX's current pay? Apr 30, 2025 pm 06:33 PM

Neither Huoxin nor OKX Pay directly supports fiat currency payment. Huoxin is mainly used for digital asset management and transactions, and users need to exchange fiat currency through the Huobi Exchange; OKX Pay focuses on digital asset payment and transfer, and users need to exchange fiat currency through the OKX platform.

uniswap on-chain withdrawal uniswap on-chain withdrawal Apr 30, 2025 pm 07:03 PM

Uniswap users can withdraw tokens from liquidity pools to their wallets to ensure asset security and liquidity. The process requires gas fees and is affected by network congestion.