Aerodrome DEX pool risk assessment — checks both tokens for honeypots and rug ve
Aerodrome DEX pool risk assessment — checks both tokens for honeypots and rug vectors
Answeringour last check, 2026-09-24
1 of 1checks answered this week
753 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://aero.lonestaroracle.xyz/pool
| Category | Market data |
|---|---|
| Provider host | aero.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 753 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"pool": "example",
"token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "data",
"description": "Risk scanner for any Aerodrome (or Uniswap v2-compatible) pool on Base. Reads token0 and token1 from the pool contract, runs both through ContractCheck and TokenScope, and returns per-token risk scores, honeypot status, flags, and a Claude AI verdict on whether the pool is safe to provide liquidity to. Verdict: safe / caution / avoid.",
"name": "AeroCheck \u2014 Pool Risk Scanner",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"address": {
"title": "Address",
"type": "string"
},
"contract": {
"title": "Contract",
"type": "string"
},
"pool": {
"title": "Pool",
"type": "string"
},
"token": {
"title": "Token",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"ai_narrative": "Both tokens in this pool are established assets...",
"chain": "base",
"pair": "WETH/USDC",
"pool": "0xcdac0d6c6c59727a65f871236188350531885c43",
"pool_type": "volatile",
"token0": {
"risk_label": "clean",
"risk_score": 0,
"symbol": "WETH"
},
"token1": {
"risk_label": "critical",
"risk_score": 10,
"symbol": "USDC",
"trust_list": true
},
"verdict": "safe"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"aerodrome",
"defi",
"pool",
"risk",
"base",
"liquidity",
"honeypot"
],
"type": "object",
"version": "1.0.0"
}