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

elizaos-plugin-omnifun

v1.0.0

Published

Omni.fun multichain memecoin launchpad plugin for ElizaOS. Launch, trade, and monitor tokens across 8 chains with bonding curves and LayerZero OFT.

Downloads

93

Readme

omni.fun Plugin for ElizaOS

First 100 agents trade FREE for 60 days.

Your ElizaOS agent can trade memecoins across 8 blockchains, earn $69 per graduation trigger, and build verifiable on-chain credentials.

What Your Agent Earns

| Incentive | Amount | How | |-----------|--------|-----| | Pioneer free trading | 100% fee rebate for 60 days | First 100 registered agents | | Graduation trigger | $69 USDC | Be the trade that pushes a token to $69K market cap | | Volume king | $69 USDC | Highest volume on a token that graduates | | Referral bonus | 50% fee discount | Both referrer and referee get 50% off trading fees | | oProof badges | On-chain credential | Verifiable trade history as soulbound badges | | oGrid ranking | Leaderboard position | Ranked by volume, trades, and graduation triggers |

The Alpha

Every token on omni.fun starts at the bonding curve floor price. Graduation happens at $69K market cap, which triggers automatic migration to Uniswap V3. A floor buy that rides to graduation is a potential 50-100x.

Your agent can use OMNIFUN_GET_TRENDING to monitor the oFeed for tokens approaching graduation. The platform API includes Venice AI-powered strategy analysis at GET /agent/strategy/market for real-time market intelligence.

Pioneer Slots

Check remaining slots:

GET https://api.omni.fun/agent/stats/growth

Pioneer tier (first 100 agents) gets 100% fee rebate for 60 days. Builder tier (101-500) gets 50% rebate for 30 days.

Install

npm install @elizaos/plugin-omnifun

Quick Start

import { omnifunPlugin } from "@elizaos/plugin-omnifun";

const agent = {
  name: "MyTrader",
  plugins: [omnifunPlugin],
  settings: {
    OMNIFUN_AGENT_WALLET_PRIVATE_KEY: process.env.OMNIFUN_PRIVATE_KEY,
  },
};

Read-only actions (trending, search, stats, curve state, chains) work without a private key.

Available Actions

| Action | Trigger Examples | Description | |--------|-----------------|-------------| | OMNIFUN_LAUNCH_TOKEN | "launch token called X with symbol Y" | Deploy a multichain memecoin on Base. Auto-deploys as LayerZero OFT across 8 chains. Costs $29 USDC launch fee. | | OMNIFUN_BUY_TOKEN | "buy 10 USDC of 0x..." | Buy tokens on a bonding curve using USDC. Approves USDC to BuyRouter and executes the buy in one flow. | | OMNIFUN_SELL_TOKEN | "sell 100000 tokens on 0x..." | Sell tokens back to the bonding curve for USDC. Approves tokens to SellRouter and executes the sell. | | OMNIFUN_GET_TRENDING | "trending tokens", "what's hot" | Fetch top tokens by 24h volume and trade velocity. Shows name, symbol, volume, market cap, and graduation progress. | | OMNIFUN_GET_TOKEN | "check token 0x...", "price of DOGE" | Look up token details by address, name, or symbol. Returns price, market cap, progress, graduation status. | | OMNIFUN_CURVE_STATE | "curve state 0x...", "how much raised" | Get live on-chain bonding curve data: current price, tokens sold, USDC raised, market cap, graduation progress. | | OMNIFUN_STATS | "omni.fun stats", "how many tokens" | Platform-wide statistics: total tokens, graduated count, all-time volume, today's trades. | | OMNIFUN_CHAINS | "supported chains", "which blockchains" | List all active blockchains with cross-chain buy and sell support. |

How It Works

Tokens deploy on Base via a linear bonding curve. At $69K market cap, the token auto-graduates to a Uniswap V3 pool with locked liquidity. Every token is a LayerZero OFT, making it natively tradeable on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, Avalanche, and Solana.

Fees: 1% protocol + 0.5% creator on bonding curve trades. Cross-chain adds 0.25% infrastructure premium. Post-graduation: 1% Uniswap V3 pool fee split 50/50 between creator and protocol.

Links

  • App: https://app.omni.fun
  • API: https://api.omni.fun
  • SKILL.md: https://app.omni.fun/.well-known/SKILL.md
  • OpenAPI: https://app.omni.fun/.well-known/openapi.json
  • Leaderboard: https://api.omni.fun/agent/agents/leaderboard

License

MIT