# Introduction

phBot Crypto is a simple Dollar Cost Averaging (DCA) bot. As price moves down the bot will continue placing buy orders below your last fill until the coin goes back up to hit your profit target.

> Dollar-cost averaging (DCA) is an investment strategy in which an investor divides up the total amount to be invested across periodic purchases of a target asset in an effort to reduce the impact of volatility on the overall purchase. The purchases occur regardless of the asset's price and at regular intervals. In effect, this strategy removes much of the detailed work of attempting to time the market in order to make purchases of equities at the best prices. Dollar-cost averaging is also known as the constant dollar plan.

* <https://www.investopedia.com/terms/d/dollarcostaveraging.asp>

<figure><img src="https://52669202-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi8zuIwOp4HKMv0DfxDSf%2Fuploads%2FibOeHlhBA6OsGpUvLzaX%2Fmain.png?alt=media&#x26;token=051904d4-ad47-4de8-a78c-4364ca164501" alt=""><figcaption></figcaption></figure>

## Social Media

* [Twitter](https://twitter.com/projecthax)
* [Facebook](https://facebook.com/projecthax)
* [GitHub](https://github.com/projecthax)
* [Discord](https://discord.gg/zpcJrQQDsr)
* [YouTube](https://www.youtube.com/@projecthaxllc)
* [Twitch](https://www.twitch.tv/projecthaxllc)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://crypto.phbot.org/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.
