Stax.infra

Filecoin infrastructure, run by operators.

Daily mainnet snapshots, calibration faucet, archival history. Served from a Tier-grade datacenter on Norwegian hydroelectric power, with a 20 Gbit direct uplink and no CDN middleman.

22 snapshots · drag to interact

Networks and operators we've shipped with

Filecoin logo
Ethereum Foundation logo
Protocol Labs logo
Curio Datacenter logo
Filecoin logo
Ethereum Foundation logo
Protocol Labs logo
Curio Datacenter logo

Operator-grade by default

Built for the people running nodes at 3 AM.

Stax is operated by long-running Filecoin engineers, not a hyperscaler reselling someone else's pipeline. We read the source code of the things we serve, and we run the same software on our own boxes.

Direct uplink, no CDN tax
20 Gbit straight to our serving node. Large .car.zst files don't cache well on free CDN tiers, so we don't pretend they do. Downloads go to the wire.
Sole-vendor risk, eliminated
Until now there has effectively been a single production source for Forest-format snapshots. We give the network a second, independent one, with the same file format and a drop-in import path.
Resumable, range-aware
HTTP 206 Partial Content tested in production. Drop a connection, resume from byte n. Built for ops who don't want to babysit a wget.
snapshots.stax-infra.com
$ curl -sI https://snapshots.stax-infra.com/healthz
HTTP/2 200
server: nginx
content-type: text/plain

ok

$ curl -r 0-1023 -o head.bin \
    https://snapshots.stax-infra.com/latest/mainnet/
stax_snapshot_mainnet_2026-06-04_height_6075840.car.zst
< HTTP/2 206
< accept-ranges: bytes
< content-range: bytes 0-1023/76543210112
< content-length: 1024

$ sha256sum -c stax_snapshot_mainnet_2026-06-04_height_6075840.car.zst.sha256
stax_snapshot_mainnet_2026-06-04_height_6075840.car.zst: OK

Where it runs

A Norwegian datacenter, by a Norwegian river.

Stax Infra runs out of BB110 in Drammen — a purpose-built facility with energy rating A, sat where the Drammenselva river meets the fjord. Hydro upstream, fiber downstream, fjord cold for free, and clean cold mountain air all winter.

Bjørnstjerne Bjørnsons gate 110 · 3044 Drammen · Q1 2018 build · Energy rating A

BB110, the Stax Infra datacenter in Drammen, Norway, at blue hour with solar panels visible on the roof and warm uplighting along the facade

BB110 · Bangeløkka, Drammen

Hydroelectric

Norway runs ~98% on renewables. The grid feeding the facility is dominated by hydro from the same mountain watershed that built the country.

Cooled by climate

Drammen averages 7 °C annually. Free-air cooling is the baseline, not the exception. PUE stays close to 1.0 most of the year.

Fiber to Oslo

Direct fiber path to the Oslo interchange and the Nordic backbone. Low-latency reach to most of Europe in under 25 ms.

Redundant power

Energy class A building, with N+1 power and connectivity. Backed up, monitored, and operated by people who know the building.

Need a Filecoin snapshot, today?

The endpoint is live, the snapshots are fresh, and resumable downloads are tested. Grab one and go.