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

Seat pricing is utilization-based. The contract requires a minimum deposit equal to one day of fees at the post-purchase utilization, but you can deposit more collateral to increase your health buffer.

Current sentry parameters are maxSeats = 10, minFeePerSecond = 0, and maxFeePerSecond = 7716 smallest aHYPE units per second. Because aHYPE has 8 decimals, the seat price table is:

If this is seat #Post-purchase utilizationMinimum deposit / daily feeAnnualized fee
110%0.666144 aHYPE243.14 aHYPE
220%1.333152 aHYPE486.60 aHYPE
330%1.999296 aHYPE729.74 aHYPE
440%2.666304 aHYPE973.20 aHYPE
550%3.333312 aHYPE1,216.66 aHYPE
660%3.999456 aHYPE1,459.80 aHYPE
770%4.666464 aHYPE1,703.26 aHYPE
880%5.332608 aHYPE1,946.40 aHYPE
990%5.999616 aHYPE2,189.86 aHYPE
10100%6.666624 aHYPE2,433.32 aHYPE

The fee rate is global: if seat occupancy changes later, every active seat accrues at the new utilization-based rate.

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.