Skip to content

Repository files navigation

Cavefish

License

WARNING: Important Disclaimer & Acceptance of Risk
This is a proof-of-concept implementation that has not undergone security auditing. This code is provided "as is" for research and educational purposes only. It may contain vulnerabilities. Do not use this code in production systems or any environment where security is critical without conducting your own thorough security assessment. By using this code, you acknowledge and accept all associated risks, and our company disclaims any liability for damages or losses.


What This Repository Is

Cavefish is a research-to-engineering prototype that explores how a Cardano light client can construct a transaction without trusting the service provider that builds it.

It is grounded in the academic paper Communication-Optimal Light Client Protocol for UTxO Ledgers and focuses on trustless transaction construction at the Tx level.

Trustless queries are out of scope for this prototype, but they remain an essential complementary capability in the broader light-client landscape.

The repository contains:

  • A Haskell implementation of the Tx-Level Strategy (v0.5)
  • Zero-knowledge circuit and WBPS components
  • Integration scenarios that exercise the end-to-end protocol flow
  • Research artifacts and implementation notes

Current Status

  • v0.5 was delivered under SRL 2 -> 3 (Tx-Level Strategy, Single SP Prototype)
  • The A.R.C. workstream is paused (stream closed in February 2026)
  • Cavefish is not production-ready and has no active delivery roadmap
  • The repo is kept public as a research and architectural artifact

For full closure details, rationale, and technical next steps, see the dedicated closing report.

Who We Are

Cavefish is developed by the Research & Development Innovation group at Input Output Global (IOG), the engineering team behind Cardano. Key contributors include researchers in cryptography and protocol design. Being a contributor means aligning with open-source principles, focusing on secure, peer-reviewed innovations for decentralized systems.

For more on IOG: iohk.io.

Getting Started (Developer Entry Points)

Before building anything, fetch the Git LFS artefacts (circuit files under prototype/packages/wbps/setup/): git lfs install && git lfs pull. Prerequisites and platform notes (prebuilt helper binaries) are listed in prototype/README.md.

Implementation onboarding is maintained in component-level READMEs:

Package-level docs:

For Developers (Quick Orientation)

If you want to understand the end-to-end flow first:

High-level architecture path:

Repository Structure

Stream and Tracking Links

Closing Presentation

Help and Contributing

Contributions follow standard GitHub workflow: open an issue for larger changes, submit a PR with context, and include relevant build/test evidence.

About

Light client prototype feature type for UTxO- based blockchains for submitting transactions privately

Resources

Stars

3 stars

Watchers

4 watching

Forks

Used by

Contributors

Languages