Loops House




RunwayOS
An autonomous agent that decides whether to spend more or store less on Filecoin

FilecoinTLDR Builder Challenge - Cycle 4
Team
1 member- PAOwner
PARAM DINESH JAIN
Overview
RunwayOS is an autonomous treasury agent for Filecoin Pay storage budgets.
It continuously observes a dedicated agent wallet on Filecoin Calibration through the Synapse SDK, tracks USDFC funding, storage spend, runway, and wallet gas balance, and evaluates the state through a deterministic decision engine.
The agent follows an OBSERVE → DECIDE → ACT → AUDIT workflow. It can identify healthy runway, low runway, low gas, and degraded telemetry conditions, then produce auditable decisions such as HOLD and TOP_UP_REQUIRED. Actions are guarded by DRY_RUN, explicit limits, and preconditions, so the complete decision-to-action workflow can be demonstrated without spending funds.
Every observation, decision, action result, failure, and state transition is persisted in SQLite and streamed to the dashboard through SSE.
RunwayOS is built specifically around Filecoin Pay's programmable storage-payment model, turning on-chain storage economics into an operational runway signal that an autonomous agent can monitor and manage.