How Swarms Became the AI Agent Dark Horse?

Intermediate2/6/2025, 1:18:01 AM
In less than a month after its launch, the token market capitalization of $swarms briefly exceeded $620 million. As an enterprise-level multi-agent LLM framework, what is the value logic behind the Swarms project? This article delves into Swarms, exploring its team background, market controversies, technological innovations, modular framework, tokenomics, and roadmap, offering insight into its future development potential.

The rapidly growing AI Agent sector continues to soar, with the number of projects and overall market cap constantly breaking new records. In an industry where the landscape is ever-changing, new dark horses are always emerging, creating their own moments of miracle. Swarms is one such project that has burst onto the scene.

According to data, within less than a month of launching its official token, $swarms, its market cap briefly surpassed $620 million. While the market has since seen a slight pullback in line with broader market trends, the token’s market cap still remains around $170 million. This article will take an in-depth look at the Swarms project, exploring its team background, market controversies, technological innovations, modular framework, tokenomics, and roadmap, to give users a better understanding of its potential for future growth.

What is Swarms?

Swarms is a multi-agent LLM (Large Language Model) framework that leverages its flexible Swarm architecture, seamless third-party integrations, and user-friendly core components to create a complete solution to help developers quickly and easily deploy AI products.


Source: swarms.world

Unlike single AI development tools, Swarms focuses on building a powerful agent infrastructure for users, developers, and businesses. Multiple AI agents work together like a team through intelligent orchestration and efficient collaboration to meet various complexity requirements. At the same time, Swarms is committed to creating a prosperous and sustainable ecosystem where different agents interact to form network effects that drive large-scale adoption and generate more value.

$swarms is the official token of the Swarms platform, with an initial maximum supply of 1 billion tokens and based on the Solana blockchain. $swarms plays a crucial role within the Swarms ecosystem, serving as the native currency, enabling platform functionality access, and facilitating ecosystem governance.

Team Background

The founder of Swarms is Kye Gomez, who is currently just 20 years old. As a young developer, Kye Gomez dropped out of high school and launched the Swarms project in 2022. Over the past three years, the project has efficiently operated 45 million AI agents, providing services to some of the world’s largest financial, insurance, and healthcare institutions.

In addition to Swarms, Kye Gomez has also contributed to several other projects, including Pegasus, which focuses on natural language processing and embedding models, and AlphaFold3, an AI system that provides tools for the biological sciences field.


Source: github.com/kyegomez/swarms

According to GitHub, the developer community has warmly received Swarms, which currently boasts 4.1k stars and 464 forks. As an open-source project, Swarms now has 29 contributors.

Controversy with ai16z’s Public Opinion

The $swarms token was created on December 17, 2024, and issued through Pump.fun. Within a few days of its launch, the market capitalization of $swarms surpassed $70 million, showing an incredibly strong upward momentum. However, at this very moment, a sudden turn of events occurred. Shaw, the founder of ai16z, publicly accused Kye Gomez (@KyeGomezB) on the X platform, calling him a scammer, claiming that he could not write code, and citing a Reddit post from 2023 to allege that Kye had plagiarized code.

As the founder of ai16z, Shaw holds significant influence in the industry. Once the FUD (Fear, Uncertainty, Doubt) spread, the price of $swarms dropped sharply. Its market cap plummeted to only $6 million in just a few hours. In response to the accusations, Kye Gomez immediately posted a denial. Interestingly, perhaps to demonstrate the value of the Swarms framework, he seized the opportunity to launch a new medical token, $mcs, based on the Swarms framework.


Source: Pump.fun

The issuance of the new token did not succeed in reversing the decline of $swarms; in fact, it only intensified panic among the token holders. To ease the community’s anxiety, Kye Gomez held an emergency livestream and announced that he would lock up his own $swarms tokens for a year. Following this, the price of $swarms gradually recovered, and after a period of quiet, it surged again, with its market cap rapidly rising from tens of millions of dollars to a peak of $620 million.

