@@ -461,7 +461,7 @@ server.tool(
461461 ) ;
462462 } else if ( g . includes ( "arb" ) || g . includes ( "arbitrage" ) ) {
463463 steps . push (
464- { step : 1 , command : "perp --json arb rates " , description : "Compare funding rates across exchanges " } ,
464+ { step : 1 , command : "perp --json arb scan --min 5 " , description : "Scan funding rate arbitrage opportunities " } ,
465465 { step : 2 , command : "perp --json arb scan" , description : "Find high-spread opportunities" } ,
466466 { step : 3 , command : "perp --json gap show" , description : "Check cross-exchange price gaps" } ,
467467 { step : 4 , command : "perp --json arb dex" , description : "HIP-3 cross-dex arb opportunities (Hyperliquid)" } ,
@@ -923,7 +923,7 @@ server.tool(
923923 parameters : [ ] ,
924924 risks : [ ] ,
925925 category : "read" ,
926- relatedCommands : [ "perp status " , "perp portfolio" ] ,
926+ relatedCommands : [ "perp portfolio " , "perp portfolio" ] ,
927927 } ;
928928 } else if ( category === "arb" ) {
929929 explanation = {
@@ -941,7 +941,7 @@ server.tool(
941941 parameters : [ ] ,
942942 risks : [ "auto" === sub ? "Auto-executes trades on both exchanges" : "" ] . filter ( Boolean ) ,
943943 category : sub === "auto" || sub === "close" ? "write" : "analysis" ,
944- relatedCommands : [ "perp arb rates " , "perp arb scan" , "perp gap show" ] ,
944+ relatedCommands : [ "perp arb scan " , "perp arb scan" , "perp gap show" ] ,
945945 } ;
946946 } else if ( category === "bridge" ) {
947947 explanation = {
@@ -1037,7 +1037,7 @@ server.tool(
10371037 parameters : [ ] ,
10381038 risks : [ ] ,
10391039 category : "read" ,
1040- relatedCommands : [ "perp funding rates" , "perp arb rates " ] ,
1040+ relatedCommands : [ "perp funding rates" , "perp arb scan " ] ,
10411041 } ;
10421042 } else if ( category === "backtest" ) {
10431043 explanation = {
@@ -1249,7 +1249,7 @@ server.resource(
12491249 arb : {
12501250 description : "Funding rate arbitrage & basis trading" ,
12511251 subcommands : {
1252- rates : { usage : "perp arb rates " , description : "Compare funding rates" } ,
1252+ rates : { usage : "perp arb scan " , description : "Compare funding rates" } ,
12531253 scan : { usage : "perp arb scan --min <bps>" , description : "Find arb opportunities" } ,
12541254 funding : { usage : "perp arb funding" , description : "Detailed funding analysis" } ,
12551255 dex : { usage : "perp arb dex" , description : "HIP-3 cross-dex arb" } ,
@@ -1388,7 +1388,7 @@ server.resource(
13881388 deposit : { usage : "perp deposit <exchange> <amount>" , description : "Deposit USDC to exchange" } ,
13891389 withdraw : { usage : "perp withdraw <exchange> <amount>" , description : "Withdraw USDC from exchange" } ,
13901390 portfolio : { usage : "perp portfolio" , description : "Cross-exchange portfolio summary" } ,
1391- status : { usage : "perp status " , description : "Full account overview" } ,
1391+ status : { usage : "perp portfolio " , description : "Full account overview" } ,
13921392 health : { usage : "perp health" , description : "Exchange connectivity check" } ,
13931393 settings : {
13941394 description : "CLI settings" ,
0 commit comments