Skip to content

Add PigeonHouse community plugin: deflationary token launchpad with auto PIGEON burn#528

Open
noegppgeon-boop wants to merge 2 commits intosendaifun:v2from
noegppgeon-boop:add-pigeonhouse-plugin
Open

Add PigeonHouse community plugin: deflationary token launchpad with auto PIGEON burn#528
noegppgeon-boop wants to merge 2 commits intosendaifun:v2from
noegppgeon-boop:add-pigeonhouse-plugin

Conversation

@noegppgeon-boop
Copy link

Summary

Adds PigeonHouse as a community plugin to the Solana Agent Kit V2 README.

Plugin

Repo: solana-agent-kit-plugin-pigeonhouse

PigeonHouse is a deflationary token launchpad on Solana where every trade permanently burns PIGEON tokens.

7 Actions

Action Description
PIGEONHOUSE_CREATE_TOKEN Create Token-2022 token on bonding curve
PIGEONHOUSE_BUY Buy tokens with PIGEON, SOL, or SKR
PIGEONHOUSE_SELL Sell tokens back to bonding curve
PIGEONHOUSE_GET_TOKENS List all active tokens
PIGEONHOUSE_GET_TOKEN_INFO Get bonding curve state
PIGEONHOUSE_GET_BURN_STATS Total PIGEON burned, tokens launched
PIGEONHOUSE_GET_TRADES Recent trade history

Usage

import PigeonHousePlugin from 'solana-agent-kit-plugin-pigeonhouse';

const agent = new SolanaAgentKit(wallet, RPC_URL, {})
  .use(PigeonHousePlugin);

Verification

PigeonHouse plugin enables AI agents to:
- Create tokens on bonding curves (Token-2022)
- Buy/sell with multi-quote support (PIGEON/SOL/SKR)
- Query platform stats and burn data
- 1.5% PIGEON auto-burn on every trade

OtterSec verified, open source: https://941pigeon.fun
Plugin repo: https://github.com/noegppgeon-boop/solana-agent-kit-plugin-pigeonhouse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant