3. Private Setup Guide

This is a practical setup for personal use in private chat.

Step 1: Start the bot

  • Open @hl_positions_tracker_bot in Telegram.
  • Click Start.
  • Run /help to see the command surface.

Step 2: Configure base wallet risk

/add <your_address>
/threshold 0.5
/cooldown 600

If needed, add more addresses with labels:

/add 0xabc...123 MainWallet
/add 0xdef...456 Scalper

Step 3: Add core market alerts

Add a first pack of high-value alerts:

/funding_add BTC below -0.0057
/funding_add BTC above 0.0057
/jump_add BTC down 3 60 600
/jump_add BTC up 3 60 600
/price_add BTC 80000
/liquidation_add BTC 1000000
/wick_catcher BTC

Step 4: Add flow tracking (TWAP)

/twap_add BTC 5000000
/twap_add BTC -5000000
/nettwap_add BTC 3000000
/show_twaps BTC 1000000

Step 5: Optional protocol modules

Hyperlend:

/hyperlend_supply USDH up 10
/hyperlend_borrow USDH up 15

Rysk:

/rysk_calls HYPE
/rysk_subscribe 0x1234...abcd

Unstaking:

/unstaking_add 100000
/unstaking_timeleft 30

Step 6: Review and cleanup

Use:

/list
/funding_list
/jump_list
/price_list
/liquidation_list
/wick_catcher_list
/twap_list
/nettwap_list
/hyperlend_list
/rysk_list
/unstaking_list

Then remove noise with the matching *_remove commands.

Batch command tip

You can send multiple commands in one message, one line each.

Example:

/funding_add km:US500 below -0.0057
/funding_add km:US500 above 0.0057
/jump_add km:US500 down 5 60 600
/jump_add km:US500 up 5 60 600