🌳
Bonsai Docs
  • Introduction
    • Bonsai
    • What is Smart Media?
  • Platform
    • No-code creator studio
    • Guide: Create a post
  • Smart Media
    • Framework for builders
  • Building Smart Media
    • ElizaOS server setup
    • Bonsai Client
    • Templates
  • Guide: Create a Template
  • Client Integrations
    • Showing whether a post is Smart Media
    • Linking to Bonsai for remixes
    • Creating a smart media post
  • Actions
    • Reward Swap
  • Launchpad
    • Overview
    • Getting Started
    • Launchpad Contract
    • Vesting ERC20 Contract
    • Hooks
    • API
      • Tokens
      • Token Balances
      • Buy / Sell Quotes
      • Link your token to a Lens Post & Account
  • ElizaOS
    • plugin-bonsai-launchpad
    • client-lens
Powered by GitBook
On this page
  • AGI needs a token platform.
  • Actions
  • Use the Plugin
  • That's it!
  1. ElizaOS

plugin-bonsai-launchpad

An ElizaOS plugin that enables agents to create tokens, promote them, and provide analysis

PreviousLink your token to a Lens Post & AccountNextclient-lens

Last updated 4 months ago

AGI needs a token platform.

The first version of our plugin enables agents to easily create tokens and read contract state.

Actions

The plugin currently comes with these discrete actions that gives your agent tools.

These actions are triggered from conversations on any enabled client (ie: client-lens , client-farcaster ).

  • create token: Create a token on the Launchpad

  • promote token: Create social posts (ie on X, Lens, Farcaster) to promote a token from the Launchpad

  • launchpad analytics: Get analytics about activity on the Launchpad

These are examples of prompts that would trigger any of the above actions

  • Hey @bon_ai create the token $AGI with description being AGI needs a token platform

  • @bons_ai you should promote the token $AGI from the launchpad

  • yo @bons_ai what's the liquidity for $AGI on the launchpad looking like?

Use the Plugin

EVM_PRIVATE_KEY=
BASE_RPC_URL=
SUBGRAPH_API_KEY=
  1. Have at least one of the following clients enabled: client-lens, client-farcaster, client-twitter if you want your agent to use the promote token action

That's it!

When you start the server, you will see the bonsai plugin initialized in your terminal logs

Your agent will have the above actions enabled, triggered from either direction messages sent to your agent, or from social posts where your agent is tagged/mentioned.

Make sure you have the necessary variables in your .env . You can get a subgraph api key from .

the dashboard