💙 Gate Square #Gate Blue Challenge# 💙
Show your limitless creativity with Gate Blue!
📅 Event Period
August 11 – 20, 2025
🎯 How to Participate
1. Post your original creation (image / video / hand-drawn art / digital work, etc.) on Gate Square, incorporating Gate’s brand blue or the Gate logo.
2. Include the hashtag #Gate Blue Challenge# in your post title or content.
3. Add a short blessing or message for Gate in your content (e.g., “Wishing Gate Exchange continued success — may the blue shine forever!”).
4. Submissions must be original and comply with community guidelines. Plagiarism or re
IOSG Ventures: LLM empowers the blockchain to open a new era of on-chain experience
Written by: Yiping, IOSG Ventures
write in front
Source: IOSG Ventures
This research report is divided into two parts. This article is the upper part. We will focus on the application of LLM in the encryption field and discuss the application landing strategy.
What is LLM?
LLM (Large Language Model) is a computerized language model consisting of an artificial neural network with a large number of parameters (usually billions). These models are trained on large amounts of unlabeled text.
Around 2018, the birth of LLM revolutionized the research of natural language processing. Unlike previous methods that require training a specific supervised model for a specific task, LLM, as a general model, performs well on a variety of tasks. Its capabilities and applications include:
LLM's strengths include its ability to understand large amounts of data, its ability to perform multiple language-related tasks, and its potential to tailor results to user needs.
Common large-scale language model applications
Due to its outstanding natural language understanding ability, LLM has considerable potential, and developers mainly focus on the following two aspects:
It is these two aspects that make the LLM application of chatting with XX explode like mushrooms after rain. For example, chat with PDFs, chat with documents, and chat with academic papers.
Subsequently, attempts were made to fuse LLM with various data sources. Developers have successfully integrated platforms such as Github, Notion, and some note-taking software with LLM.
To overcome the inherent limitations of LLM, different tools were incorporated into the system. The first such tool was a search engine, which provided LLMs with access to up-to-date knowledge. Further progress will integrate tools such as WolframAlpha, Google Suites, and Etherscan with large language models.
Architecture of LLM Apps
The diagram below outlines the flow of the LLM application when responding to user queries: First, the relevant data sources are converted into embedding vectors and stored in a vector database. The LLM adapter uses user queries and similarity searches to find relevant context from the vector database. The relevant context is put in and sent to LLM. LLM will execute these and use tools to generate answers. Sometimes LLMs are tuned on specific datasets to improve accuracy and reduce cost.
The workflow of the LLM application can be roughly divided into three main phases:
Bringing LLM into the crypto space
Although there are some similar applications in the encryption field (Web3) and Web2, developing good LLM applications in the encryption field requires special care.
The crypto ecosystem is unique, with its own culture, data, and convergence. LLMs fine-tuned on these cryptographically restricted datasets can provide superior results at relatively low cost. While data is abundantly available, there is a distinct lack of open datasets on platforms like HuggingFace. Currently, there is only one dataset related to smart contracts, which contains 113,000 smart contracts.
Developers also face the challenge of integrating different tools into LLM. These tools differ from those used in Web2 by giving LLMs the ability to access transaction-related data, interact with decentralized applications (Dapps), and execute transactions. So far, we have not found any Dapp integration in Langchain.
Although additional investment may be required to develop high-quality cryptographic LLM applications, LLM is a natural fit for the cryptographic space. This domain provides rich, clean, structured data. This, combined with the fact that Solidity code is often concise, makes it easier for LLM to generate functional code.
In Part 2, we will discuss 8 potential directions where LLM can help the blockchain space, such as:
Stay tuned!