$200/mo per connecting IPTokyoNon-validating

Hyperliquid Sentry Peer

Allium runs a non-validating Hyperliquid node peered directly with the Foundation node. Point your node at it and you get a stable upstream without public-peer rate limiting or rotation.

Read the Docs
blocksblocksFoundation NodeHyperliquidAllium SentryTokyo, allowlistedYour Nodenon-validating
Direct to the Foundation Node

Our sentry is allowlisted by the Hyperliquid Foundation, so your node sits one hop from the source.

No Rate Limits, No Rotation

Public peers throttle and drop you. A dedicated peer keeps the connection up and the data fresh.

Your Node, Our Upstream

You keep full control of your own node and data. We only supply the peer it talks to.

How It Works

  1. 01
    Request Access

    Send us the public egress IPs of your node. We allowlist them and reply with the sentry peer address.

  2. 02
    Provision a Machine

    Meet the Hyperliquid node machine specs and run in or near Tokyo to minimize round trips.

  3. 03
    Point Your Node at the Sentry Peer

    Write the peer address to override_gossip_config.json and keep try_new_peers off so it never falls back to public peers.

    override_gossip_config.json
    {
      "root_node_ips": [{ "Ip": "<sentry-peer-ip>" }],
      "try_new_peers": false,
      "chain": "Mainnet"
    }
  4. 04
    Run Your Node

    Start the non-validator and let it sync from the sentry.

    bash
    $ ./hl-visor run-non-validator
  5. 05
    Verify You Are Synced

    Compare the newest block file height against the network.

    bash
    $ ls -t ~/hl/data/replica_cmds/*/*/* | head -1

Waiting for transactions