[Portuguese] JIL uses a Byzantine Fault Tolerant consensus mechanism with a 14-of-20 validator threshold. This means at least 14 out of 20 independent validators must agree before any bridge operation or cross-chain settlement executes. The consensus protocol uses adaptive quorum targeting 70% agreement with a minimum of 7 validators required and automatic halt below 10 healthy nodes.
[Portuguese] Consensus mechanisms determine the security and liveness guarantees of any blockchain network. Traditional proof-of-work is energy-intensive and slow. Basic proof-of-stake can centralize around large token holders. For institutional settlement, the consensus mechanism must provide deterministic finality - not probabilistic - and must operate across multiple legal jurisdictions to avoid single-jurisdiction risk.
[Portuguese] JIL's 14-of-20 BFT consensus provides deterministic finality in under 2 seconds. Validators are distributed across 13 compliance jurisdictions including the US, Germany, EU, Singapore, Switzerland, Japan, UK, UAE, and Brazil. Each validator undergoes a 7-gate startup sequence including handshake, configuration, digest verification, key loading, auth token generation, service initialization, and completion confirmation.
A 14-of-20 threshold provides 70% Byzantine fault tolerance, meaning the network remains secure even if up to 6 validators are compromised or offline. This exceeds the standard 2/3+1 BFT requirement.
The adaptive quorum adjusts dynamically. The network continues operating as long as at least 7 validators are healthy, and automatically halts if fewer than 10 are available to prevent unsafe operations.