🎉 Congratulations to the following users for winning in the #Gate CBO Kevin Lee# - 6/26 event!
KaRaDeNiZ, Sakura_3434, Anza01, asiftahsin, GateUser-d0654db3, milaluxury, Ryakpanda, 静.和, milaluxury, 币大亨1
💰 Each winner will receive $5 Points!
🎁 Rewards will be distributed within 14 working days. Please make sure to complete identity verification to be eligible.
📌 Event details: https://www.gate.com/post/status/11782130
🙏 Thank you all for your enthusiastic participation — more exciting events are on the way!
OpenLedger builds a payable AI: OP Stack + EigenDA foundation drives data and model economy
OpenLedger Depth Research Report: Building a data-driven, model-composable agent economy based on OP Stack + EigenDA
1. Introduction | The Model Layer Leap of Crypto AI
Data, models, and computing power are the three core elements of AI infrastructure, analogous to fuel (data), engine (model), and energy (computing power), all of which are essential. Similar to the evolutionary path of infrastructure in the traditional AI industry, the Crypto AI field has also gone through similar stages. At the beginning of 2024, the market was once dominated by decentralized GPU projects such as ( certain computing platforms, certain rendering platforms, and certain networks ), which generally emphasized the rough growth logic of "competing in computing power." However, entering 2025, the industry's focus gradually shifted to the model and data layer, marking a transition for Crypto AI from competition for underlying resources to the construction of more sustainable and application-value-oriented mid-level frameworks.
General Large Model (LLM) vs Specialized Model (SLM)
Traditional large language model (LLM) training heavily relies on large-scale datasets and complex distributed architectures, with parameter scales ranging from 70B to 500B, and the cost of training can often reach millions of dollars. SLM (Specialized Language Model), as a lightweight fine-tuning paradigm of reusable foundational models, is usually based on open-source models like LLaMA, Mistral, DeepSeek, etc., combined with a small amount of high-quality specialized data and technologies like LoRA, to quickly build expert models with specific domain knowledge, significantly reducing training costs and technical barriers.
It is worth noting that SLM will not be integrated into LLM weights, but will collaborate with LLM through methods such as Agent architecture calls, dynamic routing via a plugin system, hot-swappable LoRA modules, and RAG (Retrieval-Augmented Generation). This architecture retains the broad coverage capability of LLM while enhancing professional performance through fine-tuning modules, forming a highly flexible combinatorial intelligent system.
The Value and Boundaries of Crypto AI at the Model Layer
Crypto AI projects are essentially difficult to directly enhance the core capabilities of large language models (LLM), the core reason being
However, on top of open-source foundational models, Crypto AI projects can still achieve value extension by fine-tuning specialized language models (SLM) and combining the verifiability and incentive mechanisms of Web3. As the "peripheral interface layer" of the AI industry chain, it is reflected in two core directions:
Classification of AI Model Types and Analysis of Blockchain Applicability
It can be seen that the feasible landing points of model-type Crypto AI projects mainly focus on lightweight fine-tuning of small SLMs, on-chain data access and verification of RAG architecture, as well as local deployment and incentives for Edge models. Combining the verifiability of blockchain and the token mechanism, Crypto can provide unique value for these medium and low-resource model scenarios, forming differentiated value for the AI "interface layer".
The blockchain AI chain based on data and models can provide clear and tamper-proof on-chain records of the source of contributions for each piece of data and model, significantly enhancing the credibility of data and the traceability of model training. At the same time, through the smart contract mechanism, rewards distribution is automatically triggered when data or models are called, transforming AI behavior into measurable and tradable tokenized value, thus creating a sustainable incentive system. In addition, community users can also evaluate model performance, participate in rule formulation and iteration through token voting, improving the decentralized governance structure.
2. Project Overview | OpenLedger's AI Chain Vision
OpenLedger is one of the few blockchain AI projects in the current market that focuses on data and model incentive mechanisms. It pioneers the concept of "Payable AI" with the aim of building a fair, transparent, and composable AI operating environment that incentivizes data contributors, model developers, and AI application builders to collaborate on the same platform and earn on-chain rewards based on their actual contributions.
OpenLedger provides a complete closed-loop chain from "data provision" to "model deployment" and then to "profit sharing," with its core modules including:
Through the above modules, OpenLedger has built a data-driven, model-composable "agent economy infrastructure" to promote the on-chain of the AI value chain.
In the adoption of blockchain technology, OpenLedger uses OP Stack + EigenDA as a foundation to build a high-performance, low-cost, and verifiable environment for data and contract execution for AI models.
Compared to certain public chains that are more focused on lower layers, emphasizing data sovereignty and the "AI Agents on BOS" architecture, OpenLedger is more dedicated to building an AI-specific chain aimed at data and model incentives, striving to achieve a traceable, composable, and sustainable value loop for the development and invocation of models on-chain. It serves as the model incentive infrastructure in the Web3 world, combining model hosting similar to a certain model hosting platform, usage billing akin to a certain payment platform, and composable interfaces on-chain resembling certain infrastructure services, promoting the realization pathway of "model as an asset."
3. Core Components and Technical Architecture of OpenLedger
3.1 Model Factory, no-code model factory
ModelFactory is a large language model (LLM) fine-tuning platform under the OpenLedger ecosystem. Unlike traditional fine-tuning frameworks, ModelFactory provides a purely graphical interface for operation, eliminating the need for command line tools or API integration. Users can fine-tune the model based on datasets that have been authorized and reviewed on OpenLedger. It realizes an integrated workflow for data authorization, model training, and deployment, with the core processes including:
The Model Factory system architecture includes six major modules, covering identity authentication, data access permissions, model fine-tuning, evaluation deployment, and RAG traceability, creating a secure, controllable, real-time interactive, and sustainable monetization integrated model service platform.
The following is a brief overview of the large language model capabilities currently supported by ModelFactory:
Although OpenLedger's model suite does not include the latest high-performance MoE models or multimodal models, its strategy is not outdated, but rather a "practical-first" configuration made based on the real constraints of on-chain deployment (inference costs, RAG adaptation, LoRA compatibility, EVM environment).
Model Factory, as a no-code toolchain, has built-in proof of contribution mechanisms for all models, ensuring the rights of data contributors and model developers. It features low barriers to entry, monetization, and combinability, compared to traditional model development tools:
3.2 OpenLoRA, On-chain Assetization of Fine-tuned Models
LoRA (Low-Rank Adaptation) is an efficient parameter tuning method that learns new tasks by inserting "low-rank matrices" into pre-trained large models without modifying the original model parameters, thereby significantly reducing training costs and storage requirements. Traditional large language models (such as LLaMA, GPT-3) typically have billions or even trillions of parameters. To use them for specific tasks (such as legal Q&A, medical consultations), fine-tuning is required. The core strategy of LoRA is: "freeze the parameters of the original large model and only train the newly inserted parameter matrices." It is parameter-efficient, trains quickly, and is flexibly deployable, making it the mainstream fine-tuning method most suitable for Web3 model deployment and composite calls.
OpenLoRA is a lightweight inference framework built by OpenLedger specifically designed for multi-model deployment and resource sharing. Its core goal is to address common issues in current AI model deployment such as high costs, low reusability, and GPU resource wastage, promoting the practical implementation of "Payable AI."
OpenLoRA system architecture core components, based on modular design