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

# Home

Build with Takapu Protocol: executable on-chain liquidity for market makers and execution routers.

## Build with Takapu

Executable on-chain liquidity for market makers and execution routers.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="https://github.com/Takapu-Labs/takapu-docsite/tree/main/discover/README.md"><strong>Discover</strong></a></td><td>Learn how Takapu Protocol connects market makers and execution routers, from quote distribution to verified settlement.</td><td><a href="https://takapu-labs.gitbook.io/takapu-labs-docs/discover">https://takapu-labs.gitbook.io/takapu-labs-docs/discover</a></td></tr><tr><td><a href="https://github.com/Takapu-Labs/takapu-docsite/tree/main/build/README.md"><strong>Build</strong></a></td><td>Use the public API and official SDK to connect your integration to executable liquidity.</td><td><a href="https://takapu-labs.gitbook.io/takapu-labs-docs/build">https://takapu-labs.gitbook.io/takapu-labs-docs/build</a></td></tr></tbody></table>

### Get in touch

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-telegram">:telegram:</i> <a href="https://t.me/TakapuConnect"><strong>@TakapuConnect</strong></a></td><td>Questions, partnerships, or integration support.</td><td><a href="https://t.me/TakapuConnect">https://t.me/TakapuConnect</a></td></tr><tr><td><i class="fa-github">:github:</i> <a href="https://github.com/Takapu-Labs"><strong>Takapu Labs</strong></a></td><td>Explore Takapu Labs on GitHub.</td><td><a href="https://github.com/Takapu-Labs">https://github.com/Takapu-Labs</a></td></tr><tr><td><i class="fa-x-twitter">:x-twitter:</i> <a href="https://x.com/"><strong>@takapu_protocol</strong></a></td><td>Follow us on X for updates.</td><td><a href="https://x.com/">https://x.com/</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.takapu.org/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
