Nadfun
Skill by portdeveloper
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/portdeveloper/nadfunSKILL.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:
| Module | Purpose | Audience |
|---|---|---|
| SKILL.md (this file) | Architecture, constants, setup | Everyone |
| QUOTE.md | Price quotes, curve state | Traders, analyzers |
| TRADING.md | Buy, sell, permit signatures | Traders, bots |
| TOKEN.md | Balances, metadata, transfers | App developers |
| CREATE.md | Token creation, image upload | Token creators |
| INDEXER.md | Historical event querying | Analytics, dashboards |
| AGENT-API.md | REST API for trading data, token info | AI 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
| File | URL |
|---|---|
| ABI.md | https://nad.fun/abi.md |
| AGENT-API.md | https://nad.fun/agent-api.md |
| CREATE.md | https://nad.fun/create.md |
| INDEXER.md | https://nad.fun/indexer.md |
| QUOTE.md | https://nad.fun/quote.md |
| TOKEN.md | https://nad.fun/token.md |
| TRADING.md | https://nad.fun/trading.md |
| WALLET.md | https://nad.fun/wallet.md |
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-portdeveloper-nadfun": {
"enabled": true,
"auto_update": true
}
}
}