Racing 22 Agents on Hyperliquid: What Did I Discover? (Full Strategy Code Included)

Odaily星球日报Publicado a 2026-03-16Actualizado a 2026-03-16

Resumen

Summary: We deployed 22 autonomous AI trading agents on Hyperliquid, each with $1000, executing over 5000 trades. Key findings: 1) Less trading with higher conviction yields better results—agents with under 120 trades were profitable, while those with over 400 lost significantly. 2) Profits follow a power law: 3-5 trades generated nearly all gains, with small losses quickly stopped out. 3) Real-time "Hyperfeed" data (tracking where smart money is profiting) outperformed pure technical analysis. 4) Mean-reversion strategies failed in perpetual markets; trend-following was more effective. 5) Agents self-adjusted poorly when losing, often accelerating losses by increasing leverage or removing safeguards. Future steps include hardening risk controls in code and testing new strategies. All code is open-sourced, and experiments continue live.

This article is from:Jason Goldberg

Compiled | Odaily Planet Daily (@OdailyChina); Translator | Azuma (@azuma_eth)

We deployed 22 autonomous trading AI Agents on Hyperliquid via Senpi, each configured with $1000 in real capital.

They run 24/7 — scanning the market, opening positions, setting trailing stops, managing risk — all without any human intervention.

After investing $22,000 in initial capital and executing over 5000 trades, here is our summary of lessons learned.

General Conclusions

"Fewer trades" plus "higher conviction" always equals "better results." This isn't an occasional occurrence; it holds true every time.

  • Odaily Note: Fox, Bison, Ghost Fox, and Grizzly, Viper, Mamba, Anaconda mentioned later are all names of Agents executing different strategies.

As shown above, Agent "Fox" and Agent "Ghost Fox" use the same scanning tool. Fox only selectively executes some of the signals, while Ghost Fox executes more signals. The result is a 56 percentage point difference in their Return on Investment (ROI).

The real advantage lies not in the scanning tool itself, but in the discipline to wait for the right signal.

  • All Agents with over 400 trades suffered significant losses.
  • All Agents with fewer than 120 trades were profitable.

More trades do not mean more opportunities — they mean more ineffective trades, more fees, and more exposure to noise risk.

Profits Follow a "Power Law Distribution"

Among our best-performing Agents, 3–5 trades contributed to all the profits, while the remaining trades were mostly quickly stopped out with small losses.

Taking Fox as an example again, the three best trades (ZEC, TRUMP, FARTCOIN) collectively profited over $350; the other 46 trades collectively lost over $100; the final result was a net profit of approximately $248.

This is entirely by design. Our strategy is: enter decisively with high conviction, stop out losses quickly within minutes, let profitable positions run, and lock in some peak profits using the DSL High Water trailing stop strategy. When the average win is 10 times the average loss, you can make steady profits even with a win rate of only 43%.

Those Agents that tried to maintain a high win rate through "safe" trades all lost money — because each trade aiming for tiny profits still incurs fees and market risk.

Secret Weapon: Hyperfeed

Fox and other consistently performing Agents are built on Senpi's Hyperfeed.

Hyperfeed is a real-time tracking system that shows which assets all traders on Hyperliquid are currently making money on. It is not a historical ranking or other lagging indicator, but the actual profitable trading activity happening on the entire exchange right now.

Our core scanning tool, Emerging Movers, reads Hyperfeed's market concentration data every 90 seconds. When smart money suddenly rotates to an asset: for example, a trader suddenly jumps at least 15 places on the leaderboard, or the rate of profit contribution for an asset suddenly increases, or multiple top traders simultaneously concentrate on opening the same position, the scanner can capture the signal before the move is fully priced in.

This is the structural advantage of building strategies on Hyperliquid via Senpi. You can see in real-time where top traders' profits are concentrating and act immediately. No other exchange offers this visibility, and no other platform allows autonomous Agents to execute based on this.

All our best-performing Agents use this type of data:

  • Fox / Vixen: Identify sudden smart money concentration on an asset via Emerging Movers;
  • Grizzly: Analyze smart money positions on BTC via Hyperfeed before opening a position;
  • Bison: Uses smart money direction as a hard condition — will not trade if the direction is opposite;

While the worst-performing Agents:

  • Completely ignored smart money signals, e.g., Viper, Mamba based purely on technical analysis;
  • Used outdated smart money data (Scorpion v1), treating months-old positions as new signals;

So the conclusion is very clear: Agents trading based on real-time Hyperfeed data performed significantly better than all purely technical strategies.

Mean Reversion Strategies Don't Work in Perpetual Swaps

We tested three different versions of Agents based on the logic that "price deviates too far and will soon revert." Their specific performances were as follows:

  • Viper: -18%
  • Mamba: -33%
  • Anaconda: -22%

The result was losses across the board. The problem is that the Hyperliquid perpetual swap market is far more trend-driven than mean-reverting. Buying the dip in a downtrend is the most expensive mistake in this market. These Agents kept going long at so-called "support levels," but the price continued to trend lower for days.

