# WingRiders docs

## WingRiders docs

- [WingRiders introduction](https://docs.wingriders.com/overview/wingriders-introduction.md)
- [Liquidity pools](https://docs.wingriders.com/liquidity-pools.md)
- [Constant Product](https://docs.wingriders.com/liquidity-pools/constant-product.md)
- [Stableswap](https://docs.wingriders.com/liquidity-pools/stableswap.md)
- [Actions](https://docs.wingriders.com/actions.md)
- [Creating a request](https://docs.wingriders.com/actions/creating-a-request.md)
- [Swapping](https://docs.wingriders.com/actions/swapping.md)
- [Halting mechanism](https://docs.wingriders.com/actions/swapping/halting-mechanism.md)
- [Creating a liquidity pool](https://docs.wingriders.com/actions/creating-a-liquidity-pool.md)
- [Adding liquidity](https://docs.wingriders.com/actions/adding-liquidity.md)
- [Removing liquidity](https://docs.wingriders.com/actions/removing-liquidity.md)
- [Reclaiming requests](https://docs.wingriders.com/actions/reclaiming-requests.md)
- [Staking](https://docs.wingriders.com/staking.md)
- [Voting for Stake pools](https://docs.wingriders.com/staking/voting-for-stake-pools.md): There is a democratic process in place for liquidity providers to decide in which Stake pool the whole ADA amount in the Liquidity pool will be delegated.
- [How to vote](https://docs.wingriders.com/staking/how-to-vote.md)
- [Entities](https://docs.wingriders.com/entities.md)
- [Swap user](https://docs.wingriders.com/entities/swap-user.md)
- [Liquidity provider](https://docs.wingriders.com/entities/liquidity-provider.md)
- [Agent hosts](https://docs.wingriders.com/entities/agent-hosts.md)
- [Boosting Vault](https://docs.wingriders.com/boosting-vault.md)
- [DAO Rules](https://docs.wingriders.com/dao-rules.md)
- [Overview](https://docs.wingriders.com/dao-rules/overview.md)
- [Membership of WingRiders DAO](https://docs.wingriders.com/dao-rules/membership-of-wingriders-dao.md)
- [Proposals](https://docs.wingriders.com/dao-rules/proposals.md)
- [Voting](https://docs.wingriders.com/dao-rules/voting.md)
- [Glossary](https://docs.wingriders.com/glossary.md)
- [Portfolio](https://docs.wingriders.com/portfolio.md): This section briefly explains the WingRiders portfolio page (https://app.wingriders.com/portfolio)
- [Profit and Loss](https://docs.wingriders.com/portfolio/profit-and-loss.md)
- [Launchpad](https://docs.wingriders.com/launchpad.md)
- [WRT Holders Tier](https://docs.wingriders.com/launchpad/wrt-holders-tier.md)
- [Battle of Pools](https://docs.wingriders.com/battle-of-pools.md): This guide is designed to answer all your questions about Battle of Pools. Have more questions? Let us know! 😊
- [How Does It Work?](https://docs.wingriders.com/battle-of-pools/how-does-it-work.md)
- [Rules and Process](https://docs.wingriders.com/battle-of-pools/rules-and-process.md)
- [Rewards and Fees](https://docs.wingriders.com/battle-of-pools/rewards-and-fees.md)
- [Strategy and Analysis](https://docs.wingriders.com/battle-of-pools/strategy-and-analysis.md)
- [Technical Questions](https://docs.wingriders.com/battle-of-pools/technical-questions.md)
- [Security and Transparency](https://docs.wingriders.com/battle-of-pools/security-and-transparency.md)
- [Advanced Questions](https://docs.wingriders.com/battle-of-pools/advanced-questions.md)
- [Block-by-Block Tracking](https://docs.wingriders.com/battle-of-pools/block-by-block-tracking.md): This page provides a detailed explanation of the method used in Battle of Pools: Block-by-Block Tracking.


---

# 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.wingriders.com/overview/wingriders-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.
