> For the complete documentation index, see [llms.txt](https://docs.propellerheads.xyz/tycho/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.propellerheads.xyz/tycho/for-solvers.md).

# For Solvers

- [Indexer](https://docs.propellerheads.xyz/tycho/for-solvers/indexer.md): Stream real-time onchain liquidity data
- [Tycho RPC](https://docs.propellerheads.xyz/tycho/for-solvers/indexer/tycho-rpc.md)
- [Tycho Client](https://docs.propellerheads.xyz/tycho/for-solvers/indexer/tycho-client.md)
- [Binary / CLI](https://docs.propellerheads.xyz/tycho/for-solvers/indexer/tycho-client/binary-cli.md): Tycho Client CLI installation documentation
- [Rust Client](https://docs.propellerheads.xyz/tycho/for-solvers/indexer/tycho-client/rust-client.md)
- [Python Client](https://docs.propellerheads.xyz/tycho/for-solvers/indexer/tycho-client/python-client.md)
- [Simulation](https://docs.propellerheads.xyz/tycho/for-solvers/simulation.md): Simulate interactions with any protocol.
- [Execution](https://docs.propellerheads.xyz/tycho/for-solvers/execution.md): Execute swaps through any protocol.
- [Encoding](https://docs.propellerheads.xyz/tycho/for-solvers/execution/encoding.md)
- [Executing](https://docs.propellerheads.xyz/tycho/for-solvers/execution/executing.md)
- [Contract Addresses](https://docs.propellerheads.xyz/tycho/for-solvers/execution/contract-addresses.md)
- [Execution Venues](https://docs.propellerheads.xyz/tycho/for-solvers/execution/execution-venues.md): How to integrate Tycho in different execution venues.
- [Vault](https://docs.propellerheads.xyz/tycho/for-solvers/execution/vault.md)
- [Migration Guide: V2 to V3](https://docs.propellerheads.xyz/tycho/for-solvers/execution/migration-guide-v2-to-v3.md)
- [Hosted Endpoints](https://docs.propellerheads.xyz/tycho/for-solvers/hosted-endpoints.md): Tycho Indexer's hosted endpoints
- [Supported Protocols](https://docs.propellerheads.xyz/tycho/for-solvers/supported-protocols.md)
- [Request for Quote Protocols](https://docs.propellerheads.xyz/tycho/for-solvers/request-for-quote-protocols.md)


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.propellerheads.xyz/tycho/for-solvers.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.
