# Hippo Labs

## Dev docs

This is Hippo Lab's developer documentation site. We offer developers these tools:

* [move-to-ts](https://github.com/hippospace/move-to-ts): automatically generating TypeScript SDK from your Move contracts.
* [hippo-sdk](https://github.com/hippospace/hippo-sdk): a swap aggregator library written in TypeScript. Aggregates liquidity from Pancake, AUX, Obric, Pontem, Cetus, Anime, Aptoswap and more.
* [aptos-wallet-adapter](https://github.com/hippospace/aptos-wallet-adapter): a React `WalletProvider` supporting some of the major wallets on Aptos


---

# Agent Instructions: 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://hippo-labs.gitbook.io/dev/hippo-labs.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.
