Non-custodial · Runs on your machine · Pay once
A Solana arbitrage bot that you run yourself.
It watches Jupiter round-trip spreads, re-checks every opportunity immediately before executing, and skips anything stale. Your keys never leave your machine.
- Price
- Loading…
- Licence
- One-time purchase. Never expires.
- Custody
- Yours. We never hold funds or keys.
Is this a scam?
Fair question. The answer is structural, not promissory — here is what the architecture makes impossible.
We never hold your funds
There is no deposit, no custody, no pooled wallet. The bot signs
trades locally with a key from your own .env file.
We never see your key
No component asks for a private key or seed phrase — not the dashboard, not this site, not support. There is no field for one.
Payment is a plain transfer
You send USDT from your own wallet. The licence server watches the chain to confirm it. It never touches the money.
What does it actually do?
Four steps, on a loop. The third one is where most of the value is.
-
01
Detect
Quotes a round trip on each pair you configure and measures the spread.
-
02
Re-check
Immediately before executing, it quotes again — fresh numbers, not the ones it found the opportunity with.
-
03
Skip or execute
If the spread closed, liquidity thinned, or profit degraded, it skips and says why. Otherwise it executes on the fresh quotes.
-
04
Repeat
Back to watching. Every skip is logged with its specific reason.
What you control
- Your wallet and your private key — they never leave your machine
- Your own RPC endpoint
- Your thresholds: minimum profit, trade size, price impact, degradation tolerance
- Which pairs it watches
- Optional Jito bundle execution — with a tip paid on every attempt, win or lose, and twice on a round trip
What does it cost — really?
One payment for the licence, plus the running costs that any bot like this has. All of them, stated here.
Ongoing costs you pay directly
| Solana RPC endpoint | Your provider's rate |
| Jupiter API access | Free tier or paid plan |
| Network & priority fees | Per transaction |
| Jito tip (only if enabled) | Every attempt |
None of these are paid to us. The Jito tip is charged on every attempt whether the trade wins or loses, and a round trip pays it twice.
How do I buy and start?
Pay USDT from your own wallet, get your licence key, download, configure, run. No account to create.
- 1 · Order
- 2 · Pay
- 3 · Key
Send the exact amount
Awaiting paymentKeep this. If you close this page mid-payment you can return, enter the order ID below, and pick up exactly where you left off.
Payment confirmed
Paid.env as LICENSE_KEY, then start it. Full
setup is in the docs.
The download requires Node.js 18+. The macOS app double-clicks; the
zip runs anywhere with npm install && npm start.
Windows: use the zip for now.
We do not email keys. This page is the only delivery — bookmark your order link and you can retrieve the key again at any time.
I already have an order ID
Who this is for
Buy this if
- You want to run your own bot and keep custody of everything
- You are comfortable with a wallet, an RPC URL and a
.envfile - You want to see every trade and every skip, with reasons
- You accept that arbitrage is competitive and some days find nothing
Do not buy this if
- You want passive income or a guaranteed return
- You want someone else to manage your funds
- You are not willing to run software on a machine you control
- You would be in trouble if you lost the money you trade with
Builder Pro
Earn a commission on purchases made through your code. Codes are reviewed and approved by hand — they are not issued automatically when you buy.
Apply
Check a code
Questions
What does non-custodial actually mean here?
Your private key stays in a file on your machine and is used to sign transactions locally. It is never sent anywhere. We cannot move your funds, freeze them, or see your balance. If our server disappeared tomorrow your wallet would be unaffected.
What can the licence server actually do?
Confirm that a payment arrived, issue a licence key, and answer whether a key is valid. That is the whole list. It never receives or forwards funds, and it has no signing ability over any wallet — including the one you pay into.
Can I run it on two machines?
One at a time. A licence can hold one active instance; a second copy is refused while the first is running. If a machine crashes, its claim releases itself after about three minutes so you are not locked out.
What if the licence server is unreachable?
The bot keeps trading. Verification is not a per-trade gate. The dashboard's status view is served locally and works with no internet connection at all.
What is Jito, and what does it cost?
An optional way to submit transactions that can improve how reliably they land. It is off by default. When enabled, each attempt pays a tip — win or lose — and a round trip is two legs, so it pays twice. That is a recurring cost, not a setup fee.
How much will I make?
We will not give you a number, and you should distrust anyone selling a bot who does. Returns depend on market conditions, your thresholds, your RPC speed, and competition from other bots. It may be nothing. Profitability is not guaranteed.
What is your refund policy?
There are no refunds. The licence key is delivered instantly and cannot be returned once issued, so all sales are final. We would rather tell you that here, before you pay, than in the small print afterwards. If you are unsure, read the setup docs first and make sure the requirements suit you.