During this period of controversy, Shaw failed to provide any further solid evidence to support his claims. Instead, his poor remarks and actions led him deeper into negative public opinion. In contrast, Kye Gomez and the other team members steadily pushed forward with product upgrades, releasing clearer and more comprehensive development tool documentation and a series of ecosystem incentives. To some extent, this helped them gain broader user support.


Source: @KyeGomezB

As of now, the controversy has largely settled with Shaw deleting a significant number of his posts.

In addition to the dispute with Shaw, Kye Gomez also accused OpenAI of plagiarizing the Swarms name, code, and methodology last October. At that time, OpenAI AI researcher Shyamal Anadkat released a new multi-agent framework called “Swarm.” Kye Gomez listed several pieces of evidence for plagiarism and stated that unless OpenAI invested in Swarms, he would pursue legal action. However, this issue has not progressed further.

Swarms Framework Modular Components

Swarms is the first production-level multi-agent coordination framework, designed to provide developers with tools to automate business operations for large-scale optimization. For developers, Swarms enables:

  1. Architectural Flexibility: Swarms offers a wide range of pre-built cluster architectures, allowing developers to choose or customize the agent framework to meet personalized needs, maximizing control over how agents interact with each other.
  2. Third-Party Integrations: Swarms seamlessly integrates with various external APIs, databases, and platforms, ensuring full scalability.
  3. Intuitive Usability: Swarms always places developers at the center when building APIs, offering intuitive and easy-to-use interfaces that significantly simplify the deployment process.

The Swarms framework comprises modular components, with each component playing a specific role in the construction, orchestration, and management of agent groups. These components work efficiently together to solve complex tasks. Key components of the Swarms framework include:

  • Agents Folder: This folder contains the core logic of the various agents within the Swarms framework. It allows users to create and manage different types of agents, such as marketing agents, accounting agents, and programming agents.
  • Artifacts Folder: This folder stores the results or outputs generated by agents, ensuring that no data is lost after task completion.
  • CLI Folder: This allows developers to interact with the Swarms framework through the command line interface.
  • Models Folder: This folder provides the computational power for agent decision-making and task execution. It supports plug-and-play as well as custom models.
  • Prompts Folder: This folder contains prompt templates for agents, including the required logic and guidance to enable interaction and task completion.
  • Schemas Folder: Using tools like Pydantic, this folder ensures data consistency throughout the framework, facilitating large-scale agent coordination and task management.
  • Structs Folder: As the core of the Swarms framework, this folder is primarily responsible for managing and coordinating the orchestration logic of agent groups. It allows dynamic task allocation, queue management, agent communication, and result aggregation.
  • Telemetry Folder: This folder provides logging and monitoring tools, helping users achieve real-time tracking of agents.
  • Tools Folder: This folder extends agent functionality, such as web scraping, API interactions, data parsing, and more.
  • Utils Folder: This folder provides commonly used functions such as data formatting, validation, and log settings.
  • Core Initialization File: This file acts as the entry point for the components, bridging all the framework’s components together.

Based on the core components listed above, the Swarms framework offers high flexibility and scalability. To better manage multiple agents within Swarms, the framework employs various communication modes and interaction models, such as hierarchical, parallel, and sequential communication, to achieve optimal agent interaction, information sharing, and behavior coordination. These capabilities support a wide range of real-world use cases.

Moreover, developers can use Swarms’ tools, documentation, and templates to customize the Swarm architecture, promoting innovation while meeting personal use cases.

Core Products of the Swarms Ecosystem

