# Integral Docs

## Integral Docs

- [Introducing Integral](https://docs.integral.link/size/introducing-integral.md)
- [Trader](https://docs.integral.link/size/getting-started/trader.md)
- [Basics of Trading on Integral](https://docs.integral.link/size/getting-started/trader/basics-of-trading-on-integral.md)
- [TWAP](https://docs.integral.link/size/getting-started/trader/twap.md)
- [Instant Swap](https://docs.integral.link/size/getting-started/trader/instant-swap.md)
- [Limit Orders (testnet)](https://docs.integral.link/size/getting-started/trader/limit-orders-testnet.md)
- [FAQ](https://docs.integral.link/size/getting-started/trader/faq.md)
- [Use Integral on Gnosis Safe](https://docs.integral.link/size/getting-started/trader/use-integral-on-gnosis-safe.md)
- [Liquidity Provider](https://docs.integral.link/size/getting-started/liquidity-provider.md)
- [Basics of Liquidity Provision on Integral](https://docs.integral.link/size/getting-started/liquidity-provider/basics-of-liquidity-provision-on-integral.md)
- [Add Liquidity](https://docs.integral.link/size/getting-started/liquidity-provider/add-liquidity.md): This page offers step-by-step instructions on how to provide liquidity to an Integral pool.
- [Earning Fees](https://docs.integral.link/size/getting-started/liquidity-provider/earning-fees.md)
- [Claim Rewards](https://docs.integral.link/size/getting-started/liquidity-provider/claim-rewards.md)
- [Aggregator Integration](https://docs.integral.link/size/getting-started/aggregator-integration.md)
- [FAQ](https://docs.integral.link/size/getting-started/aggregator-integration/faq.md)
- [TwapRelayer Upgrades: Multihop Support (coming soon)](https://docs.integral.link/size/getting-started/aggregator-integration/twaprelayer-upgrades-multihop-support-coming-soon.md)
- [SWAP WITH TWAP](https://docs.integral.link/size/concepts/swap-with-twap.md)
- [Integral Relayer](https://docs.integral.link/size/concepts/integral-relayer.md): With the addition of this atomic relayer, Integral liquidity will be available for both 30-minute TWAP swaps, and instant swaps at the worse of the spot price and past 30min TWAP.
- [Oracle and Prices](https://docs.integral.link/size/concepts/oracle-and-prices.md)
- [Delay](https://docs.integral.link/size/concepts/delay.md)
- [Mean-zero IL Pools](https://docs.integral.link/size/concepts/mean-zero-il-pools.md)
- [Price Impact](https://docs.integral.link/size/concepts/price-impact.md): This page explains the working mechanism of swapping tokens on Integral and summarizes the benefits of using Integral vs. other swap protocols.
- [Networks](https://docs.integral.link/size/developers/networks.md)
- [Smart Contracts](https://docs.integral.link/size/developers/smart-contracts.md)
- [Error Code](https://docs.integral.link/size/developers/error-code.md)
- [API](https://docs.integral.link/size/developers/api.md)
- [SDK](https://docs.integral.link/size/developers/sdk.md)
- [Subgraph (TheGraph)](https://docs.integral.link/size/developers/subgraph-thegraph.md)
- [Token Model & Metrics](https://docs.integral.link/size/token/token-model-and-metrics.md)
- [LP Farming](https://docs.integral.link/size/token/lp-farming.md)
- [Staking](https://docs.integral.link/size/token/staking.md)
- [Whitepaper](https://docs.integral.link/size/library/whitepaper.md)
- [Audit Report](https://docs.integral.link/size/library/audit-report.md)
- [Bug Bounty](https://docs.integral.link/size/library/bug-bounty.md)
- [Media Coverage](https://docs.integral.link/size/library/media-coverage.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.integral.link/size/introducing-integral.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.
