# blvm-consensus Documentation
Documentation for the Bitcoin Commons consensus implementation.
## Core Documentation
### Reference Documentation
- **[FEATURES.md](FEATURES.md)** - What the `production` and `rayon` features enable (for contributors editing `#[cfg]` code)
- **[VERIFICATION.md](VERIFICATION.md)** - How to run and verify all mathematical guarantees
- **[PROOF_LIMITATIONS.md](PROOF_LIMITATIONS.md)** - Verification bounds and coverage
- **[TEST_DATA_SOURCES.md](TEST_DATA_SOURCES.md)** - Sources of test data and vectors
- **[REFERENCE_NODE_RPC_TESTING.md](REFERENCE_NODE_RPC_TESTING.md)** - Testing against reference node RPC
## Bug Fixes
- **[fixes/](fixes/)** - Documentation of specific bug fixes and their implementations