The Swarms ecosystem is a comprehensive and scalable platform that, in addition to the Swarms framework, includes the following core products:

  • Swarms Cloud Solution: Offers 99% uptime, infinite scalability, and self-healing capabilities.
  • Swarms Models: Provides interfaces for LLM providers like OpenAI, Anthropic, and Ollama.
  • AgentParse: A high-performance database that maps structured data (such as JSON, YAML, CSV, and Pydantic models) into a format that agents can understand.
  • Swarms Platform: Supports the buying, selling, and trading of various agents.
  • IoTAgents: Enables seamless integration between IoT data and AI agents.

The Swarms team continuously expands the ecosystem, regularly upgrading product features to enhance user experience. Upcoming features include one-click Swarm API launches, real-time chat and API functionalities for agents and tools, agent real-time tracking, and integration with paywalls.

$swarms Token Economics

$swarms is the official token of Swarms, issued on Pump.fun, with a circulating market cap of approximately $169 million. The maximum supply of $swarms is 1 billion tokens, with the team holding 2% of the total supply, while 98% of the tokens have already been fully circulated. The latest on-chain data shows 33,786 unique $swarms token holders, with the top 100 addresses holding 66.3% of the total supply.

The $swarms token plays a critical role in the Swarms ecosystem, serving both practical and governance functions, including:

  1. Ecosystem Currency: Holding $swarms grants access to and operation of agents, agent upgrades and customization, participation in ecosystem activities and training courses, and more.
  2. Ecosystem Governance: Holding $swarms allows participation in the development of the Swarms ecosystem, with rights to vote, propose, and more.
  3. Staking Mechanism: Staking $swarms allows users to earn passive income, gain priority access to new features and agents, or fund promising new agent projects.

At the same time, the Swarms team is actively building DAO governance. Users can join the DAO by sending and staking $swarms tokens to the official treasury address, with a minimum requirement of 100,000 tokens. Based on the number of $swarms tokens sent, users can join different levels of the DAO community and unlock various benefits and rewards. For example, users who send 1 million $swarms can join the highest level of the DAO, gaining three times the voting power, founder access, custom development, up to 35% staking yield, and a share of protocol fees.


Source: swarms.world

As of now, the Swarms DAO has over 30 active members and 40+ proposals. One proposal suggests allocating 8% of the total token supply to ecosystem growth, covering research and development, infrastructure development, and partner expansion.

Ecosystem Development and Future Outlook

To further incentivize ecosystem participants, the Swarms team has outlined a series of reward measures in its latest whitepaper. These measures target agent builders and maintainers, feedback users, educational users, and the broader developer community. Winners will be rewarded with $swarms tokens to promote the long-term, healthy development of the ecosystem.

In early January, Swarms launched its ecosystem partnership program, allocating 10 million $swarms tokens as an ecosystem fund. The program also offers technical, marketing, and agent infrastructure support, among other resources.

According to the team’s roadmap, Swarms will focus on agent expansion in the near future, aiming to scale the number of active agents to 50 billion. At the same time, Swarms will enhance infrastructure performance and continue to build out its ecosystem products. As for $swarms, the team plans to expand its application scenarios, particularly in emerging fields such as IoT, healthcare, and finance. The goal is to strengthen internal and external collaborations to ensure the token’s utility and value growth.

Currently, there are several projects within the Swarms ecosystem worth noting:

  • MCS ($mcs)

MCS is a healthcare project created by Swarms founder Kye Gomez, aiming to provide affordable, reliable, and fast healthcare services through Swarms’ extensive network of agents. $mcs is the project’s agent token, issued on Pump.fun, launched on December 21, 2024, with an initial maximum supply of 1 billion tokens.

According to the latest on-chain data, $mcs has 3,093 unique token holders, with the top 10 holders controlling 49.89% of the total supply. Its circulating market cap is around $4.85 million.

  • Intermittent fasting ($IFSCI)

Intermittent Fasting is the first vertical DeSAI (DeSci x AI) agent based on the Swarms framework, focused on helping users create personalized fasting and dietary plans. The team is currently gathering nutrition and fasting data to build the 1.0 agent. Future plans include expanding the AI agent capabilities, launching an AI-powered fasting app, and collaborating with health and nutrition organizations.

