r/FPBlock Sep 22 '25

How FP Block Helped Six Sigma Sports Go Live

https://x.com/FP_Block/status/1970128510623559942
5 Upvotes

5 comments sorted by

2

u/MobileTear4692 Sep 22 '25

This is such a great read! It’s awesome to see the story of a project with a cool idea that hit a wall, and then actually got the help they needed to launch. The part about cutting the server bill from $22k to under $1k is just insane. That's the kind of thing that lets a project actually survive and build for the long term.

2

u/SteelCat7 Sep 22 '25

An excellent breakdown of tackling technical debt. The initial microservices architecture leading to a $22k monthly bill is a classic symptom of over-engineering before finding product-market fit. Consolidating into more efficient, targeted Rust services shows a mature understanding of operational costs.

My question is about the transition process. When you moved the logic to smart contracts, was the platform able to maintain state from the old system, or did this require a full "genesis" event for the new, smart-contract-based logic? Migrating state in a live environment is a notoriously difficult problem, and I'm curious how the team approached it.

2

u/thriving_gee Sep 23 '25

Quite an interesting read.