The fix we are testing is adding a macro market state filter that prohibits "mean reversion strategy" dip buying when BTC's 4-hour trend is down. Preliminary results look promising; this filter could avoid 14 out of Mamba's 28 losing trades.

Don't Stick to a Single Pattern

Our newest Agent (Vixen), based on Fox's trading data, uses two截然不同的 (distinctly different) entry patterns.

  • Stalker Mode: Captures signals through multiple scans where smart money is quietly accumulating an asset. This allows you to enter before the crowd rushes in. Fox's biggest profits came from this mode.
  • Striker Mode: Captures violent breakout moves confirmed by volume. Enters as the move explodes, but only executes if supported by real volume (filtering fake pumps).

Fox's data shows these are two completely different sources of Alpha signals. If you only use a single entry pattern, you must choose between them and miss the other opportunity.

Agents Self-Adjust — And It Always Gets Worse

An unexpected finding was: When Agents experience consecutive losses, they attempt to "self-repair." Common repair behaviors include loosening entry conditions, increasing leverage, and removing risk protection mechanisms, but the result is always accelerated losses.

Some examples: Dire Wolf, after being down -27%, enabled 5 parallel 25x leverage positions and relaxed the order speed limit; another Agent deleted the stagnation take-profit mechanism; another raised the daily loss limit from 10% to 25%.

Our solution is to write risk protection mechanisms directly into the scanner tool code, rather than relying on the Agent's own strategy configuration. If the scanner tool doesn't output a signal, the Agent cannot execute a trade — no matter how aggressive its own configuration becomes.

Next Steps

We will continue the experiment for another 24-48 hours, then shut down Agents that have no realistic chance of recovering their capital to prevent further drain of remaining funds.

Next, we will deploy new strategy versions with protection mechanisms written into the code layer:

  • Wolverine v1.1: HYPE velocity DSL trailing stop (faster profit locking in high-volatility assets);
  • Mamba v2.0: Mean reversion strategy + BTC trend protection;
  • Scorpion v2.0: Real-time momentum event consensus (replacing outdated whale-following strategy).

We will also:

  • Standardize strategy configurations for Fox, Vixen, and Mantis: These three Agents use the same scanner tool, but their configurations have drifted. Fox's current yield is over 23%; the other two will be adjusted to the same settings;
  • Redeploy new Fox/Vixen pairs using Fox's full winning configuration, including XYZ ban rules, stagnation take-profit mechanism, 10% daily loss上限 (cap), all risk gating mechanisms enabled;
  • Expand single-asset hunter strategies: Grizzly's three-phase lifecycle model (Hunt → Ride → Lurk → Reload) is now applied to ETH (Polar), SOL (Kodiak), and HYPE (Wolverine).

Simultaneously, we are developing brand new strategies and testing them directly in the live market. The market itself is the laboratory. Each new strategy gets $1000 in capital and fully transparent trade records.

Our experiment runs live at strategies.senpi.ai; All strategy code is open source at: github.com/Senpi-ai/senpi-skills

22 Agents, $22,000 real capital, every trade completely public. The experiment continues.

Preguntas relacionadas

QWhat is the key finding regarding the relationship between the number of trades and profitability in the experiment?

AThe key finding is that fewer trades combined with higher conviction consistently lead to better results. All agents that executed over 400 trades experienced significant losses, while all agents with fewer than 120 trades were profitable. More trades meant more noise, fees, and exposure to risk, not more opportunity.

QWhat is Hyperfeed and why was it a critical component for the most successful agents?

AHyperfeed is a real-time tracking system that shows which assets traders on Hyperliquid are currently making money on at that exact moment. It was critical because it allowed the best-performing agents (like Fox and Grizzly) to identify and act on signals where 'smart money' was suddenly concentrating on an asset before the move was fully priced in, giving them a structural advantage.

QWhy did the mean reversion strategies (Viper, Mamba, Anaconda) perform poorly?

AThe mean reversion strategies all performed poorly (-18% to -33%) because the Hyperliquid perpetual market has stronger trending characteristics than mean-reverting ones. Attempting to buy the dip (go long at perceived 'support' levels) in a downtrend was a costly mistake, as prices could continue to fall for days.

QWhat unexpected and detrimental behavior did the agents exhibit when facing consecutive losses?

AWhen facing consecutive losses, the agents would attempt to 'self-repair' by making their configurations more aggressive. This included widening entry conditions, increasing leverage, and removing risk protection mechanisms like stop-losses. However, this behavior consistently accelerated their losses instead of helping them recover.

QHow do the profits of the successful agents follow a 'power law distribution'?

AThe profits followed a power law distribution, meaning a very small number of trades (3-5) contributed all of the profits, while the majority of trades ended as small losses that were quickly stopped out. For example, Agent Fox's three best trades made over $350, while its other 46 trades lost over $100, resulting in a net profit of ~$248.

Lecturas Relacionadas

Platform Token Soars 15x in Half a Month, Pons Tops Robinhood Chain Charts for Both Token Launches and Trading

