> For the complete documentation index, see [llms.txt](https://muellners-1.gitbook.io/finscale/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://muellners-1.gitbook.io/finscale/functional-microservices/consensus.md).

# Consensus

This page explains the Consensus micro-service.

The Finscale Consensus Service (FCS) acts as a trust layer for any application or permissioned network.&#x20;

It allows for the creation of an immutable and verifiable log of messages. Application messages are submitted to any network for consensus, given a trusted timestamp, and fairly ordered.&#x20;

Use FHC to track assets across a supply chain, create auditable logs of events in an advertising platform, or even use it as a decentralized ordering service.

We use FCS to maintain a consistent data stream over to all services.
