# Introduction

EggDCA is an on-chain, non-custodial smart contract system for automating crypto purchases using Dollar-Cost Averaging (DCA). Built on BNB Chain, EggDCA executes trades through PancakeSwap and supports key features like Smart DCA logic, optional Auto Take-Profit, and retry handling.

* Smart DCA Algorithm — adjusts buy size based on historical price context.
* Auto Take-Profit — locks in gains automatically when ROI crosses a preset threshold.
* Non-Custodial — users retain full control via Web3 wallet; no centralized custody.
* Execution via PancakeSwap — all trades occur on-chain through DEX routing.
* Supported Tokens: BTC, ETH, and others
* No Sign-Up: Connect your wallet to start; no email, KYC, or account creation.<br>


---

# 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://docs.eggdca.finance/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.
