# Tinyman V2 Overview

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

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

\
\
**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](https://docs.tinyman.org/protocol-specification) of the system, provides an explanation of the [core concepts](https://docs.tinyman.org/faq), and documents the technical details to enable integration with the protocol.

{% content-ref url="about-tinyman" %}
[about-tinyman](https://docs.tinyman.org/about-tinyman)
{% endcontent-ref %}

{% content-ref url="protocol-specification" %}
[protocol-specification](https://docs.tinyman.org/protocol-specification)
{% endcontent-ref %}

{% content-ref url="permissioned-methods" %}
[permissioned-methods](https://docs.tinyman.org/permissioned-methods)
{% endcontent-ref %}

{% content-ref url="faq" %}
[faq](https://docs.tinyman.org/faq)
{% endcontent-ref %}

{% content-ref url="protocol-specification/fees" %}
[fees](https://docs.tinyman.org/protocol-specification/fees)
{% endcontent-ref %}

{% content-ref url="formulae" %}
[formulae](https://docs.tinyman.org/formulae)
{% endcontent-ref %}

{% content-ref url="swap-router" %}
[swap-router](https://docs.tinyman.org/swap-router)
{% endcontent-ref %}

{% content-ref url="disclaimer" %}
[disclaimer](https://docs.tinyman.org/disclaimer)
{% endcontent-ref %}

{% content-ref url="audits-and-security" %}
[audits-and-security](https://docs.tinyman.org/audits-and-security)
{% 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-v2-overview.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.
