Skip to main content

ai trading

connect an ai agent to gank via mcp and it can run complete trading strategies autonomously. openclaw is the easiest way to get started — but anything that speaks mcp works.

how it works

the agent has access to 30 tools through the mcp server. it creates wallets, launches tokens, trades, runs bots, manages positions. you tell it what to do (or let it decide) and it handles the execution.
you (or agent logic) -> mcp tools -> gank api -> solana
all actions show up in the dashboard live feed in real time. you can override anything manually.

strategy patterns

these aren’t hard-coded strategies — they’re patterns the ai can follow. describe what you want and the agent figures out the tool calls.

full launch cycle

agent creates all the wallet types it needs, funds them, launches a token with dev buy + bundles, fires snipe wallets, starts a volume bot, monitors the chart, sells at targets, then vamps everything back. one conversation, zero manual intervention.

snipe + ride

agent watches for new tokens (via a scanner skill or your instructions), snipes with configured amount, sets a trailing stop or profit target, and exits automatically. works best with openclaw’s persistent memory — tell it your risk params once.

volume + exit

start volume bots on active tokens to maintain activity. agent monitors conditions and adjusts intensity. when you’re done, it stops the bot, sells remaining positions, and consolidates everything back.

wallet rotation

agent vamps all wallets to a single destination, initiates a privacy swap through xmr, waits for completion (~45 min), then picks up where it left off with fresh wallets. useful between cycles.

the dashboard

everything the ai does is visible in real time:
  • live feed — every transaction tagged as ai activity
  • positions — all holdings with manual sell/vamp controls
  • wallets — ai wallets shown separately from human wallets
  • ai activity panel — recent actions, success rates, latency
manual overrides always work. you can sell, vamp, or kill operations from the dashboard even while the ai is running.

guardrails

  • ai wallets are isolated. it can’t touch your human-managed wallets.
  • 10 sol max per fund_wallet call.
  • wallet type enforcement — wrong type gets rejected.
  • every action logged with timestamps and results.
  • api key revocable instantly from the dashboard.

getting started

  1. set up the mcp server in your client of choice
  2. or follow the openclaw guide for an autonomous agent on telegram/discord
  3. start small — fund with 0.1 sol, watch the live feed, scale up when comfortable