Skip to content

Integration: OBSD LaunchPad — free token deployment with built-in tokenomics for AgentKit agents #986

@lordbasilaiassistant-sudo

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions