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.
Our sentry is allowlisted by the Hyperliquid Foundation, so your node sits one hop from the source.
Public peers throttle and drop you. A dedicated peer keeps the connection up and the data fresh.
You keep full control of your own node and data. We only supply the peer it talks to.
How It Works
- 01Request Access
Send us the public egress IPs of your node. We allowlist them and reply with the sentry peer address.
- 02Provision a Machine
Meet the Hyperliquid node machine specs and run in or near Tokyo to minimize round trips.
- 03Point 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" } - 04Run Your Node
Start the non-validator and let it sync from the sentry.
bash$ ./hl-visor run-non-validator - 05Verify You Are Synced
Compare the newest block file height against the network.
bash$ ls -t ~/hl/data/replica_cmds/*/*/* | head -1
Waiting for transactions