# fynd-core
Pure solving logic for the [Fynd](https://fynd.xyz) DEX router.
Contains the route-finding algorithms, market-data pipeline, and on-chain encoder that power
Fynd. No HTTP dependencies — embed directly or use
[`fynd-rpc`](https://crates.io/crates/fynd-rpc) to expose it as an HTTP service.
For documentation, guides, and API reference visit **<https://docs.fynd.xyz/>**.
## Quick start
See the [quickstart guide](https://docs.fynd.xyz/get-started/quickstart) and the
[custom algorithm guide](https://docs.fynd.xyz/guides/custom-algorithm).
The [`examples/`](examples/) directory contains complete, runnable programs.