Author: @Web3_Mario

Summary: This week I discovered a very interesting project called Clanker. In simple terms, a Farcaster user can create a custom MEME coin on Base by interacting with this account through text, while simultaneously creating an initial trading pool on Uniswap V3. Therefore, I spent some time to take a closer look at the technical details of Clanker and would like to share some insights with everyone.

What is Clanker?
First, let me briefly introduce what Clanker is. Clanker is a self-sovereign agent based on the Base blockchain, primarily designed to help users deploy ERC-20 standard tokens. Users only need to tag @clanker on the social platform Farcaster and provide relevant token information (such as name, code, and image), and Clanker will complete the token creation, liquidity pool setup, and liquidity locking. The entire process does not require users to possess complex technical knowledge.

This simplified token deployment mechanism not only allows blockchain enthusiasts to quickly try creating and operating tokens, but also encourages a broader user base to enter the cryptocurrency field. Its main advantages are reflected in the following three aspects:

  • Lower technical barriers: No programming or smart contract knowledge is required; anyone can easily create tokens.

  • Promote the development of a decentralized economy: By binding tokens with Uniswap liquidity pools, Clanker helps drive the continuous growth of the DeFi ecosystem.

  • Incentivize community participation: Requesters directly benefit from transaction fee revenue, forming an incentive loop.

The entire usage process of Clanker is also very simple, mainly divided into three steps:
1. Meet account requirements: Users need to have a Farcaster account, and the Neynar user rating of that account needs to be high, indicating a good behavior history.
2. Submit a request: Post a Cast on Farcaster, tag @clanker and provide the following information: token name, token code (e.g., TKN), optional image or GIF.
3. Deployment feedback: Clanker will respond in three ways based on the request status:

  • Confirm successful deployment and provide a link to the token page.

  • Request further clarification of token information.

  • If the request does not meet the conditions (e.g., low rating, exceeded deployment limit, etc.), refuse to deploy.



So what exactly happens on the Clanker side?
Next, let’s briefly explain the technical implementation of Clanker. This project does not have many technical difficulties; overall, it involves two parts: utilizing Anthropic (AI side) to respond to your creation needs until Clanker's backend can obtain enough executable parameter settings. Then, it just needs to automatically call the smart contract to create the token for you, as well as subsequent on-chain operations. Of course, after successful creation, it will also provide the presentation of basic information in its simple front-end interface.



First, let’s introduce Anthropic. The team at Anthropic consists of scientists and engineers from OpenAI, DeepMind, and other top AI organizations, with its most famous product being the Claude series of large language models. The Claude series models are known for the following characteristics:

  • Strong conversational ability: Able to interact smoothly with users in a multilingual environment.

  • Enhanced security: Prioritize addressing ethical and safety issues in user input, striving to avoid generating harmful or inaccurate content.

  • High flexibility: Suitable for various application scenarios, including content creation, data analysis, code generation, etc.

For Clanker, its conversational AI functionality is mainly utilized to act as a customer service representative, guiding you through Cast to provide all necessary information such as token name, symbol, and logo.

Once these pieces of information are obtained, the work becomes simple; it just requires basic backend support. First, the backend will create a liquidity pool for that token in Uniswap V3 on the Base chain, with an initial market value of approximately $30,000. Let me elaborate a bit here: since the V3 paradigm is used, you only need to provide one-sided liquidity for all created tokens above the initial price. In Clanker, it will help you generate a liquidity pool with a 1% fee of your token against ETH, distributing all tokens from the initial price to infinity, while locking the corresponding LP NFT. According to current rules, the lock period will last until 2100, and all fees generated during this process will be extracted by the protocol and distributed according to the following rules.

  • 60% belongs to the Clanker protocol to support platform operations.

  • 40% is allocated to the creators of the MEME token as an incentive for token deployment and community support.

Overall, this seems to be a quite interesting little program that effectively leverages conversational AI to further lower the threshold for issuing MEMEs. Interested parties can try it out; each user is allowed to create once per day. Of course, the essence of MEMEs is still traffic value. Only by solving this issue will the MEME you issue hold value. For the platform, if it can continuously maintain wealth effects, I believe community power will provide rich tools to further optimize the user experience.