# Fynd

## Docs

- [Overview](https://docs.fynd.xyz/get-started/readme.md): The Open Source DEX Aggregator that runs on your hardware.
- [Quickstart](https://docs.fynd.xyz/get-started/quickstart.md): Swap via Fynd in minutes.
- [Server Configuration](https://docs.fynd.xyz/guides/server-configuration.md)
- [Encoding Options](https://docs.fynd.xyz/guides/encoding-options.md)
- [Swap CLI](https://docs.fynd.xyz/guides/swap-cli.md): Use fynd-swap-cli to dry-run and execute swaps against a running Fynd server.
- [Price Guard](https://docs.fynd.xyz/guides/price-guard.md)
- [Fynd Fees](https://docs.fynd.xyz/guides/router-fees.md)
- [Charge Fees on your Swaps](https://docs.fynd.xyz/guides/client-fees.md)
- [Benchmarking](https://docs.fynd.xyz/guides/benchmarking.md): Measure solver performance and compare output quality between branches.
- [Custom Algorithm](https://docs.fynd.xyz/guides/custom-algorithm.md)
- [Overview](https://docs.fynd.xyz/algorithms/algorithms.md)
- [Most Liquid](https://docs.fynd.xyz/algorithms/most-liquid.md)
- [Bellman-Ford](https://docs.fynd.xyz/algorithms/bellman-ford.md)
- [Path Frank-Wolfe](https://docs.fynd.xyz/algorithms/path-frank-wolfe.md)
- [API](https://docs.fynd.xyz/reference/api.md): Specifications to interact with Fynd server
- [Architecture](https://docs.fynd.xyz/reference/architecture.md)
- [Performance](https://docs.fynd.xyz/reference/benchmark-results.md): Throughput and latency benchmarks across routing configurations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.fynd.xyz/get-started/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
