Skip to content

Curio CoreOne-binary Filecoin hot-storage SP.

Pure Go. Embedded chain node. SQLite, not Yugabyte. No Lotus sidecar.

Curio Core

Why Curio Core exists ​

Today the answer to "I want to run a paid Filecoin Onchain Cloud SP" is roughly:

- a 76 GB Lotus full node
- a 3-node Yugabyte cluster
- a Curio cluster
- a Boost market node
- a public ETH RPC sidecar for FEVM forwarding
- a separate IPNI announcer
- a dashboard, a wallet manager, a settlement watcher, monitoring...

Curio Core's answer is one binary. Drop it on a single VM, point a domain at it, fund a wallet. You're a Filecoin Onchain Cloud hot-storage provider.

Status ​

Beta (v0.1.0-beta.1). The full PDP hot-storage flow has run end-to-end on Filecoin mainnet from a single machine: SP registration → self-funded USDFC → payments → dataset creation → addPieces → live proving cycle (mainnet dataset #1311, provider 31). Every transaction is signed by the binary itself, with no Glif and no Lotus sidecar. Mainnet is now supported; GA hardening (dashboard auth, operator runbook, multi-window soak) is ongoing. See curio-core#10 for current health.

Where to start ​

Released under the Apache 2.0 OR MIT license.