Skill based on BitVM (BitVM/BitVM), generated from sources/bitvm. Doc path: README.md, docs/chunk_instructions.md, DEMO_INSTRUCTIONS.md, prover/README.md, header-chain/README.md, final-spv/README.md, regtest/README.md.
BitVM implements the BitVM2 optimistic paradigm: a Groth16 SNARK verifier executable on Bitcoin without soft forks, plus a trust-minimized bridge. Use for scripting u32/u4 arithmetic, hashes (SHA256, BLAKE3), bigint, BN254, chunked Groth16 verification, and peg-in/peg-out flows. Do not use in production.
Core References
| Topic |
Description |
Reference |
| Overview |
BitVM2 paradigm, SNARK verifier, component map, capabilities |
core-overview |
| Components |
u32, u4, hash, bigint, BN254, Groth16, chunk, signatures, bridge |
core-components |
Features
| Topic |
Description |
Reference |
| Bridge CLI |
Keys, addresses, UTXOs, peg-in/peg-out, MuSig2, broadcast, env and config |
features-bridge-cli |
| Chunk API |
Tapscripts, disprove logic, DataType/ElementType, hashing, tests |
features-chunk-api |
| Header chain |
Risc0 header chain circuit and prover binary, data and proving |
features-header-chain |
| Final SPV |
Header verification, tx inclusion proof, 32-byte Blake3 digest |
features-final-spv |
Best Practices
| Topic |
Description |
Reference |
| Demo flows |
Funding UTXOs, happy peg-out, successful disprove, environment setup |
best-practices-demo-flows |
1---2name: bitvm3description: BitVM2—Groth16 SNARK verifier on Bitcoin, bridge CLI, chunk API, header chain and final SPV.4---56> Skill based on BitVM (BitVM/BitVM), generated from `sources/bitvm`. Doc path: `README.md`, `docs/chunk_instructions.md`, `DEMO_INSTRUCTIONS.md`, `prover/README.md`, `header-chain/README.md`, `final-spv/README.md`, `regtest/README.md`.78BitVM implements the BitVM2 optimistic paradigm: a Groth16 SNARK verifier executable on Bitcoin without soft forks, plus a trust-minimized bridge. Use for scripting u32/u4 arithmetic, hashes (SHA256, BLAKE3), bigint, BN254, chunked Groth16 verification, and peg-in/peg-out flows. **Do not use in production.**910## Core References1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Overview | BitVM2 paradigm, SNARK verifier, component map, capabilities | [core-overview](references/core-overview.md) |15| Components | u32, u4, hash, bigint, BN254, Groth16, chunk, signatures, bridge | [core-components](references/core-components.md) |1617## Features1819| Topic | Description | Reference |20|-------|-------------|-----------|21| Bridge CLI | Keys, addresses, UTXOs, peg-in/peg-out, MuSig2, broadcast, env and config | [features-bridge-cli](references/features-bridge-cli.md) |22| Chunk API | Tapscripts, disprove logic, DataType/ElementType, hashing, tests | [features-chunk-api](references/features-chunk-api.md) |23| Header chain | Risc0 header chain circuit and prover binary, data and proving | [features-header-chain](references/features-header-chain.md) |24| Final SPV | Header verification, tx inclusion proof, 32-byte Blake3 digest | [features-final-spv](references/features-final-spv.md) |2526## Best Practices2728| Topic | Description | Reference |29|-------|-------------|-----------|30| Demo flows | Funding UTXOs, happy peg-out, successful disprove, environment setup | [best-practices-demo-flows](references/best-practices-demo-flows.md) |