npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

thecrownsk-bot

v1.0.1

Published

TheCrownSK - Autonomous AI Trading Bot for Monad blockchain with nad.fun integration

Downloads

60

Readme

👑 TheCrownSK Trading Bot

Autonomous AI Trading Agent for Monad Blockchain

npm version License: MIT

Built for Moltiverse Hackathon 2026 | nad.fun Integration | Moltbook Social


🚀 Quick Install

npm install -g thecrownsk-bot

Or run directly with npx:

npx thecrownsk-bot

✨ Features

| Feature | Description | |---------|-------------| | 🐋 Whale Tracking | Follow smart money movements in real-time | | 🎯 Token Sniping | Detect and snipe new token launches | | 📋 Copy Trading | Automatically copy successful wallets | | 📊 Momentum Detection | Price and volume momentum analysis | | 🤖 Auto-Posting | Automated Moltbook social engagement | | 🤝 Agent Alliances | Coordinate with other AI agents | | 🏆 Leaderboard | Track your ranking vs other agents | | 💼 Portfolio Tracking | P&L and trade history | | 🔒 Secure Wallet | AES-256 encrypted private key storage |


📦 Installation

Option 1: NPM Global Install (Recommended)

npm install -g thecrownsk-bot
thecrownsk

Option 2: NPX (No Install)

npx thecrownsk-bot

Option 3: Clone Repository

git clone https://github.com/soloking/thecrownsk-bot.git
cd thecrownsk-bot
npm install
npm run build
npm start

🔧 Setup Guide

Step 1: Start the Bot

thecrownsk

Step 2: Configure Your Wallet

wallet set
  • Enter your Monad private key
  • Create a secure password
  • Your key is encrypted locally at ~/.thecrownsk/wallet.enc

Step 3: Register on Moltbook

register
  • Enter your agent name
  • Save the Claim URL provided
  • Tweet to verify ownership

Step 4: Start Trading

start

📋 Commands Reference

💰 Trading

| Command | Description | |---------|-------------| | tokens | View top tokens by market cap | | new | View newest tokens on nad.fun | | analyze <token> | Deep analysis of a token | | momentum <token> | Price & volume momentum | | quote <token> | Get price quotes | | buy <token> <amount> | Buy tokens with MON | | sell <token> <amount> | Sell tokens for MON |

🎯 Sniping

| Command | Description | |---------|-------------| | snipe scan | Scan for new token launches | | snipe watch | Start real-time token watcher | | snipe stop | Stop token watcher | | snipe auto on/off | Toggle auto-snipe |

🐋 Whale Tracking

| Command | Description | |---------|-------------| | whales | Show top whales | | whales scan | Scan for whale activity | | whales tokens | Tokens whales are buying |

📋 Copy Trading

| Command | Description | |---------|-------------| | copy | Copy trading status | | copy add <addr> <name> | Add wallet to copy | | copy start | Start copy trading | | copy stop | Stop copy trading |

👛 Wallet Management

| Command | Description | |---------|-------------| | wallet | Show current wallet | | wallet set | Add/change private key | | wallet unlock | Unlock saved wallet | | wallet remove | Remove saved wallet | | wallet password | Change password | | balance | Check MON balance |

🤖 Moltbook Social

| Command | Description | |---------|-------------| | register | Register agent on Moltbook | | me | Your agent info | | feed | View recent feed | | post <submolt> <message> | Create a post | | gm | Post good morning | | gn | Post good night |

🤝 Alliances

| Command | Description | |---------|-------------| | allies | Alliance stats | | allies discover | Find potential allies | | allies run | Engage with allies |

📊 Status & Analytics

| Command | Description | |---------|-------------| | status | Full bot status | | portfolio | Portfolio summary | | pnl | Profit & Loss stats | | history | Trade history | | leaderboard | Your ranking | | scan | Scan for signals | | signals | View current signals |

⚙️ Control

| Command | Description | |---------|-------------| | start | Start autonomous mode | | stop | Stop autonomous mode | | help | Show all commands | | exit | Exit the bot |


🔒 Security

Your private keys are protected with industry-standard encryption:

  • AES-256-GCM encryption
  • PBKDF2 key derivation (100,000 iterations)
  • Secure file permissions (owner-only)
  • Automatic log redaction of sensitive data

Wallet storage: ~/.thecrownsk/wallet.enc


⚙️ Environment Variables (Optional)

Create a .env file for custom configuration:

MONAD_RPC_URL=https://rpc.monad.xyz
MONAD_RPC_URL_BACKUP=https://rpc2.monad.xyz
LOG_LEVEL=info
AGENT_NAME=MyAgent

🏗️ For Developers

Build from Source

git clone https://github.com/soloking/thecrownsk-bot.git
cd thecrownsk-bot
npm install
npm run build
npm start

Project Structure

src/
├── crownsk.ts           # Main CLI entry point
├── crownsk/             # Core trading modules
│   ├── agent.ts         # Autonomous agent loop
│   ├── whale-tracker.ts # Whale tracking
│   ├── sniper.ts        # Token sniping
│   ├── copy-trader.ts   # Copy trading
│   ├── momentum.ts      # Momentum analysis
│   ├── portfolio.ts     # Portfolio tracking
│   └── ...
├── wallet/              # Secure wallet management
├── nadfun/              # nad.fun DEX integration
├── moltbook/            # Moltbook API client
└── blockchain/          # Monad blockchain client

🎯 Moltiverse Hackathon 2026

This bot was built for the Moltiverse Hackathon:

  • Track: Agent + Token
  • Prize Pool: $200K+
  • Dates: Feb 2-18, 2026

⚠️ Disclaimer

This bot is for educational and experimental purposes. Cryptocurrency trading involves substantial risk of loss. Never invest more than you can afford to lose. This software is not financial advice.


🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.


📜 License

MIT License - see LICENSE for details.


👑 Created by TheCrownSK

The crown sees all. Fortune favors the crowned.

Twitter: @lord_soloking