# V1 Integration

- [Pool Lookup](https://docs.tinyman.org/v1-integration/pool-lookup.md)
- [Transaction Specifications](https://docs.tinyman.org/v1-integration/transactions.md): Documentation on the transaction groups for each operation on Tinyman
- [Bootstrap Pool](https://docs.tinyman.org/v1-integration/transactions/bootstrap-pool.md): Setup a Pool for a pair of assets. The Pool account should be a LogicSig contract account.
- [OptIn](https://docs.tinyman.org/v1-integration/transactions/optin.md): OptIn to the Validator App for Poolers/Swappers. The user must OptIn to the app once before doing any mint/burn/swap/redeem transactions.
- [Swap](https://docs.tinyman.org/v1-integration/transactions/swap.md): Swap one asset (ASA or Algo) for another with the Pool.
- [Mint](https://docs.tinyman.org/v1-integration/transactions/mint.md): Mint Pool assets in exchange for transferring assets to the Pool account.
- [Burn](https://docs.tinyman.org/v1-integration/transactions/burn.md): Burn Pool liquidity assets in exchange for removing assets from the Pool.
- [Redeem](https://docs.tinyman.org/v1-integration/transactions/redeem.md): Claim back 'change' due to slippage in Mint/Burn/Swap process.
- [Create Validator App](https://docs.tinyman.org/v1-integration/transactions/create-validator-app.md): Create/deploy the Validator App.
- [Redeem Protocol Fees](https://docs.tinyman.org/v1-integration/transactions/redeem-protocol-fees.md): Transfer collected protocol fees to the CREATOR account.
- [Official SDKs](https://docs.tinyman.org/v1-integration/official-sdks.md): These are SDKs started and maintained by the Tinyman core development team.
- [Community SDKs](https://docs.tinyman.org/v1-integration/community-sdks.md): These are unofficial SDKs started and maintained by community contributors outside of the  Tinyman core developer team.


---

# 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/v1-integration.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.
