Introduction & scope
FortisX is a cloud platform for staking in validator-based networks. It combines validator and network analytics with a policy engine that manages how capital is allocated across validators and pools within each supported network. This whitepaper describes the technical foundations behind FortisX: how data is collected and processed, how risk is modeled, how allocation policies are evaluated, and how the platform is operated and exposed to external systems.
The document presents FortisX through its architecture, data model, and operational processes. Staking-related quantities such as native yields or rewards are treated as network-level parameters and observable metrics within the analytics and risk model. Throughout the text, “FortisX” denotes the analytics and policy engine layer that sits above validators, pools, and custody systems.
FortisX initially targets a set of leading validator networks such as Ethereum, Solana, Polkadot, Avalanche, and Cosmos, and is designed to extend to additional networks that follow similar principles.
Purpose of this document
The goals of the FortisX Whitepaper are:
To provide a transparent description of how FortisX evaluates validator and network behaviour, models risk, and proposes staking allocations.
To define a shared vocabulary and data model for networks, validators, pools, providers, alerts, policies, and allocation proposals.
To explain the operational and security discipline behind the platform: monitoring, incident handling, auditability, and external reviews.
To document the interfaces—especially the Analytics API—through which external systems can consume the same analytics that drive the internal policy engine.
The whitepaper is intended to be concrete enough for engineers, security teams, and risk committees to evaluate how FortisX works, while remaining independent of any particular custody setup or validator operator.
Intended audience
This document is written for several types of readers:
Infrastructure and devops teams who need to understand how FortisX ingests, stores, and processes data, and how it integrates with existing validator or custody infrastructure.
Validator operators and staking providers who want to see how their performance, configuration, and risk profile are evaluated.
Institutional clients and risk committees who require a clear view of the models and policies behind allocation decisions, as well as the operational and security controls of the platform.
Integration partners and developers who consume FortisX analytics via API, SDKs, or custom dashboards.
The whitepaper assumes familiarity with validator-based networks and basic staking concepts and is written so that protocol-level details can be followed without specialised expertise for each individual chain.
Scope and boundaries
The scope of this whitepaper is centred on the analytics, risk, and policy layer of FortisX. It covers:
the architecture of the ingest pipeline, analytics services, risk scoring, and policy engine;
the core data model and the main classes of metrics used for validators and networks;
the operational model, reliability targets, security principles, and the role of external reviews;
the Analytics API at a conceptual level and the way external systems interact with FortisX.
Related topics such as detailed protocol specifications, client-specific custody arrangements, legal and regulatory treatment, and tax or accounting considerations belong to the broader documentation set and to the internal frameworks of organisations that use FortisX.
Relationship to other documents
The FortisX Whitepaper is part of a broader documentation set:
The API documentation provides detailed request/response schemas, error handling, and usage examples for the Analytics API.
The SDK and integration guides focus on practical implementation steps for connecting FortisX to external systems.
The Legal notice & risks chapter in this whitepaper summarises risk factors and the legal context relevant to validator-based networks and the use of FortisX.
Together, these materials are intended to give a complete and coherent picture: this whitepaper explains why the platform works the way it does; the API and SDK docs explain how to connect to it.
Structure of the whitepaper
The remainder of this document is organised as follows:
Legal notice & risks – formal disclaimers and a structured view of the main risk factors relevant to validator-based networks and to the FortisX platform.
Platform overview – a high-level view of FortisX, its role in the staking ecosystem, and the main product surfaces.
Architecture & data flow – the end-to-end data pipeline, core services, and non-functional requirements.
Data model & core entities – the objects and relationships that underpin all analytics and policies.
Validator metrics – the key measurements used to assess validator and pool behaviour.
Network & decentralization metrics – the indicators that describe network health, concentration, and decentralization.
Risk modeling – how metrics are transformed into factor scores and risk buckets.
Policy engine & allocation rules – how policies are defined, evaluated, and surfaced as allocation proposals.
Operations & reliability – how the platform is run, monitored, and continuously improved.
Security, audits & compliance – how FortisX is secured, reviewed, and made auditable for institutional users.
Analytics API & roadmap – external interfaces and a forward-looking view of the platform’s evolution.
Readers who are primarily interested in integrating with FortisX may focus on the architecture, data model, and API sections. Those evaluating FortisX from a governance or risk perspective may pay particular attention to the metrics, risk modeling, policy engine, and security chapters.
Last updated