$IFSCI is the core token of this project, issued on Pump.fun on January 4, 2025, with a maximum initial supply of 1 billion tokens. On-chain data shows that $IFSCI currently has 5,531 unique holders, with the top 10 holders controlling 29.68% of the total supply. Its circulating market cap is approximately $2.73 million.

  • createnow.xyz ($create)

createnow.xyz is a decentralized content engine platform that helps users generate AI-driven content, including images, videos, and music. The platform is built on the Swarms framework, with $create as its core ecosystem token, playing a key role in facilitating transactions, incentivizing participation, and promoting community development.

According to on-chain data, $create was issued on Pump.fun on January 4, 2025, with a maximum initial supply of 1 billion tokens. Currently, $create has 3,138 unique holders, with the top 10 holders controlling 56.17% of the total supply. Its circulating market cap is around $1.11 million.

Conclusion

At this stage, Swarms has demonstrated its formidable technical strength to both users and the market, with its modular framework and core ecosystem components. At the same time, the team has not overlooked the development of its token economy and the construction of decentralized governance, striving for a balanced and sustainable growth of the ecosystem.

While many projects have emerged in the current AI agent landscape, they are still in the very early stages of development. Given the uncertainties brought by complex technologies, it is wiser to move forward together, fostering mutually beneficial collaborations and building a stronger, more resilient industry ecosystem. This is the attitude that infrastructure projects like Swarms or AI16z should adopt.

Author: Tina
Translator: Piper
Reviewer(s): Piccolo、Edward、Elisa
Translation Reviewer(s): Ashley、Joyce
* The information is not intended to be and does not constitute financial advice or any other recommendation of any sort offered or endorsed by Gate.io.
* This article may not be reproduced, transmitted or copied without referencing Gate.io. Contravention is an infringement of Copyright Act and may be subject to legal action.

How Swarms Became the AI Agent Dark Horse?

Intermediate2/6/2025, 1:18:01 AM
In less than a month after its launch, the token market capitalization of $swarms briefly exceeded $620 million. As an enterprise-level multi-agent LLM framework, what is the value logic behind the Swarms project? This article delves into Swarms, exploring its team background, market controversies, technological innovations, modular framework, tokenomics, and roadmap, offering insight into its future development potential.

The rapidly growing AI Agent sector continues to soar, with the number of projects and overall market cap constantly breaking new records. In an industry where the landscape is ever-changing, new dark horses are always emerging, creating their own moments of miracle. Swarms is one such project that has burst onto the scene.

According to data, within less than a month of launching its official token, $swarms, its market cap briefly surpassed $620 million. While the market has since seen a slight pullback in line with broader market trends, the token’s market cap still remains around $170 million. This article will take an in-depth look at the Swarms project, exploring its team background, market controversies, technological innovations, modular framework, tokenomics, and roadmap, to give users a better understanding of its potential for future growth.

What is Swarms?

Swarms is a multi-agent LLM (Large Language Model) framework that leverages its flexible Swarm architecture, seamless third-party integrations, and user-friendly core components to create a complete solution to help developers quickly and easily deploy AI products.


Source: swarms.world

Unlike single AI development tools, Swarms focuses on building a powerful agent infrastructure for users, developers, and businesses. Multiple AI agents work together like a team through intelligent orchestration and efficient collaboration to meet various complexity requirements. At the same time, Swarms is committed to creating a prosperous and sustainable ecosystem where different agents interact to form network effects that drive large-scale adoption and generate more value.

$swarms is the official token of the Swarms platform, with an initial maximum supply of 1 billion tokens and based on the Solana blockchain. $swarms plays a crucial role within the Swarms ecosystem, serving as the native currency, enabling platform functionality access, and facilitating ecosystem governance.

Team Background

