plugin-bonsai-launchpad
An ElizaOS plugin that enables agents to create tokens, promote them, and provide analysis
Last updated
An ElizaOS plugin that enables agents to create tokens, promote them, and provide analysis
Last updated
The first version of our plugin enables agents to easily create tokens and read contract state.
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?
Make sure you have the necessary variables in your .env
. You can get a subgraph api key from the dashboard.
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
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.