一个用 TypeScript/Node.js 编写的自动狙击机器人,针对 Robinhood Chain 上的 NOXA Fun 代币发行,通过 Uniswap V3 买入并在达到止盈或止损时卖出。

Stars

256

7 天增长

+3

Fork 数

258

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-28

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它提供完全自动化的可配置狙击功能,直接监听链上事件,不依赖前端网站。

适合谁使用

  • 关注 NOXA Fun 发行的 Meme 币交易者
  • 在 Robinhood Chain 上开发自动化交易机器人的开发者
  • 希望快速进入新代币的 NOXA 生态参与者
  • 测试链上狙击策略的 DeFi 爱好者

典型使用场景

  • 新 NOXA 代币一经创建立即狙击买入
  • 自动化买入卖出,设置止盈和止损
  • 在模拟模式下测试策略后再使用真实 ETH
  • 使用多钱包捆绑器参与发行

项目优势

  • 直接监听链上 TokenLaunched 事件,不依赖任何网站
  • 支持可配置过滤器(最小买入金额、屏蔽名称子串、仅 WETH 交易对、最大持仓数)
  • 内置止盈和可选止损的自动卖出逻辑
  • 包含模拟模式用于安全测试,以及独立的多钱包捆绑工具

使用前须知

  • 仅支持 Robinhood Chain(链 ID 4663)上的 NOXA Fun 发行
  • 如果 NOXA Lite 前端禁用新发行,将不会收到任何事件
  • Meme 币高风险,可能导致投入金额全部损失

README 快速开始

NOXA Fun Sniper Bot

TypeScript / Node.js sniper for NOXA Fun launches on Robinhood Chain (chain ID 4663).

UI: https://fun.noxa.eth.limo/ (ENS mirror — fun.noxa.fi is offline). The live site is NOXA Lite: browse historical launches, claim creator fees; new token creation may remain disabled.

Watches the NOXA Launch Factory for TokenLaunched, buys via Uniswap V3 SwapRouter02, then auto-sells when take-profit is hit (optional stop-loss).

Setup

npm install
cp .env.example .env
# edit .env — set PRIVATE_KEY, optionally WSS_RPC_URL

Run

npm run dev

Keep DRY_RUN=true until you are ready to trade with real ETH.

How it works

  1. Subscribe to TokenLaunched on the NOXA factory
  2. Apply filters (min initial buy, deny name substrings, WETH pair only, max positions)
  3. Buy with BUY_AMOUNT_ETH via Uniswap V3 exact-input swap
  4. Poll pool price; sell 100% when PnL ≥ TAKE_PROFIT_PERCENT
  5. If STOP_LOSS_PERCENT > 0, also sell when PnL ≤ −SL

Notes

  • Frontend moved to fun.noxa.eth.limo; the bot does not depend on the website — it listens on-chain.
  • If new launches stay disabled on NOXA Lite, you will see no TokenLaunched events until they resume.
  • Memecoins are high risk. You can lose your entire buy amount.
  • Prefer a dedicated WSS RPC (Alchemy / QuickNode) over the public HTTP endpoint.
  • Never commit .env or share your private key.

Bundler

See bundler/ for a multi-wallet NOXA launch bundler (npm run bundle inside that folder).

Contracts (Robinhood mainnet)

ContractAddress
NOXA Launch Factory0xD9eC2db5f3D1b236843925949fe5bd8a3836FCcB
WETH0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73
SwapRouter020xCaf681a66D020601342297493863E78C959E5cb2
QuoterV20x33e885ed0ec9bf04ecfb19341582aadcb4c8a9e7

Donate

If this is helpful for your business, kindly buy me a coffee:

0xfE6127D709bdc016e7B708c6f1F97a2B3c692711

项目描述

NOXA Fun token sniper on Robinhood Chain - watches TokenLaunched, buys via Uniswap V3 SwapRouter02, auto-sells on take-profit / stop-loss

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

TanStack
精选
TanStack GitHub avatar

router

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

Web 开发前端框架
14,861
makecindy
精选
makecindy GitHub avatar

cindy

Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.

AI 与机器学习大语言模型
958
mereyabdenbekuly-ctrl
精选
mereyabdenbekuly-ctrl GitHub avatar

clodex-ide

Clodex is an open-source, local-first agentic IDE that combines persistent AI tasks, code, terminal, browser, Git, models, memory, and governed execution in one Electron workspace, currently in technical preview.

AI 与机器学习AI 智能体
859