# Technical Reference

- [API](https://docs.quickswap.exchange/technical-reference/api.md)
- [API Overview](https://docs.quickswap.exchange/technical-reference/api/api-overview.md)
- [Entities](https://docs.quickswap.exchange/technical-reference/api/entities.md)
- [Queries](https://docs.quickswap.exchange/technical-reference/api/queries.md)
- [Smart Contracts](https://docs.quickswap.exchange/technical-reference/smart-contracts.md)
- [V2](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2.md)
- [Factory](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2/factory.md)
- [Pair](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2/pair.md)
- [Pair (ERC-20)](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2/pair-erc-20.md)
- [Library](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2/library.md)
- [Router02](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2/router02.md)
- [Router01](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2/router01.md)
- [Common Errors](https://docs.quickswap.exchange/technical-reference/smart-contracts/v2/common-errors.md)
- [V3](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3.md)
- [Position Manager](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/position-manager.md): Contract to create v3 positions
- [Factory](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/factory.md)
- [Pool Deployer](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/pool-deployer.md)
- [Quoter](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/quoter.md)
- [V3 Migrator](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/v3-migrator.md)
- [Farming Center](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/farming-center.md)
- [Limit Farming](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/limit-farming.md)
- [Pool](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/pool.md)
- [Audits](https://docs.quickswap.exchange/technical-reference/smart-contracts/v3/audits.md)
- [SDK](https://docs.quickswap.exchange/technical-reference/sdk.md)
- [Getting Started](https://docs.quickswap.exchange/technical-reference/sdk/getting-started.md)
- [Token](https://docs.quickswap.exchange/technical-reference/sdk/token.md)
- [Pair](https://docs.quickswap.exchange/technical-reference/sdk/pair.md)
- [Route](https://docs.quickswap.exchange/technical-reference/sdk/route.md)
- [Trade](https://docs.quickswap.exchange/technical-reference/sdk/trade.md)
- [Fractions](https://docs.quickswap.exchange/technical-reference/sdk/fractions.md)
- [Fetcher](https://docs.quickswap.exchange/technical-reference/sdk/fetcher.md)
- [Other Exports](https://docs.quickswap.exchange/technical-reference/sdk/other-exports.md)
- [Guides](https://docs.quickswap.exchange/technical-reference/guides.md)
- [Interface Integration](https://docs.quickswap.exchange/technical-reference/guides/interface-integration.md)
- [Using the API](https://docs.quickswap.exchange/technical-reference/guides/interface-integration/using-the-api.md)
- [Query Parameters](https://docs.quickswap.exchange/technical-reference/guides/interface-integration/query-parameters.md)
- [Iframe Integration](https://docs.quickswap.exchange/technical-reference/guides/interface-integration/iframe-integration.md)
- [Javascript SDK](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk.md)
- [SDK Quick start](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/sdk-quick-start.md)
- [Fetching Data](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/fetching-data.md)
- [Pricing](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/pricing.md)
- [Trading](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/trading.md)
- [Pair Addresses](https://docs.quickswap.exchange/technical-reference/guides/javascript-sdk/pair-addresses.md)
- [Smart Contract Integration](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration.md)
- [Smart Contract Quick Start](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/smart-contract-quick-start.md)
- [Implement A Swap](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/implement-a-swap.md)
- [Providing Liquidity](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/providing-liquidity.md)
- [Building An Oracle](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/building-an-oracle.md)
- [Flash Swaps](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/flash-swaps.md)
- [V2 Pair Addresses](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/v2-pair-addresses.md)
- [Supporting Meta Transactions](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/supporting-meta-transactions.md)
- [V3 Pool Addresses](https://docs.quickswap.exchange/technical-reference/guides/smart-contract-integration/v3-pool-addresses.md)
- [Subgraphs](https://docs.quickswap.exchange/technical-reference/subgraphs.md)
- [Glossary](https://docs.quickswap.exchange/technical-reference/glossary.md)
- [Core Concepts](https://docs.quickswap.exchange/technical-reference/core-concepts.md): \\
- [Swaps](https://docs.quickswap.exchange/technical-reference/core-concepts/swaps.md)
- [Pools](https://docs.quickswap.exchange/technical-reference/core-concepts/pools.md)
- [Flash Swaps](https://docs.quickswap.exchange/technical-reference/core-concepts/flash-swaps.md)
- [Oracles](https://docs.quickswap.exchange/technical-reference/core-concepts/oracles.md)
- [Advanced Topics](https://docs.quickswap.exchange/technical-reference/advanced-topics.md)
- [Fees](https://docs.quickswap.exchange/technical-reference/advanced-topics/fees.md)
- [Pricing](https://docs.quickswap.exchange/technical-reference/advanced-topics/pricing.md)
- [Understanding Returns](https://docs.quickswap.exchange/technical-reference/advanced-topics/understanding-returns.md)
- [Security](https://docs.quickswap.exchange/technical-reference/advanced-topics/security.md)
- [Math](https://docs.quickswap.exchange/technical-reference/advanced-topics/math.md)
- [Research](https://docs.quickswap.exchange/technical-reference/advanced-topics/research.md)


---

# 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.quickswap.exchange/technical-reference.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.
