Page cover

Architectural Design Philosophy

Oneliquid’s system architecture is based on the principle of minimal exposure - every component in the execution pipeline only receives the data necessary for its function, and nothing more.

The architecture leverages a hybrid execution topology combining deterministic on-chain contracts, secure off-chain enclaves, and an encrypted communication bus between them.

All inter-component communication is signed, encrypted, and verified against a cryptographic trust registry.

Core design principles:

  • Separation of execution and settlement

  • Deterministic reproducibility of off-chain state transitions

  • Non-correlation of user identifiers across execution sessions

  • Hardware-verified isolation (TEE) for computation environments

  • Mathematical finality via zero-knowledge proofs of correctness

Last updated