aerodrome

aerodrome is a skill for Claude Code from Superior-Trade/superior-skills. It costs 83 tokens per session (2,473 once invoked), scanned A, original, MIT.

A guide for trading spot token pairs on Aerodrome, a decentralised exchange on the Base blockchain, through the Superior Trade API. It covers AERO/USDC and CHECK/USDC swaps without borrowing or short selling.

In plain words
What is it for?
Use it to create, check, backtest, deploy, size, or troubleshoot Aerodrome trading strategies and wallet or gas balances.
Why use it?
It prevents unsupported futures, leverage, and order-book settings from being used with Aerodrome's swap-based market. It also gives setup and troubleshooting guidance for this specific exchange connection.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the superior-skills plugin — 31 skills shipped together

Good fit Use it to create, check, backtest, deploy, size, or troubleshoot Aerodrome trading strategies and wallet or gas balances.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/superior-trade/superior-skills/aerodrome
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Superior-Trade/superior-skills --skill aerodrome
Clone the repo
git clone --depth 1 https://github.com/Superior-Trade/superior-skills

Made for: Claude Code.

Or install superior-skills, the plugin that ships this one along with the rest of its 31 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aerodrome

README.md
[![agentmods](https://agentmods.dev/badge/skills/superior-trade/superior-skills/aerodrome/github.svg)](https://agentmods.dev/skills/superior-trade/superior-skills/aerodrome)
Your own site
<a href="https://agentmods.dev/skills/superior-trade/superior-skills/aerodrome"><img src="https://agentmods.dev/badge/skills/superior-trade/superior-skills/aerodrome/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aerodrome

Your own site · 80×15
<a href="https://agentmods.dev/skills/superior-trade/superior-skills/aerodrome"><img src="https://agentmods.dev/badge/skills/superior-trade/superior-skills/aerodrome.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,473 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00083 $0.02473
Opus 5 $0.00042 $0.01236
Sonnet 5 $0.00017 $0.00495
Haiku 4.5 $0.00008 $0.00247

Measured yesterday against content hash e0e52e2874cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

aerodrome scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/aerodrome/SKILL.md · 192 lines

How it starts

The opening of the file, as written. The whole thing — 192 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Aerodrome Trading

Read ../../references/unified-runtime.md before any Superior Trade request. Use the current OpenAPI schema for every payload and stop if Aerodrome/Freqtrade is not listed as supported.

Overview

Use this skill only for Aerodrome trading on Base through Superior Trade. Aerodrome is spot-only AMM swap execution: no futures, no margin, no shorting, no leverage, no sub-accounts, and no order book.

Production Defaults

  • Superior Trade API base URL: https://api.superior.trade
  • Auth header: x-api-key: $SUPERIOR_TRADE_API_KEY
  • Base RPC URL: https://mainnet.base.org
  • Keep setup simple: one pair, one numeric stake amount, static pairlist, market orders, and no orderbook pricing.

Source Of Truth

When behavior is unclear, inspect these local sources before answering:

  • Production API: https://api.superior.trade

Non-Negotiables

  • Use exchange.name: "aerodrome".
  • Use only the supported spot pairs: AERO/USDC and CHECK/USDC. Never use :USDC.
  • Omit trading_mode, or set it to "spot" only.
  • Never set margin_mode, leverage, short entries, or futures fields.
  • Set entry_pricing.use_order_book: false and exit_pricing.use_order_book: false.
  • Do not call self.dp.orderbook(), fetch_order_book, fetch_l2_order_book, or order-book depth checks in strategy code.
  • Use market orders. Aerodrome's CCXT adapter supports AMM market swaps, not limit-order-book execution.
  • Use explicit numeric stake_amount. Avoid "unlimited" unless the user explicitly accepts balance exhaustion risk.
  • Never include wallet private keys or platform-injected exchange credentials in config.
  • Use https://mainnet.base.org for exchange.ccxt_config.options.rpcUrl unless the user explicitly provides another Base RPC.
  • Always backtest before suggesting live deployment.
  • Never start live trading without explicit user confirmation.

Wallet And Balance Rules

Aerodrome live trading depends heavily on the Base wallet balances because every order is an on-chain swap.

Read the full file on GitHub · 192 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed e0e52e2874cf
  2. 7d ago Changed · +1 lines f7dad5b7377e
  3. 13d ago First seen · 191 lines · 83 tokens per session scan A 6c23287ee3c8

Subscribe to this mod's changes

aerodrome is a skill published in the GitHub repository Superior-Trade/superior-skills (209 stars, last pushed 2d ago), licensed MIT. It adds 83 tokens to every session and 2,473 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.