You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bnb-smart-chain/developers/json_rpc/bsc-api-list.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ Finality is a crucial aspect of blockchain security, ensuring that once a block
7
7
8
8
### Probabilistic Finality and Economic Finality
9
9
10
-
BNB Smart Chain (BSC) implements a dual-layer finality mechanism combining **Economic Finality** and **Probabilistic Finality** to ensure transaction security and network efficiency.
10
+
BNB Smart Chain (BSC) implements a dual-layer finality mechanism combining Economic Finality and Probabilistic Finality to ensure transaction security and network efficiency.
11
11
12
12
#### Economic Finality (Fast Finality)
13
13
14
-
The **Fast Finality** feature, introduced through **[BEP-126](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP126.md)**, enables Economic Finality using a slashing mechanism similar to Casper FFG and Tendermint. Key characteristics:
14
+
The Fast Finality feature, introduced through **[BEP-126](https://github.com/bnb-chain/BEPs/blob/master/BEPs/BEP126.md)**, enables Economic Finality using a slashing mechanism similar to Casper FFG and Tendermint. Key characteristics:
15
15
16
-
-**Block n achieves economic finality by block n+2**
- Economic penalties make block reversal extremely expensive
19
19
- Validators violating voting rules forfeit part of their staked assets
@@ -22,19 +22,18 @@ This significantly improves user experience through faster and more reliable tra
22
22
23
23
#### Probabilistic Finality (Fallback Mechanism)
24
24
25
-
When Fast Finality is unavailable, BSC falls back to **Probabilistic Finality**. Security increases as more blocks are added - the deeper a block is buried, the lower the probability of reversal.
25
+
When Fast Finality is unavailable, BSC falls back to Probabilistic Finality. Security increases as more blocks are added - the deeper a block is buried, the lower the probability of reversal.
26
26
27
-
**Network Parameters:**
28
-
-**TurnLength**: 8 (consecutive blocks per validator)
0 commit comments