git404hub

what is robinarb fr?

flipz3ro/robinarb — explained in plain English

Analysis updated 2026-05-18

15JavaScriptAudience · developerComplexity · 4/5Setup · hard

tl;dr

An automated arbitrage bot that trades price gaps between a token's bonding curve and its Uniswap V4 pool on Robinhood Chain.

vibe map

mindmap
  root((RobinArb))
    What it does
      Finds price gaps
      Buys low sells high
      Reverts if unprofitable
    Tech stack
      JavaScript
      Node.js
      Solidity
      Ethers
    Use cases
      Arbitrage new tokens
      Monitor price spreads
      Automate trading
    Audience
      Crypto traders
      DeFi builders

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

Automatically arbitrage the price gap between a token's bonding curve and its Uniswap V4 pool.

VIBE 2

Run a dry-run monitor to watch price spreads before committing real funds.

VIBE 3

Deploy and fund a smart contract that trades atomically with no risk of a losing trade.

what's the stack?

JavaScriptNode.jsSolidityEthers.jsPM2

how it stacks up fr

flipz3ro/robinarbadindazu/fextractoranonymousraid/osint-mapping-tool
Stars151515
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyhardhardeasy
Complexity4/51/52/5
Audiencedevelopergeneralresearcher

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

how do i run it?

Difficulty · hard time til it works · 1h+

Requires funding a deployed smart contract with real ETH and configuring an RPC endpoint before live trading.

No license information is provided in the README.

in plain english

RobinArb is an automated trading bot built for a specific blockchain network called Robinhood Chain. It looks for price differences between two places a token can be traded: a bonding curve on a site called RobinFun, and a matching pool on Uniswap V4, a decentralized token exchange. When those two prices drift apart enough to cover fees and gas costs, the bot buys on the cheaper side and sells on the more expensive side, pocketing the difference. The trade itself happens as a single blockchain transaction that either completes profitably or reverts entirely, so a user cannot lose money on a bad trade, only spend a small amount of gas if no profitable opening exists at that moment. To use it, a person first finds a token on RobinFun with enough bonding curve progress, creates a matching Uniswap V4 pool for that token at the same starting price, and triggers the pool once through a companion tool. From that point on, the bot detects the new pool automatically by watching onchain events, adds it to its own watchlist, and starts monitoring and trading it with no further manual setup. Setup involves installing the project with npm, copying an example environment file, and filling in a private key and an RPC endpoint. The bot works out of the box using a public RPC for the network, though a private one can be used for more reliable execution. Once configured, a person deploys a small smart contract that holds the trading funds, deposits some starting capital into it, and can withdraw part or all of it back out at any time. The bot can run continuously in the background using a process manager, and it sends live trade notifications through Telegram. Several command-line scripts control different pieces: one discovers eligible tokens, one runs in a dry-run mode that only watches prices without trading, and one runs live trading once real funds are involved. A handful of settings in the environment file control trade size limits and the minimum profit required before the bot will act. The project does not state a license in its README.

prompts (copy fr)

prompt 1
Explain what atomic profit-or-revert means in the context of this ArbExecutor contract.
prompt 2
Walk me through setting up the .env file for this bot, including PRIVATE_KEY and EXEC_RPC_URL.
prompt 3
Show me how to run this bot in dry-run monitor mode before enabling live trading.
prompt 4
Help me understand the MIN_PROFIT_BPS and MAX_SIZE_ETH settings and how to tune them.

Frequently asked questions

what is robinarb fr?

An automated arbitrage bot that trades price gaps between a token's bonding curve and its Uniswap V4 pool on Robinhood Chain.

What language is robinarb written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, Solidity.

What license does robinarb use?

No license information is provided in the README.

How hard is robinarb to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is robinarb for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.