# Token to Token Swaps

Previously QuipuSwap used the formula TOKEN A→TEZ→TOKEN B to exchange one Tezos-based token for another. QuipuSwap Token2Token protocol grants access to token-to-token pools in which anyone can create and add liquidity.

This solution reduces the costs for token-to-token transactions. Additionally, token-to-token pool creation is manyfold cheaper.

GitHub repository: <https://github.com/madfish-solutions/quipuswap-token2token-core>


---

# 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.quipuswap.com/introduction/quipuswap-subprojects/token-to-token-swaps.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.