The founder of Swarms is Kye Gomez, who is currently just 20 years old. As a young developer, Kye Gomez dropped out of high school and launched the Swarms project in 2022. Over the past three years, the project has efficiently operated 45 million AI agents, providing services to some of the world’s largest financial, insurance, and healthcare institutions.

In addition to Swarms, Kye Gomez has also contributed to several other projects, including Pegasus, which focuses on natural language processing and embedding models, and AlphaFold3, an AI system that provides tools for the biological sciences field.


Source: github.com/kyegomez/swarms

According to GitHub, the developer community has warmly received Swarms, which currently boasts 4.1k stars and 464 forks. As an open-source project, Swarms now has 29 contributors.

Controversy with ai16z’s Public Opinion

The $swarms token was created on December 17, 2024, and issued through Pump.fun. Within a few days of its launch, the market capitalization of $swarms surpassed $70 million, showing an incredibly strong upward momentum. However, at this very moment, a sudden turn of events occurred. Shaw, the founder of ai16z, publicly accused Kye Gomez (@KyeGomezB) on the X platform, calling him a scammer, claiming that he could not write code, and citing a Reddit post from 2023 to allege that Kye had plagiarized code.

As the founder of ai16z, Shaw holds significant influence in the industry. Once the FUD (Fear, Uncertainty, Doubt) spread, the price of $swarms dropped sharply. Its market cap plummeted to only $6 million in just a few hours. In response to the accusations, Kye Gomez immediately posted a denial. Interestingly, perhaps to demonstrate the value of the Swarms framework, he seized the opportunity to launch a new medical token, $mcs, based on the Swarms framework.


Source: Pump.fun

The issuance of the new token did not succeed in reversing the decline of $swarms; in fact, it only intensified panic among the token holders. To ease the community’s anxiety, Kye Gomez held an emergency livestream and announced that he would lock up his own $swarms tokens for a year. Following this, the price of $swarms gradually recovered, and after a period of quiet, it surged again, with its market cap rapidly rising from tens of millions of dollars to a peak of $620 million.

During this period of controversy, Shaw failed to provide any further solid evidence to support his claims. Instead, his poor remarks and actions led him deeper into negative public opinion. In contrast, Kye Gomez and the other team members steadily pushed forward with product upgrades, releasing clearer and more comprehensive development tool documentation and a series of ecosystem incentives. To some extent, this helped them gain broader user support.


Source: @KyeGomezB

As of now, the controversy has largely settled with Shaw deleting a significant number of his posts.

In addition to the dispute with Shaw, Kye Gomez also accused OpenAI of plagiarizing the Swarms name, code, and methodology last October. At that time, OpenAI AI researcher Shyamal Anadkat released a new multi-agent framework called “Swarm.” Kye Gomez listed several pieces of evidence for plagiarism and stated that unless OpenAI invested in Swarms, he would pursue legal action. However, this issue has not progressed further.

Swarms Framework Modular Components

Swarms is the first production-level multi-agent coordination framework, designed to provide developers with tools to automate business operations for large-scale optimization. For developers, Swarms enables:

  1. Architectural Flexibility: Swarms offers a wide range of pre-built cluster architectures, allowing developers to choose or customize the agent framework to meet personalized needs, maximizing control over how agents interact with each other.
  2. Third-Party Integrations: Swarms seamlessly integrates with various external APIs, databases, and platforms, ensuring full scalability.
  3. Intuitive Usability: Swarms always places developers at the center when building APIs, offering intuitive and easy-to-use interfaces that significantly simplify the deployment process.

