Skip to content

[new-plugin] hyperliquid-funding-rate-scout v1.0.0#396

Open
ritesh59697 wants to merge 2 commits intookx:mainfrom
ritesh59697:submit/hyperliquid-funding-rate-scout
Open

[new-plugin] hyperliquid-funding-rate-scout v1.0.0#396
ritesh59697 wants to merge 2 commits intookx:mainfrom
ritesh59697:submit/hyperliquid-funding-rate-scout

Conversation

@ritesh59697
Copy link
Copy Markdown

Plugin name: hyperliquid-funding-rate-scout
Version: 1.0.0
Type: new-plugin

Checklist

  • plugin-store lint passes locally with no errors
  • I have read the Development Guide
  • My plugin does NOT use reserved prefixes (okx-, official-, plugin-store-)
  • LICENSE file is included
  • SKILL.md has YAML frontmatter with name and description

What does this plugin do?

Scans all active Hyperliquid perpetual futures markets for statistically significant
funding rate imbalances and generates ranked mean reversion signal cards. It detects
crowded positioning scenarios (extreme positive or negative funding rates), classifies
them by conviction level (Elevated / High / Extreme), and presents structured trade
signals with full thesis and risk notes. Execution only happens after explicit user
confirmation via hyperliquid-plugin.

Which onchainos commands does it use?

  • onchainos signal list --chain arbitrum --platform hyperliquid
  • onchainos market price --address <SYMBOL> --chain arbitrum
  • onchainos market kline --address <SYMBOL> --chain arbitrum --interval 1h
  • hyperliquid-plugin place-order (execution only, after user confirmation)

Security Considerations

  • Does NOT access wallets during scan phase
  • Does NOT initiate transactions autonomously
  • Scanning is fully read-only — no private key access at any point
  • Execution is optional and only triggered after explicit user confirmation
  • All execution calls include --strategy-id hyperliquid-funding-rate-scout for attribution

Testing

Tested locally using cargo run against the live Hyperliquid public API
(api.hyperliquid.xyz/info). Successfully scanned 230+ active perp markets,
filtered by funding rate threshold, ranked by deviation, and generated formatted
signal cards with thesis, supporting factors, and risk notes. Verified the STOP
block appears before any execution prompt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant