Skip to content
Crifine

The Crifine app

Wallet sign-in and the execution-spread dashboard.

The app is the human-facing view of the same numbers the API returns. It exists because the people who set thresholds and approve parameters are not the same people as the agents that call the endpoint — but they must be looking at identical figures, so the app and the API derive from one code path rather than two that drift.

What the app does not do

  • It cannot move funds. No endpoint in it constructs, signs or submits a transaction.
  • It never asks for a seed phrase or private key. Sign-in is a signature over a plain-text message, nothing more.
  • It does not restate the method. That lives on the measurement method; the app links to it rather than keeping a second copy.