[new-plugin] hyperliquid-funding-rate-scout v1.0.0#396
Open
ritesh59697 wants to merge 2 commits intookx:mainfrom
Open
[new-plugin] hyperliquid-funding-rate-scout v1.0.0#396ritesh59697 wants to merge 2 commits intookx:mainfrom
ritesh59697 wants to merge 2 commits intookx:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Plugin name: hyperliquid-funding-rate-scout
Version: 1.0.0
Type: new-plugin
Checklist
plugin-store lintpasses locally with no errorsokx-,official-,plugin-store-)nameanddescriptionWhat 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 hyperliquidonchainos market price --address <SYMBOL> --chain arbitrumonchainos market kline --address <SYMBOL> --chain arbitrum --interval 1hhyperliquid-plugin place-order(execution only, after user confirmation)Security Considerations
--strategy-id hyperliquid-funding-rate-scoutfor attributionTesting
Tested locally using
cargo runagainst 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.