Home/Platform/WeilChain
WeilChain · Foundation layer

Byzantine fault tolerance, deployed where your data is governed.

WeilChain is the DAG-based replicated state machine under the Weilliptic stack. Each WeilPod is an independent chain in the region or organization you choose, and every write is ordered by consensus before it commits.

01Topology

No single operator is trusted.

Each region runs its own client endpoints, Sentinel cluster, WeilPod and IdemPod. Requests are validated and authenticated at the Sentinels, then ordered by the pod's validators before they commit. The Senate provisions pods and coordinates across them.

WeilChain architecture: the Senate coordinates four regional WeilPods. In each region a client connects through a Sentinel cluster to that region's WeilPod, which is paired with a colocated IdemPod.SenateGlobal coordination across podsUS-WESTClientregional endpointUS-west SentinelsWeilPodUS-west · validatorsIdemPodLLM clusterUS-EASTClientregional endpointUS-east SentinelsWeilPodUS-east · validatorsIdemPodLLM clusterEURClientregional endpointEUR SentinelsWeilPodEUR · validatorsIdemPodLLM clusterAPACClientregional endpointAPAC SentinelsWeilPodAPAC · validatorsIdemPodLLM cluster
Four regions shown. A WeilPod can be created in any region, and each is an independent chain with its own validator set.
02Placement

What belongs on WeilChain, and what does not.

BFT ordering buys a stronger fault model at the cost of throughput. That trade is right for facts that must survive a compromised operator. It is wrong for high-volume data movement, so the platform does not put the data plane here.

WorkloadPlacementLayerWhy
Agent identity and grantsWeilChainAutosMust hold when a host or operator is compromised
Authority and policy decisionsWeilChainWritOrdered and attributable, so any decision can be replayed
Shared agent memoryWeilChainPensieveState shared across agents with no trusted host
Evidence of executionWeilChainReceiptsOrdered before it is written, independently verifiable after
High-volume event and data streamsData planeWeilStreamThroughput-bound. Consensus ordering adds cost without adding safety