The Swarms framework comprises modular components, with each component playing a specific role in the construction, orchestration, and management of agent groups. These components work efficiently together to solve complex tasks. Key components of the Swarms framework include:

  • Agents Folder: This folder contains the core logic of the various agents within the Swarms framework. It allows users to create and manage different types of agents, such as marketing agents, accounting agents, and programming agents.
  • Artifacts Folder: This folder stores the results or outputs generated by agents, ensuring that no data is lost after task completion.
  • CLI Folder: This allows developers to interact with the Swarms framework through the command line interface.
  • Models Folder: This folder provides the computational power for agent decision-making and task execution. It supports plug-and-play as well as custom models.
  • Prompts Folder: This folder contains prompt templates for agents, including the required logic and guidance to enable interaction and task completion.
  • Schemas Folder: Using tools like Pydantic, this folder ensures data consistency throughout the framework, facilitating large-scale agent coordination and task management.
  • Structs Folder: As the core of the Swarms framework, this folder is primarily responsible for managing and coordinating the orchestration logic of agent groups. It allows dynamic task allocation, queue management, agent communication, and result aggregation.
  • Telemetry Folder: This folder provides logging and monitoring tools, helping users achieve real-time tracking of agents.
  • Tools Folder: This folder extends agent functionality, such as web scraping, API interactions, data parsing, and more.
  • Utils Folder: This folder provides commonly used functions such as data formatting, validation, and log settings.
  • Core Initialization File: This file acts as the entry point for the components, bridging all the framework’s components together.

Based on the core components listed above, the Swarms framework offers high flexibility and scalability. To better manage multiple agents within Swarms, the framework employs various communication modes and interaction models, such as hierarchical, parallel, and sequential communication, to achieve optimal agent interaction, information sharing, and behavior coordination. These capabilities support a wide range of real-world use cases.

Moreover, developers can use Swarms’ tools, documentation, and templates to customize the Swarm architecture, promoting innovation while meeting personal use cases.

Core Products of the Swarms Ecosystem

The Swarms ecosystem is a comprehensive and scalable platform that, in addition to the Swarms framework, includes the following core products:

  • Swarms Cloud Solution: Offers 99% uptime, infinite scalability, and self-healing capabilities.
  • Swarms Models: Provides interfaces for LLM providers like OpenAI, Anthropic, and Ollama.
  • AgentParse: A high-performance database that maps structured data (such as JSON, YAML, CSV, and Pydantic models) into a format that agents can understand.
  • Swarms Platform: Supports the buying, selling, and trading of various agents.
  • IoTAgents: Enables seamless integration between IoT data and AI agents.

The Swarms team continuously expands the ecosystem, regularly upgrading product features to enhance user experience. Upcoming features include one-click Swarm API launches, real-time chat and API functionalities for agents and tools, agent real-time tracking, and integration with paywalls.

$swarms Token Economics

$swarms is the official token of Swarms, issued on Pump.fun, with a circulating market cap of approximately $169 million. The maximum supply of $swarms is 1 billion tokens, with the team holding 2% of the total supply, while 98% of the tokens have already been fully circulated. The latest on-chain data shows 33,786 unique $swarms token holders, with the top 100 addresses holding 66.3% of the total supply.

The $swarms token plays a critical role in the Swarms ecosystem, serving both practical and governance functions, including:

  1. Ecosystem Currency: Holding $swarms grants access to and operation of agents, agent upgrades and customization, participation in ecosystem activities and training courses, and more.
  2. Ecosystem Governance: Holding $swarms allows participation in the development of the Swarms ecosystem, with rights to vote, propose, and more.
  3. Staking Mechanism: Staking $swarms allows users to earn passive income, gain priority access to new features and agents, or fund promising new agent projects.

At the same time, the Swarms team is actively building DAO governance. Users can join the DAO by sending and staking $swarms tokens to the official treasury address, with a minimum requirement of 100,000 tokens. Based on the number of $swarms tokens sent, users can join different levels of the DAO community and unlock various benefits and rewards. For example, users who send 1 million $swarms can join the highest level of the DAO, gaining three times the voting power, founder access, custom development, up to 35% staking yield, and a share of protocol fees.


Source: swarms.world

