# Drip Finance

## Drip Finance

- [Welcome To Drip Finance](https://drip.gitbook.io/drip-finance/welcome-to-drip-finance.md): An Introduction to Drip Pools
- [How do Drip Pools work? - Simple](https://drip.gitbook.io/drip-finance/how-do-drip-pools-work-simple.md)
- [How do Drip Pools work? - Advanced](https://drip.gitbook.io/drip-finance/how-do-drip-pools-work-advanced.md)
- [Deposit and Withdrawal Flow](https://drip.gitbook.io/drip-finance/deposit-and-withdrawal-flow.md): How Deposits & Withdrawals work on Drip
- [Pool Type 1: Launchpools](https://drip.gitbook.io/drip-finance/pool-type-1-launchpools.md)
- [Pool Type 2: Farmpools](https://drip.gitbook.io/drip-finance/pool-type-2-farmpools.md)
- [Pool Type 3: Droppools](https://drip.gitbook.io/drip-finance/pool-type-3-droppools.md)
- [Drip SDK](https://drip.gitbook.io/drip-finance/drip-sdk.md)
- [DripPoints](https://drip.gitbook.io/drip-finance/drippoints.md): Earn DripPoints with any deposit in a DripPool
- [Earning Points via Referrals](https://drip.gitbook.io/drip-finance/drippoints/earning-points-via-referrals.md): Earn extra DripPoints for referrals - for both the Referrer and the Referred.
- [Drip Loyalty Card & Stamps](https://drip.gitbook.io/drip-finance/drippoints/drip-loyalty-card-and-stamps.md): Show off your commitment to Drip and Earn
- [Important Links](https://drip.gitbook.io/drip-finance/important-links.md)
- [Audits & Security](https://drip.gitbook.io/drip-finance/audits-and-security.md): Leveraging audited & battle-tested DeFi protocols


---

# 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://drip.gitbook.io/drip-finance/welcome-to-drip-finance.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.
