One verifiable stack, from the metal up.
Priime is a stack: the Trustless Execution Network at the base, composable modules above it, and the vaults you create on top. This page is how each layer works, and why every action it takes is verified, not something you have to trust.
Execution you verify, not trust.
The Trustless Execution Network runs your strategy off-chain and brings the result on-chain, verified. It monitors every block and acts only when something needs to change, doing three things: fetch, compute, act. The difference from a trading bot is one word: verifiable. A set of distributed operators each run it, and the chain only accepts a result a quorum of them produced, matched, and signed.
Every action, verified by design.
A registered, weighted set of operators each re-runs the same deterministic logic on the same inputs. The aggregator only proceeds when enough produce identical results and sign them. The on-chain verifier checks those signatures against the operator set. An insufficient quorum is rejected by design, so no single party can move your position.
A module is one Fetch, Compute, Act loop.
A module is one unit of automation: a trigger, a piece of sandboxed WebAssembly, and a submission. Something to watch, logic to run, an action to take. Modules are composable, so an app is just a set of modules running together, and because a module can return nothing, it acts only when its condition is met.
A trigger watches for the condition that matters: an on-chain event, a cron schedule, every block, or an off-chain feed.
The module logic runs off-chain as sandboxed WebAssembly. Deterministic, so the same inputs always produce the same result.
If action is needed, operators sign the result and a quorum settles one verified transaction. If not, the module returns nothing and holds.
Each module watches one signal, and acts only when it must.
A strategy is an arrangement of these. The screen is what a module sees; the keys are what it can do, lit the moment it fires. They patch into one another, and into the Trustless Execution Network.
Off-chain speed. On-chain verification. The Trustless Execution Network.
The Trustless Execution Network is verifiable off-chain compute. Your code runs in fast WASM sandboxes across a set of distributed operators, each re-runs the exact same deterministic logic and signs the result. A thin on-chain contract accepts it only when a quorum agrees. The verifiability of a distributed operator set, settled with the trust and finality of the chain, without paying to run your logic on-chain.
Off-chain speed, on-chain trust, no compromise: distributed operators in WASM sandboxes agree, and a quorum of their signatures settles on-chain.
Same modules, assembled differently.
Every vault is a different combination of the same modules, running on the same Trustless Execution Network. The builder shelf carries one liquidity source and six modules: Dynamic leverage, Dynamic hedge, Auto-compound, Auto center, Covered call and Protective put. A new vault is a new arrangement of them, not new infrastructure.