As of now, the Swarms DAO has over 30 active members and 40+ proposals. One proposal suggests allocating 8% of the total token supply to ecosystem growth, covering research and development, infrastructure development, and partner expansion.

Ecosystem Development and Future Outlook

To further incentivize ecosystem participants, the Swarms team has outlined a series of reward measures in its latest whitepaper. These measures target agent builders and maintainers, feedback users, educational users, and the broader developer community. Winners will be rewarded with $swarms tokens to promote the long-term, healthy development of the ecosystem.

In early January, Swarms launched its ecosystem partnership program, allocating 10 million $swarms tokens as an ecosystem fund. The program also offers technical, marketing, and agent infrastructure support, among other resources.

According to the team’s roadmap, Swarms will focus on agent expansion in the near future, aiming to scale the number of active agents to 50 billion. At the same time, Swarms will enhance infrastructure performance and continue to build out its ecosystem products. As for $swarms, the team plans to expand its application scenarios, particularly in emerging fields such as IoT, healthcare, and finance. The goal is to strengthen internal and external collaborations to ensure the token’s utility and value growth.

Currently, there are several projects within the Swarms ecosystem worth noting:

  • MCS ($mcs)

MCS is a healthcare project created by Swarms founder Kye Gomez, aiming to provide affordable, reliable, and fast healthcare services through Swarms’ extensive network of agents. $mcs is the project’s agent token, issued on Pump.fun, launched on December 21, 2024, with an initial maximum supply of 1 billion tokens.

According to the latest on-chain data, $mcs has 3,093 unique token holders, with the top 10 holders controlling 49.89% of the total supply. Its circulating market cap is around $4.85 million.

  • Intermittent fasting ($IFSCI)

Intermittent Fasting is the first vertical DeSAI (DeSci x AI) agent based on the Swarms framework, focused on helping users create personalized fasting and dietary plans. The team is currently gathering nutrition and fasting data to build the 1.0 agent. Future plans include expanding the AI agent capabilities, launching an AI-powered fasting app, and collaborating with health and nutrition organizations.

$IFSCI is the core token of this project, issued on Pump.fun on January 4, 2025, with a maximum initial supply of 1 billion tokens. On-chain data shows that $IFSCI currently has 5,531 unique holders, with the top 10 holders controlling 29.68% of the total supply. Its circulating market cap is approximately $2.73 million.

  • createnow.xyz ($create)

createnow.xyz is a decentralized content engine platform that helps users generate AI-driven content, including images, videos, and music. The platform is built on the Swarms framework, with $create as its core ecosystem token, playing a key role in facilitating transactions, incentivizing participation, and promoting community development.

According to on-chain data, $create was issued on Pump.fun on January 4, 2025, with a maximum initial supply of 1 billion tokens. Currently, $create has 3,138 unique holders, with the top 10 holders controlling 56.17% of the total supply. Its circulating market cap is around $1.11 million.

Conclusion

At this stage, Swarms has demonstrated its formidable technical strength to both users and the market, with its modular framework and core ecosystem components. At the same time, the team has not overlooked the development of its token economy and the construction of decentralized governance, striving for a balanced and sustainable growth of the ecosystem.

While many projects have emerged in the current AI agent landscape, they are still in the very early stages of development. Given the uncertainties brought by complex technologies, it is wiser to move forward together, fostering mutually beneficial collaborations and building a stronger, more resilient industry ecosystem. This is the attitude that infrastructure projects like Swarms or AI16z should adopt.

Author: Tina
Translator: Piper
Reviewer(s): Piccolo、Edward、Elisa
Translation Reviewer(s): Ashley、Joyce
* The information is not intended to be and does not constitute financial advice or any other recommendation of any sort offered or endorsed by Gate.io.
* This article may not be reproduced, transmitted or copied without referencing Gate.io. Contravention is an infringement of Copyright Act and may be subject to legal action.
Start Now
Sign up and get a
$100
Voucher!