FUTURESCALE

FUTURESCALE

Software, precisely built.
FUTURESCALE

Futurescale Announces Fismo State Machine Protocol for Blockchain

Fismo Banner

Consider this: There are standards for tokens that allow us to represent static things like currency, ownership, membership, and participation. But why do we have no standard for representing a map or process and an individual’s journey through it?

What is a Fismo Machine?

Fismo machines are a way of simulating processes, branching narratives, maps of places, or nearly any stateful thing you can imagine. This project explores ways of using Fismo to build cool things.

In a nutshell, Fismo enforces rules about transitions between states when users invoke actions.

The builder writes custom Solidity functions that get called when state transitions happen. Transitions don’t always need such hooks, but when they do, anything can be queried or stored, and the transaction can be reverted if your conditions aren’t met. Further, each user’s progress through a Fismo Machine is recorded and can be queried publicly by anyone, even another contract. Hmm, Proof of Quest Protocol? 🤔

State transitions can be gated by the tokens a user holds, places the’ve been, or any other accessible value, be it stored or derived. Likewise, new values could be stored or tokens transferred to a user when they take some action or arrive at some waypoint.

But wait, there’s more…

Fismo Protocol