ABOUT

fi.computer

Finance Computer is an execution and orchestration platform for on-chain finance. It provides the infrastructure layer for building deterministic, composable, and automated DeFi operations.

Traditional DeFi interactions are manual, fragmented, and error-prone. Finance Computer replaces ad-hoc scripting and one-off transactions with a structured execution environment — pipelines that compose, workflows that persist, and operators that extend.

Principles

  • Determinism. Every pipeline produces predictable, reproducible results. No ambiguity in execution order or state transitions.
  • Composability. Operators and pipelines are modular building blocks. Combine them freely to construct complex strategies from simple primitives.
  • Reliability. Built for production workloads. Retry logic, failure isolation, and observability are first-class concerns, not afterthoughts.
  • Extensibility. The operator framework is open. Build custom logic that plugs directly into the execution layer without forking the core.

Architecture

At its core, Finance Computer is a directed execution engine. Users define pipelines as graphs of operators — each responsible for a discrete unit of work such as quoting a swap, submitting a transaction, or evaluating a condition. The engine handles scheduling, dependency resolution, and state management across chains and protocols.

Workflows layer persistence and triggers on top of pipelines, enabling long-running strategies that react to on-chain events, price movements, or time-based schedules.