In just half a month, the Pons platform token (PONS) surged over 15x in value as Pons solidified its position as the leading token launch and trading platform on Robinhood Chain, capturing both the highest daily token creation volume and transaction volume. Following the exit of previous leader NOXA, competition initially favored Flap before Pons emerged dominant around mid-July. By July 26th, Pons accounted for 77.1% of total trading volume across all Robinhood Chain launchpads. Pons's success is attributed to its streamlined, one-transaction process for deploying a token contract and its corresponding Uniswap V3 liquidity pool simultaneously, eliminating the need for bonding curves or complex migrations. This simplicity, combined with low creation costs and immediate tradability, attracted significant creation activity and speculative trading. The meteoric rise of its native token, PONS, further fueled platform growth. A tokenomics model directing 80% of protocol fees to buy back and burn PONS created a reinforcing cycle: platform usage boosted PONS value, which in turn attracted more users. Looking ahead, Pons V2 aims to expand beyond meme tokens by integrating support for paying fees in stablecoins (USDG) and RWA assets, aligning with Robinhood Chain's broader focus on on-chain finance and stock tokens.

Odaily星球日报Hace 22 min(s)

Platform Token Soars 15x in Half a Month, Pons Tops Robinhood Chain Charts for Both Token Launches and Trading

Odaily星球日报Hace 22 min(s)

Qualcomm Chip Price Hike Deals a Blow to Android Phones

Qualcomm has officially announced a new round of price increases for its entire chip portfolio, effective September 1. The hikes, reaching up to 18% for the flagship Snapdragon 8 Elite Gen 6 Pro, follow similar moves by MediaTek, intensifying cost pressures on the already strained smartphone industry. CEO Cristiano Amon confirmed the plan, citing the need to offset rising industry-wide costs and restore declining profit margins. Qualcomm's Q3 FY2026 results showed a 25% drop in net profit, with mobile revenue plunging 20% year-over-year, hitting its lowest level since 2021. The surge in AI computing demand has led memory manufacturers to prioritize HBM production, creating a shortage in general-purpose DRAM and NAND Flash chips. Their prices soared by 93%-98% and 55%-60% respectively in Q1 2026, causing the memory cost share in smartphones to jump from 10%-15% to over 30%. Coupled with the soaring cost of advanced nodes like TSMC's 2nm and packaging, overall chip costs have reached historic highs. These upstream pressures are forcing downstream smartphone brands like Xiaomi, OPPO, and vivo to cut orders for mid-to-low-end models by up to 20% and use cost-saving measures like older chipsets. Reportedly, the Snapdragon 8E5 will be repurposed as a "long-lasting" chip for sub-brand phones in H2 2026. Amid this cost crisis, the Android market remains sluggish. Q2 2026 smartphone shipments in China fell 4.3% year-over-year, marking five consecutive quarters of decline. Major Android brands saw market share drop, while Huawei and Apple, with their in-house chip advantages, gained share. Qualcomm is diversifying into automotive and IoT sectors to reduce reliance on smartphones, but these new segments cannot yet fill the mobile revenue gap. Industry observers warn that the full impact of component cost hikes will hit in the second half of 2026, likely leading to higher-than-expected price increases for Android flagships and a further contraction in the Chinese smartphone market.

marsbitHace 32 min(s)

Qualcomm Chip Price Hike Deals a Blow to Android Phones

marsbitHace 32 min(s)

Breaking: GPT-5.6 Prices Slashed Effective Today

OpenAI has announced significant price cuts for its GPT-5.6 model API, effective immediately. The entry-level **GPT-5.6 Luna** sees the most drastic reduction, with input prices dropping 80% to $0.20 per million tokens and output prices falling to $1.20 per million tokens. The mid-tier **GPT-5.6 Terra** is reduced by 20%, now costing $2.00 (input) and $12.00 (output) per million tokens. The flagship **GPT-5.6 Sol** maintains its original price but introduces a new **Fast mode**, offering speeds up to 2.5 times faster for double the cost. The company attributes these price reductions to efficiency gains achieved through **GPT-5.6 Sol's own involvement in optimizing its production systems**. The model assisted in rewriting GPU kernels and improving speculative decoding, leading to a 20% reduction in end-to-end service costs and over 15% improvement in token generation efficiency. OpenAI emphasizes this process remained human-led. A key focus of the降价 is to lower the barrier for running **AI agent workflows**. By making the capable, tool-calling Luna model significantly cheaper, OpenAI aims to enable more frequent use in cost-sensitive, high-volume tasks like code review and monitoring. This creates a potential feedback loop: model-assisted efficiency gains lead to lower costs, which enables broader agent deployment, which in turn drives further optimization. The new pricing and features will also apply to Codex and ChatGPT Work subscriptions. The changes intensify competition in the large language model market, with OpenAI directly challenging rivals like Anthropic to respond.

marsbitHace 1 hora(s)

Breaking: GPT-5.6 Prices Slashed Effective Today

marsbitHace 1 hora(s)

Trading

Spot
活动图片