跳到正文

robinhood-ape

robinhood-noxa-bundler

NOXA Fun multi-wallet launch bundler for Robinhood Chain - launch via NOXA factory then buy from many wallets on Uniswap V3 before public snipers

README 已保存到本站,可直接阅读

Documentation snapshot

README 快照

本页保存的是公开项目资料快照,阅读过程不需要连接 GitHub。

NOXA Token Bundler

Multi-wallet launch bundler for NOXA Fun on Robinhood Chain (chain ID 4663).

Launches a token via the NOXA Launch Factory, then buys from multiple wallets as fast as possible so you hold supply before public snipers.

Setup

cd bundler
npm install
cp .env.example .env
# set PRIVATE_KEY and token fields

Commands

# Generate bundle wallets (prints keys — store securely)
npm run wallets

# Launch only (creator initial buy in the launch tx)
npm run launch

# Full bundle: fund wallets → launch → multi-wallet buys
npm run bundle

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

How it works

  1. Launch — calls launchToken on the NOXA factory with metadata + salt
    • msg.value = INITIAL_BUY_ETH + 0.0005 ETH (flat launch fee)
    • Creator buy is included in the same launch transaction
  2. Fund — master wallet sends each bundle wallet BUY_AMOUNT_ETH + GAS_RESERVE_ETH
  3. Bundle buys — each wallet wraps ETH → approves SwapRouter02 → exactInputSingle into the new Uniswap V3 pool

Same-block external buys may be restricted by NOXA (LaunchBlockBuyBlocked). This bundler fires buys immediately after the launch receipt; on Orbit L2 that is typically the next sequencer batch.

Notes

  • UI: https://fun.noxa.eth.limo/ — new launches may still be disabled on NOXA Lite; on-chain launchToken will revert if paused.
  • Never commit .env or generated private keys.
  • Memecoins are high risk.

Contracts

ContractAddress
Launch Factory0xD9eC2db5f3D1b236843925949fe5bd8a3836FCcB
WETH0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73
SwapRouter020xCaf681a66D020601342297493863E78C959E5cb2
QuoterV20x33e885ed0ec9bf04ecfb19341582aadcb4c8a9e7

Official distribution

获取与安装

暂未发现可确认的官方软件包地址

当前 README 快照没有出现 npm、PyPI、Crates.io、pub.dev 等官方包页链接。本站不会根据仓库名称猜测下载地址。

本站不托管项目文件;需要安装时,请以项目维护者发布的官方文档为准。

使用前核验

本站保存公开资料用于阅读,不代表安全审计或功能背书。安装前请核对许可证、依赖来源和发布签名,不要直接运行来源不明的二进制文件或高权限脚本。