# Overview

[Tinyman](https://tinyman.org/) is a next-generation decentralized AMM on the Algorand blockchain.

{% hint style="info" %}
Tinyman is live on Algorand Mainnet. See [app.tinyman.org](https://app.tinyman.org)
{% endhint %}

Tinyman announced the AMM V2 protocol. Please refer to the links below for more details:\
\
**Blog about V2 Protocol:** [**Tinyman Medium**](https://medium.com/@tinymanorg/tinyman-amm-v2-0-protocol-201e0f32f58d) \
**Tinyman AMM V2 Protocol Specification:** [**Tinyman GitHub**](https://github.com/tinymanorg/tinyman-amm-contracts-v2/blob/main/docs/Tinyman%20AMM%20V2%20Protocol%20Specification.pdf)\
**Smart Contracts on GitHub Repo:** [**Tinyman Github**](https://github.com/tinymanorg/tinyman-amm-contracts-v2/tree/main/contracts)\
\
\
**Website**: <https://tinyman.org/>\
**Web** **App**: <https://app.tinyman.org>\
**Github**: <https://github.com/tinymanorg>\
**Twittter**: [@tinymanorg](https://twitter.com/tinymanorg)

This documentation describes the [design](/tinyman-v1/design-doc.md) of the system, provides an explanation of the [core concepts](/tinyman-v1/faq.md), and documents the technical details to enable integration with the protocol.

{% content-ref url="/pages/-MaZ0o8Sckd0RaSWerS-" %}
[FAQ](/tinyman-v1/faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaZ1DshbbnMkhiFA3oe" %}
[Design Doc](/tinyman-v1/design-doc.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaZw878Ul4Tb50BAH1a" %}
[Transaction Specifications](/v1-integration/transactions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MabxT30lvniAf\_hB3Zi" %}
[Contracts](/tinyman-v1/contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Ma\_4oKN2Z\_7rIhthl3B" %}
[V1 Integration](/v1-integration/pool-lookup.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MgQtJJcZDflRB14dohr" %}
[Tinyman Testnet](/tinyman-v1/tinyman-testnet.md)
{% endcontent-ref %}


---

# 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://docs.tinyman.org/tinyman-v1/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.
