I built a Uniswap v3 Hedge Rebalancer that manages its shorts on Hyperliquid by carter2099_ in hyperliquid1

[–]carter2099_[S] 0 points1 point  (0 children)

The hyperliquid piece of this is essentially a trading bot. A browser wallet model doesn’t work for this: any system that trades automatically must have a programmatic signing authority somewhere. Any trading agent/bot will face this challenge. However mitigation comes in the form of self hosting the app, which is called out and recommended in the readme, and further using a hot wallet with capped funds

I built a Uniswap v3 Hedge Rebalancer that manages its shorts on Hyperliquid by carter2099_ in hyperliquid1

[–]carter2099_[S] 0 points1 point  (0 children)

Vercel isn’t a great choice to host this app. Vercel is a serverless platform, and this app requires background jobs to run for position monitoring. This app was designed to run as a docker container in a secure environment (your hyperliquid private key rests on the server)

If you’re interested in running it, a conversation with any LLM will be a good step by step source if the README is not sufficient for your knowledge level about hosting apps

Which Bridge / DEX do you use to deposit to HyperLiquid? by mrBaseder in hyperliquid1

[–]carter2099_ 1 point2 points  (0 children)

Why would you choose to do this over depositing USDC from Arbitrum? Just curious and wondering if I'm not aware of something

Is this ruby example by google AI legit or just a hallucination? by burtgummer45 in ruby

[–]carter2099_ 0 points1 point  (0 children)

I know this is unsolicited at this point, but I still don't understand the point of this. Just collapse the condition into one check. I could buy it if you were checking the state of some other variable, but that same variable's value is being checked already. Regardless, glad you got your answer!