# Zebra Docs

## Zebra Docs

- [HOME](https://zebra.gitbook.io/zebra-document/home.md)
- [About Zebra](https://zebra.gitbook.io/zebra-document/overview/about-zebra.md): Zebra is not just an animal.
- [Roadmap](https://zebra.gitbook.io/zebra-document/overview/roadmap.md): "DON'T CALL IT A ROADMAP"
- [Contact Us](https://zebra.gitbook.io/zebra-document/overview/contact-us.md): Please don't hesitate to contact us.
- [How to Set Up Scroll Wallet](https://zebra.gitbook.io/zebra-document/product-guides/how-to-set-up-scroll-wallet.md)
- [How to cross-chain assets to Scroll Mainnet](https://zebra.gitbook.io/zebra-document/product-guides/how-to-cross-chain-assets-to-scroll-mainnet.md)
- [How to Swap](https://zebra.gitbook.io/zebra-document/v1-guide/how-to-swap.md)
- [How to Add Liquidity](https://zebra.gitbook.io/zebra-document/v1-guide/how-to-add-liquidity.md)
- [How to Create a Liquidity](https://zebra.gitbook.io/zebra-document/v1-guide/how-to-create-a-liquidity.md)
- [How to migrate liquidity from Zebra v1 to v2](https://zebra.gitbook.io/zebra-document/v2-guide/how-to-migrate-liquidity-from-zebra-v1-to-v2.md)
- [V2 Liquidity Guidelines](https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines.md)
- [How to add a liquidity](https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines/how-to-add-a-liquidity.md): Zebra V2 allows you to concentrate your liquidity position within a custom price range.
- [How to remove liquidity from V1](https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines/how-to-remove-liquidity-from-v1.md)
- [Getting started with V2](https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines/getting-started-with-v2.md)
- [Why is liquidity position ownership represented by tokens or NFTs?](https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines/getting-started-with-v2/why-is-liquidity-position-ownership-represented-by-tokens-or-nfts.md)
- [How to collect fees from a liquidity pool on Zebra v2](https://zebra.gitbook.io/zebra-document/v2-guide/v2-liquidity-guidelines/getting-started-with-v2/how-to-collect-fees-from-a-liquidity-pool-on-zebra-v2.md)
- [Q\&A](https://zebra.gitbook.io/zebra-document/q-and-a.md)
- [Do I get "liquidated" if the price goes outside of my range?](https://zebra.gitbook.io/zebra-document/q-and-a/do-i-get-liquidated-if-the-price-goes-outside-of-my-range.md)
- [Why is my liquidity position not evenly split between the two tokens?](https://zebra.gitbook.io/zebra-document/q-and-a/why-is-my-liquidity-position-not-evenly-split-between-the-two-tokens.md)
- [How to change the price range of a liquidity position](https://zebra.gitbook.io/zebra-document/q-and-a/how-to-change-the-price-range-of-a-liquidity-position.md)
- [Why does the price input automatically round?](https://zebra.gitbook.io/zebra-document/q-and-a/why-does-the-price-input-automatically-round.md)
- [What are fee tiers?](https://zebra.gitbook.io/zebra-document/q-and-a/what-are-fee-tiers.md)
- [What is a liquidity provider (LP) fee?](https://zebra.gitbook.io/zebra-document/q-and-a/what-is-a-liquidity-provider-lp-fee.md)
- [Swap](https://zebra.gitbook.io/zebra-document/product/swap.md)
- [Fees](https://zebra.gitbook.io/zebra-document/product/fees.md)
- [Contracts](https://zebra.gitbook.io/zebra-document/contracts-and-security/contracts.md): The deployed contracts on the Scroll Mainnet are as follows:
- [Security Audit](https://zebra.gitbook.io/zebra-document/contracts-and-security/security-audit.md)
- [Media](https://zebra.gitbook.io/zebra-document/others/media.md)
- [FAQ](https://zebra.gitbook.io/zebra-document/others/faq.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://zebra.gitbook.io/zebra-document/home.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.
