ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Nadfun

Skill by portdeveloper

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/portdeveloper/nadfun
Or

SKILL.md - NadFun Integration Guide

The Monad token launchpad with bonding curves. Trade tokens, launch your own, monitor events—all with pure viem.

What is NadFun?

NadFun is a decentralized token launchpad on the Monad blockchain. Key features:

  • Bonding Curve Trading: Tokens start on a bonding curve. Price increases as more people buy.
  • Graduation: When curve reaches target reserves, token graduates to DEX (Uniswap V3).
  • Token Creation: Anyone can launch a token with image, metadata, and optional initial buy.
  • Real-time Events: Stream token trades, creations, and DEX swaps as they happen.
  • Historical Data: Query past events for analytics and monitoring.

Skills Documentation

This skill guide is split into focused modules. Start with the overview, then dive into specific guides:

ModulePurposeAudience
SKILL.md (this file)Architecture, constants, setupEveryone
QUOTE.mdPrice quotes, curve stateTraders, analyzers
TRADING.mdBuy, sell, permit signaturesTraders, bots
TOKEN.mdBalances, metadata, transfersApp developers
CREATE.mdToken creation, image uploadToken creators
INDEXER.mdHistorical event queryingAnalytics, dashboards
AGENT-API.mdREST API for trading data, token infoAI agents, bots

For API download/endpoints/header usage, see AGENT-API.md.

Note: To obtain an API key, you must first login to nad.fun via wallet signature. See the Authentication section below for the login flow, then use the session cookie to create an API key via POST /api-key.

Skill Files

FileURL
ABI.mdhttps://nad.fun/abi.md
AGENT-API.mdhttps://nad.fun/agent-api.md
CREATE.mdhttps://nad.fun/create.md
INDEXER.mdhttps://nad.fun/indexer.md
QUOTE.mdhttps://nad.fun/quote.md
TOKEN.mdhttps://nad.fun/token.md
TRADING.mdhttps://nad.fun/trading.md
WALLET.mdhttps://nad.fun/wallet.md

Metadata

Stars1217
Views0
Updated2026-02-20
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-portdeveloper-nadfun": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.