Nadfun Skill
Skill by zaki9501
Why use this skill?
Trade tokens, launch assets on Monad, and monitor bonding curves with the Nadfun Skill for OpenClaw. Features full viem integration.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/zaki9501/nadfun-skillWhat This Skill Does
The Nadfun Skill by zaki9501 serves as a robust gateway for interacting with the Monad blockchain ecosystem. At its core, it functions as a specialized interface for a token launchpad that utilizes bonding curve mechanics. By integrating natively with viem, the skill provides a secure and efficient way to trade tokens, deploy new digital assets, and monitor real-time event logs directly within the OpenClaw environment. It simplifies complex blockchain interactions by offering modular utilities that cover everything from historical data querying via an indexer to automated wallet management and seamless asset swapping through LiFi integrations (MON to aUSD). Whether you are a developer looking to integrate deep DeFi liquidity or a user wanting to participate in the Monad token economy, this skill provides the necessary endpoints to interact with smart contracts safely and effectively.
Installation
To integrate the Nadfun Skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/zaki9501/nadfun-skill
Ensure your agent environment is configured with the necessary environment variables for your private keys and RPC endpoints, as defined in the skill's architecture documentation found at nad.fun/skill.md.
Use Cases
- DeFi Trading: Execute buy and sell orders on tokens listed via the bonding curve router without manual contract interaction.
- Token Launch: Effortlessly deploy your own tokens on the Monad testnet or mainnet, complete with metadata and image uploads.
- Asset Management: Monitor token balances, fetch price quotes for trade simulations, and perform cross-chain swaps through the AUSD module.
- Event Monitoring: Utilize the indexer module to query historical contract events, allowing the AI agent to report on market activity or specific token performance trends.
Example Prompts
- "Check the current price quote for the token with address 0x... and tell me the slippage for a 5 MON buy order."
- "Launch a new token on Monad testnet named 'AgentCoin' with the symbol 'AGC' using the creator treasury settings."
- "Query the last 10 buy events for my project and summarize the total liquidity raised."
Tips & Limitations
Always verify that your network constant is set correctly to either 'testnet' or 'mainnet' before executing transactions to avoid losing funds. The skill relies on external RPCs and APIs; ensure you have reliable network connectivity. When dealing with bonding curves, be mindful of price volatility and execute trades during periods of stable network congestion to ensure your transactions are mined successfully. Limit automated trading frequency to avoid hitting API rate limits defined in the agent-api.md module.
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-zaki9501-nadfun-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution