# Pact

## Pact

- [About](https://docs.pact.fi/pact/introduction/about.md): Pact’s vision is to be the Home of Liquidity on Algorand.
- [Disclaimer](https://docs.pact.fi/pact/introduction/disclaimer.md)
- [Terms and Conditions](https://docs.pact.fi/pact/introduction/terms-and-conditions.md)
- [Creating an Algorand Wallet](https://docs.pact.fi/pact/getting-started/creating-an-algorand-wallet.md)
- [Getting Algorand's native tokens](https://docs.pact.fi/pact/getting-started/getting-algorands-native-tokens.md): Follow the steps below to get ALGO tokens.
- [Connecting your Wallet](https://docs.pact.fi/pact/getting-started/connecting-your-wallet.md): How to connect your wallet to Pact
- [Swaps](https://docs.pact.fi/pact/how-to/swaps.md): This section contains information on swaps and how to perform them on the Pact platform.
- [Pools](https://docs.pact.fi/pact/how-to/pools.md): This section provides an overview of Liquidity Pools (LPs).
- [Multiple Fee Tiers](https://docs.pact.fi/pact/how-to/pools/multiple-fee-tiers.md)
- [Constant Product Market Maker (CPMM)](https://docs.pact.fi/pact/how-to/pools/constant-product-market-maker-cpmm.md): Pact offers a familiar Constant Product Market Maker (CPMM) capability.
- [StableSwap Invariant Market Maker (SIMM)](https://docs.pact.fi/pact/how-to/pools/stableswap-invariant-market-maker-simm.md)
- [Lending Pools](https://docs.pact.fi/pact/how-to/pools/lending-pools.md)
- [Smart Router](https://docs.pact.fi/pact/how-to/smart-router.md)
- [Analytics](https://docs.pact.fi/pact/how-to/analytics.md)
- [FAQs](https://docs.pact.fi/pact/faq/faqs.md): Find answers to some of the most commonly asked questions from our community.
- [Glossary](https://docs.pact.fi/pact/knowledge-base/glossary.md): Below are some commonly used terms you'll encounter when using the Pact platform.
- [Partnerships](https://docs.pact.fi/pact/knowledge-base/partnerships.md): Pact is backed and supported by key organisations in the Algorand ecosystem.
- [Calculation Methodologies](https://docs.pact.fi/pact/knowledge-base/calculation-methodologies.md)
- [Contact Us](https://docs.pact.fi/pact/help/contact-us.md)
- [Diagnosing Common Issues](https://docs.pact.fi/pact/help/diagnosing-common-issues.md)
- [Security Overview](https://docs.pact.fi/pact/security/security-overview.md)
- [Bug Bounty Program](https://docs.pact.fi/pact/security/bug-bounty-program.md): Bug Bounty program for Pact ecosystem
- [AMA Archive](https://docs.pact.fi/pact/miscellaneous/ama-archive.md): Pact hosts interactive Ask Me Anything sessions (AMAs) for its community members. The sessions are hosted either on Discord and Twitter Spaces.


---

# 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.pact.fi/pact/introduction/about.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.
