Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Setup

1. Purchase a Seat

  1. Go to alphaticks.io/alpha-hype-sentry
  2. Connect your wallet
  3. Purchase a seat by locking aHYPE collateral

2. Whitelist Your IP

After purchasing a seat, configure your node's IP address:

  1. Enter the static IP of your Hyperliquid node
  2. Submit the whitelist transaction
  3. Wait for confirmation

3. Configure Your Node

Update your Hyperliquid node gossip_config.json to connect to the Alphaticks sentry:

{
  "root_node_ips": [
    {
      "Ip": "3.114.22.239"
    }
  ],
  "try_new_peers": false,
  "chain": "Mainnet"
}

See the Hyperliquid node documentation for full setup instructions.

4. Verify Connection

Once configured, your node should sync from the Alphaticks sentry. Check your node logs to confirm the connection is established.

Managing Your Seat

  • Add collateral: Top up aHYPE to maintain healthy collateral ratio
  • Update IP: Change your whitelisted IP if your node moves
  • Monitor health: Ensure your seat doesn't become liquidatable

See aHYPESeat documentation for contract details and automation.