Actuator
← Back to Guides

IPFS: Decentralized Access to HEX

beginnerUpdated June 28, 2026

IPFS: Decentralized Access to HEX

What is IPFS?

IPFS (InterPlanetary File System) is a decentralized storage network. Instead of fetching a website from a single server owned by one company, IPFS retrieves files from a distributed network of nodes β€” no single point of failure, no central authority that can shut it down.

Think of it like BitTorrent for websites: the content is identified by a cryptographic hash (a unique fingerprint), and anyone running an IPFS node can serve that content. As long as at least one node has the file, it stays accessible.

Why HEX Uses IPFS

HEX’s core principles are decentralization, robustness, and privacy. The HEX smart contract is immutable and lives on-chain β€” it cannot be changed or stopped. But the website you use to interact with the contract (go.hex.com) is a frontend that runs on traditional web infrastructure.

What happens if go.hex.com goes down? Or the hosting provider blocks it? Or a government seizes the domain?

This is where IPFS comes in. The entire HEX frontend is deployed to IPFS. Even if every traditional website disappears, you can still access the full HEX interface β€” stake, mint, end stake, claim β€” through any IPFS gateway.

The HEX IPFS Hash

The current IPFS hash for the HEX frontend:

bafybeiclwakyfbrvfchifkwq3c5o2qjvapqcpfvemupjyk7l3s54lwltam

This hash is content-addressed, meaning it cryptographically guarantees you’re getting the exact same code. Nobody can swap the frontend without changing the hash.

How to Access HEX via IPFS

The official Pinata gateway hosts the HEX frontend:

hex.mypinata.cloud/ipfs/bafybeiclwakyfbrvfchifkwq3c5o2qjvapqcpfvemupjyk7l3s54lwltam

Click this link and you get the full HEX interface β€” identical to go.hex.com.

Option 2: Any Public IPFS Gateway

You can use any public IPFS gateway by constructing a URL like:

https://<gateway-domain>/ipfs/bafybeiclwakyfbrvfchifkwq3c5o2qjvapqcpfvemupjyk7l3s54lwltam

Common public gateways include:

  • gateway.ipfs.io/ipfs/
  • cloudflare-ipfs.com/ipfs/
  • dweb.link/ipfs/

Option 3: Run Your Own IPFS Node

For maximum sovereignty, install IPFS Desktop or kubo (the IPFS CLI), then access the hash locally at:

http://localhost:8080/ipfs/bafybeiclwakyfbrvfchifkwq3c5o2qjvapqcpfvemupjyk7l3s54lwltam

When you run your own node, you don’t depend on any gateway at all.

Option 4: Desktop App

PulseChain also publishes a standalone desktop application that runs the HEX frontend locally. Downloads are available for all major platforms:

Platform Download
Windows hex-server v2.0.2 (Windows)
Windows ARM hex-server v2.0.2 (Windows ARM)
MacOS hex-server v2.0.2 (MacOS)
Linux hex-server v2.0.2 (Linux)
Linux ARM hex-server v2.0.2 (Linux ARM)
Checksums Download Checksums

Read the Instructions before installing.

Community Frontends

In addition to IPFS, community members run independent copies of the HEX frontend. These are not controlled by the HEX team:

Benefits of IPFS for HEX

1. Censorship Resistance

No government, ISP, or hosting provider can take down the HEX frontend. As long as the IPFS network exists, the hash remains accessible.

2. No Single Point of Failure

Traditional websites depend on DNS, SSL certificates, hosting providers, and CDN infrastructure. IPFS eliminates all of these β€” the content is served by a peer-to-peer network.

3. Cryptographic Integrity

The IPFS hash guarantees you’re interacting with the exact same code that was published. If someone tries to serve a modified frontend, the hash won’t match. Always verify the hash before connecting your wallet.

4. Self-Sovereignty

Running your own IPFS node means you don’t rely on anyone β€” not the HEX team, not a gateway provider, not an ISP. You host the frontend yourself.

5. Permanent Availability

Even if go.hex.com expires, the hosting bill goes unpaid, or the domain is seized β€” the IPFS hash remains. The content is permanent as long as it’s pinned somewhere on the network.

Security Considerations

  • Always verify the IPFS hash before connecting your wallet. The correct hash is: bafybeiclwakyfbrvfchifkwq3c5o2qjvapqcpfvemupjyk7l3s54lwltam
  • Prefer running your own node if you handle large amounts. This eliminates all trust in third-party gateways.
  • Bookmark the IPFS link so you don’t need to search for it in an emergency.
  • Never connect your wallet to an unverified frontend. Phishing sites may mimic the HEX interface. Always cross-reference the hash.

How This Relates to Actuator.Finance

Actuator.Finance follows the same principles. The Actuator app is also designed for decentralization β€” the smart contracts are immutable with no admin keys. As the ecosystem matures, IPFS deployment of the Actuator frontend will provide the same censorship-resistant access that HEX enjoys.

For now, bookmark the HEX IPFS hash and understand the pattern: the contract is permanent on-chain, the frontend should be permanent on IPFS.


Source: go.hex.com β€” the official list of ways to run HEX code. Content current as of v2.0.2.

Suggest or Correct

Spotted an error? Have an idea? Found something missing? Let us know β€” this site is community-built and your input matters.

⚠ Never share your seed phrase or personal information.