git404hub

what is robinhood-noxa-bundler fr?

robinhood-ape/robinhood-noxa-bundler — explained in plain English

Analysis updated 2026-05-18

250TypeScriptAudience · developerComplexity · 3/5Setup · moderate

tl;dr

A command line tool that launches a new token on NOXA Fun and buys it from many wallets at once before other buyers can.

vibe map

mindmap
  root((noxa-bundler))
    What it does
      Launches a token
      Buys with many wallets
      Beats public snipers
    Tech stack
      TypeScript
      Node.js
      Uniswap V3
    Use cases
      Token launch automation
      Multi wallet buying
    Audience
      Crypto developers
      Token launchers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Launch a new token through the NOXA Launch Factory on Robinhood Chain.

VIBE 2

Coordinate several wallets to buy a freshly launched token quickly.

VIBE 3

Test a launch safely with a dry run setting before spending real ETH.

what's the stack?

TypeScriptNode.jsUniswap V3

how it stacks up fr

robinhood-ape/robinhood-noxa-bundlerdirenv/direnv-vscoderasoir0591/crosshair-x
Stars250250251
LanguageTypeScriptTypeScriptTypeScript
Last pushed2024-12-04
MaintenanceStale
Setup difficultymoderatemoderateeasy
Complexity3/52/51/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires a funded wallet private key and real ETH for gas, moves cryptocurrency if run outside dry run mode.

No license information was found in the README.

in plain english

robinhood-noxa-bundler is a command line tool for launching a new token on NOXA Fun, a token launch platform running on Robinhood Chain, a blockchain network with chain ID 4663. Instead of relying on a single wallet, the tool coordinates many wallets at once so a person can buy up a large share of a freshly launched token before other buyers, sometimes called snipers, get the chance. The tool works in three steps. First it calls a launch function on the NOXA Launch Factory contract, which creates the token and includes the creator's own initial purchase in that same transaction. Second, a master wallet sends a small amount of ETH to each of the other wallets that will be used for buying, covering both the purchase amount and the gas needed to pay transaction fees. Third, each of those wallets wraps its ETH and swaps it for the new token through Uniswap V3, a decentralized exchange, using a router contract to complete the trade. To use it, someone installs the project with npm, copies an example settings file, and fills in a private key along with details about the token they want to launch. The README recommends leaving a dry run setting turned on until the user is ready to actually spend real ETH, since running the bundler for real moves cryptocurrency. Wallet keys that get generated should be stored securely and never shared or committed to version control. The README is direct about the fact that memecoins, informal cryptocurrency tokens often created quickly and without much backing, are high risk. It also notes that the NOXA platform can block or pause new launches, in which case attempts to launch a token would fail. There is a section suggesting people donate to the project's creator if they find it useful for their business. The README does not mention a license.

prompts (copy fr)

prompt 1
Walk me through configuring the .env file for the noxa-bundler project.
prompt 2
Explain what happens during the launch, fund, and bundle buy steps in this bot.
prompt 3
Help me understand the risk of running this bundler with real ETH instead of a dry run.
prompt 4
Explain how the wallets swap ETH for the new token through Uniswap V3 in this repo.

Frequently asked questions

what is robinhood-noxa-bundler fr?

A command line tool that launches a new token on NOXA Fun and buys it from many wallets at once before other buyers can.

What language is robinhood-noxa-bundler written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, Uniswap V3.

What license does robinhood-noxa-bundler use?

No license information was found in the README.

How hard is robinhood-noxa-bundler to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is robinhood-noxa-bundler for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.