# KittyPunch Docs

## KittyPunch Docs

- [Introduction](https://kittypunch.gitbook.io/kittypunch-docs/welcome/introduction.md)
- [Disclaimers](https://kittypunch.gitbook.io/kittypunch-docs/welcome/disclaimers.md)
- [Supported Chains](https://kittypunch.gitbook.io/kittypunch-docs/welcome/supported-chains.md)
- [FROTH + FVIX + KONA](https://kittypunch.gitbook.io/kittypunch-docs/token-economy/froth-+-fvix-+-kona.md)
- [Staked FVIX](https://kittypunch.gitbook.io/kittypunch-docs/token-economy/froth-+-fvix-+-kona/staked-fvix.md)
- [Kona Points](https://kittypunch.gitbook.io/kittypunch-docs/token-economy/kona-points.md)
- [Kona Kitties](https://kittypunch.gitbook.io/kittypunch-docs/token-economy/kona-kitties.md)
- [Kona Pearl](https://kittypunch.gitbook.io/kittypunch-docs/token-economy/kona-pearl.md)
- [Announcement](https://kittypunch.gitbook.io/kittypunch-docs/token-economy/kona-pearl/announcement.md)
- [Kona Points → PEARL: Integration Guide](https://kittypunch.gitbook.io/kittypunch-docs/token-economy/kona-pearl/kona-points-pearl-integration-guide.md): For smart contracts, vaults, bots, and AI agents on Abstract Chain
- [kABX](https://kittypunch.gitbook.io/kittypunch-docs/token-products/kabx.md)
- [Contracts](https://kittypunch.gitbook.io/kittypunch-docs/token-products/kabx/contracts.md)
- [kABXSTR](https://kittypunch.gitbook.io/kittypunch-docs/token-products/kabxstr.md)
- [Contracts](https://kittypunch.gitbook.io/kittypunch-docs/token-products/kabxstr/contracts.md)
- [AggroKitty](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/aggrokitty.md)
- [Vaults](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/vaults.md)
- [Flow Token Farms](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/flow-token-farms.md)
- [PunchSwap](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/punchswap.md)
- [StableKitty](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/stablekitty.md)
- [StableKitty Super Stable ABI](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/stablekitty/stablekitty-super-stable-abi.md)
- [PunchVIX](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/punchvix.md)
- [Strategies](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/strategies.md)
- [FlowStrategy](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-flow/strategies/flowstrategy.md)
- [Kona (Swap)](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-swap.md)
- [Two & Tri Pool](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-swap/two-and-tri-pool.md)
- [Abstract Mainnet Contracts](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-swap/two-and-tri-pool/abstract-mainnet-contracts.md)
- [Two Pool Factory ABI](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-swap/two-and-tri-pool/two-pool-factory-abi.md)
- [Tri Pool Factory ABI](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-swap/two-and-tri-pool/tri-pool-factory-abi.md)
- [CLMM (V3)](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-swap/clmm-v3.md)
- [Kona Lend](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-lend.md)
- [Static Wrapper Vaults](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-lend/static-wrapper-vaults.md)
- [Leverage Trading](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-lend/leverage-trading.md)
- [Agent Integration Spec](https://kittypunch.gitbook.io/kittypunch-docs/protocols-and-products-abstract/kona-lend/leverage-trading/agent-integration-spec.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://kittypunch.gitbook.io/kittypunch-docs/welcome/introduction.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.
