Skip to content

Commit 1590223

Browse files
committed
site: update faq
1 parent 9d63ac1 commit 1590223

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

site/docs/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Ouroboros Leios is a next-generation blockchain consensus protocol designed to i
1212

1313
Leios offers several significant advantages:
1414

15-
- Higher throughput and lower latency. By splitting transaction processing into IB and EB stages, Leios handles more transactions in parallel.
16-
- Flexible diffusion strategies. Nodes can choose different block-propagation methods, such as 'freshest-first' or 'oldest-first.'
17-
- Enhanced cryptography. Leios uses BLS (Boneh–Lynn–Shacham) signatures for aggregated verification and verifiable random functions (VRFs) for leader selection.
18-
- Robust simulations and formal methods. Rust and Haskell simulations measure real-world performance, and executable specifications help ensure correctness.
19-
- Scalable cost model. A cost calculator enables node operators to estimate expenses (for example, storage amortization and CPU usage).
15+
- **Higher throughput and lower latency.** By splitting transaction processing into IB and EB stages, Leios handles more transactions in parallel.
16+
- **Flexible diffusion strategies.** Nodes can choose different block-propagation methods, such as 'freshest-first' or 'oldest-first.'
17+
- **Enhanced cryptography.** Leios uses BLS (Boneh–Lynn–Shacham) signatures for aggregated verification and verifiable random functions (VRFs) for leader selection.
18+
- **Robust simulations and formal methods.** Rust and Haskell simulations measure real-world performance, and executable specifications help ensure correctness.
19+
- **Scalable cost model.** A cost calculator enables node operators to estimate expenses (for example, storage amortization and CPU usage).
2020

2121
## What are IBs, EBs, and RBs in Leios?
2222

0 commit comments

Comments
 (0)