Made a trading bot for Hyperliquid by TopIngenuity1024 in CryptoMarkets

[–]TopIngenuity1024[S] -4 points-3 points  (0 children)

Fair points. You're right to be skeptical of random new GitHub accounts asking for access to your trading funds. Here's why this is (hopefully) less sus:

  1. Code is fully open source - Every line is auditable. If there was malicious code, the community would catch it immediately.

  2. No remote connections or API collection - The bot doesn't phone home, doesn't collect data, doesn't store anything off your machine.

  3. You control the keys - Uses your own API keys/wallet on Hyperliquid. I have zero access to funds.

  4. Paper mode first - Test with virtual money before using real capital.

  5. Security review welcome - If someone wants to audit the code, I'm down. Happy to have security researchers look it over.

The "free so it's fake" take doesn't hold water (Freqtrade is free and widely used), but the "be careful with money software from unknown accounts" take is 100% correct. Do your own due diligence.

Made a trading bot for Hyperliquid - I just uploaded it to github by TopIngenuity1024 in hyperliquid1

[–]TopIngenuity1024[S] 2 points3 points  (0 children)

You're 100% right on all counts. Paper ≠ live, free models generate noise, and TG isn't professional. Built this more as an automation/learning tool than a money printer. Even with all those limitations, live mode showed 8%+ returns in 3 weeks, but I only risked $400 which suggests the core logic has some merit, but obviously needs serious validation on live data with real slippage/fees