-
Notifications
You must be signed in to change notification settings - Fork 666
Description
Hi AgentKit team,
We built an open-source token launchpad on Base that gives AI agents better tokenomics out of the box, and it integrates with any MCP-compatible agent in 30 seconds.
Why AgentKit agents would want this
AgentKit already supports token deployment on Base. OBSD LaunchPad adds what raw ERC-20 deploys don't have:
- $0 deployment cost — platform pays gas
- Built-in revenue — 37.5% of all swap fees auto-sent to creator as OBSD
- Treasury-backed floor price — mathematically proven to only rise (IV = backingVault / circulating)
- Anti-rug guarantees — zero creator token allocation, LP locked forever, immutable contracts, no admin keys
- Deflationary mechanics — 1% burn + progressive sell tax (5% to 0% over 7 days)
- Referral system — 5% of referred creators' OBSD fees, forever
AgentKit agents get a token with real tokenomics instead of a vanilla ERC-20. Creator earns OBSD passively from volume, not from dumping.
Integration
Add our MCP server to .mcp.json:
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": ["-y", "obsd-launchpad-mcp"],
"env": {
"RPC_URL": "https://mainnet.base.org"
}
}
}
}12 tools available: launch_token, buy_token, sell_token, claim_fees, quote_buy, quote_sell, register_referral, get_referral_stats, get_token_info, get_creator_earnings, get_platform_stats, list_launches.
Platform stats
- 10 verified contracts on Base mainnet
- 275/275 tests passing across 11 test suites
- CreatorTokenV2 with FeeDistributor pattern for Aerodrome compatibility
- All source code open: https://github.com/lordbasilaiassistant-sudo/thryxagi
- npm: https://www.npmjs.com/package/obsd-launchpad-mcp
Since AgentKit is the standard toolkit for AI agents on Base, listing OBSD LaunchPad as a community extension would give AgentKit users instant access to agent-native token deployment with real tokenomics. Happy to answer questions or help with integration.