Skip to content

Institutional Control Plane

The control plane is what makes Altius L1 practical to operate as a regulated or enterprise network. It adds operator-facing capabilities on top of the EVM execution layer, without changing the contract-level developer experience.

Configurable fees and fee tokens

Altius L1 supports configurable, multi-token fees rather than a single hard-coded gas token. Fees can be denominated and settled in operator-approved tokens (for example, a USD-denominated unit), with fee handling implemented through dedicated precompiles so it remains efficient and consistent across the network.

On-chain governance

Network-level parameters and privileged actions are managed through on-chain governance rather than ad-hoc operator intervention, giving a transparent, auditable record of how the network is configured and changed over time.

Validator lifecycle management

The active validator set is managed on-chain — onboarding, rotation, and removal of validators are first-class operations, so the set that secures consensus can evolve safely over the life of the network.

Access control and administration

  • Role-based access control (RBAC) governs who can perform privileged administrative actions.
  • A dedicated administration API exposes operational controls and health/status information, separate from the public JSON-RPC surface.
  • Audit logging records privileged and administrative actions for compliance and forensics.

Info

The control plane is an operator-facing layer. Application developers continue to use standard EVM contracts, ABIs, and JSON-RPC; these capabilities affect how the network is run, not how contracts are written.