# Scallop Overview

> Index and router for all Scallop Protocol skills on Sui. Use when the user asks "what can you do with Scallop", "which Scallop skill", "list Scallop skills", "Scallop overview", "getting started with Scallop", or is unsure which Scallop skill fits their task.

- Skill: `scallop-io/scallop-overview` (Agent Skill)
- Install (CLI): `npx skillmds@latest add scallop-io/scallop-overview`
- Raw SKILL.md: https://api.skillmd.com/api/skills/scallop-io/scallop-overview/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- License: MIT
- Author: scallop-io (https://skillmd.com/u/scallop-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/scallop-io/scallop-overview

---


# Scallop Skills — Index & Router

Pick the skill that matches the task, then invoke it. Names are prefixed
`scallop-` so they are easy to find in any agent's skill list.

## First-time setup

- **scallop-client-setup** — initialize `ScallopClient` / `ScallopConfig`, choose
  network. Start here before any read or write operation.

## Lending (core)

| Skill | Use when the task is… |
|-------|-----------------------|
| **scallop-lend-integration** | supply, withdraw, borrow, repay, add/remove collateral, create obligation |
| **scallop-obligation-manager** | check a position: health factor, risk level, collateral/debt ratios |
| **scallop-liquidation-helper** | find liquidatable positions, compute profit, execute liquidations |
| **scallop-flash-loan** | uncollateralized same-transaction borrow, arbitrage |

## Staking & incentives

| Skill | Use when… |
|-------|-----------|
| **scallop-spool-staking** | stake market coins in a spool for SCA rewards |
| **scallop-borrow-incentive** | earn incentives for borrowing; stake an obligation |
| **scallop-scasui-staking** | stake SUI into scaSUI (SpringSui LST) and redeem it |

## Governance & synthetic coins

| Skill | Use when… |
|-------|-----------|
| **scallop-vesca** | lock SCA for veSCA voting power / revenue share |
| **scallop-scoin** | mint/burn sCoins (sSUI, sUSDC, …) |

## Growth

| Skill | Use when… |
|-------|-----------|
| **scallop-referral** | bind referrer, claim referral revenue |
| **scallop-loyalty** | claim loyalty rewards |

## Data & SDK infrastructure

| Skill | Use when… |
|-------|-----------|
| **scallop-query-data** | read market pools, balances, obligations, APYs (no state change) |
| **scallop-portfolio-analytics** | aggregate a user's positions + protocol TVL |
| **scallop-market-limits** | per-asset borrow/supply caps, isolated-asset rules |
| **scallop-oracle** | Pyth price feeds, update prices in a transaction |
| **scallop-xoracle-integration** | multi-source oracle (Pyth + Supra + Switchboard) via xOracle |
| **scallop-error-handling** | interpret error codes, handle failed transactions |
| **scallop-advanced-transactions** | dry runs, gas control, BCS, multi-step PTBs, coin management |
| **scallop-rpc-client** | low-level Sui RPC access outside Scallop-specific ops |
| **scallop-crypto-keys** | keypair generation/import, signing, address derivation |

## Expert agents (for complex, multi-step work)

- **scallop-lend-expert** — debugging and optimizing lending integrations
- **scallop-defi-strategist** — yield optimization and risk strategy
- **scallop-liquidator** — liquidation bot / MEV development

## Composition notes

- Most write operations need **scallop-client-setup** first; lending flows build
  on **scallop-lend-integration**; risk checks use **scallop-obligation-manager**.
- Each skill's `prerequisites` metadata lists the skills it builds on.

