# Saturnswap Analytics

> Use this skill when the user asks about SaturnSwap DEX statistics, total volume, TVL, number of pools/tokens, or top pools by volume. Triggers on: "SaturnSwap stats", "total TVL", "total volume", "how many pools", "top pools by volume", "DEX analytics", "SaturnSwap overview".

- Skill: `flux-point-studios/saturnswap-analytics` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add flux-point-studios/saturnswap-analytics`
- Raw SKILL.md: https://api.skillmd.com/api/skills/flux-point-studios/saturnswap-analytics/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: flux-point-studios (https://skillmd.com/u/flux-point-studios)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/flux-point-studios/saturnswap-analytics

---


# SaturnSwap Analytics

Retrieve platform-wide and per-pool statistics for SaturnSwap DEX.

## Capabilities

- Total platform stats: TVL, volume (24h/7d/30d), pool count, token count, transactions
- Per-pool stats ranked by volume or TVL
- API health and parameter checks

## Scripts

### Platform Overview

```bash
node scripts/platform-stats.js
```

Returns total TVL, volumes, pool/token counts, and 24h transaction count.

### Top Pools

```bash
node scripts/top-pools.js [--first N] [--order volume_24h|volume_7d|tvl]
```

### API Status

```bash
node scripts/api-status.js
```

Checks if the API is online and returns version + minimum ADA amount parameter.

## Formatting Guidelines

- Format ADA values with the ₳ symbol (e.g. ₳1,234,567)
- Use percentage changes where available
- Present top pools as a ranked table

