# Zilla Engine

Zilla Engine is a zone-based DCA (Dollar Cost Averaging) bot built into Pangeon. Instead of buying on a fixed schedule, it accumulates tokens at precise pullback levels — buying the dips systematically while protecting your capital.

### How it works

Zilla Engine monitors the price of your chosen token in real time. When the price drops to one of your predefined zones, the bot deploys a portion of your capital to buy.

### Accumulation Zones

You define 3 zones based on pullback percentage from a recent high:

* Zone 1 — shallow dip (e.g. 5%) — small allocation
* Zone 2 — medium pullback (e.g. 12%) — larger allocation
* Zone 3 — deep correction (e.g. 25%) — largest allocation

The deeper the dip, the more capital is deployed.

### Capital Protection

Zilla Engine never deploys more than your defined Max Exposure %. The remaining capital stays safe and untouched.

### Supported Tokens

* Solana (SOL)
* HyperLiquid (HYPE)
* More coming soon

### Backtest Results (Simulated)

SOL — Last 60 days

* 4 orders triggered
* $630 deployed out of $1,000
* Avg entry: $82.12
* Est. PnL: +6.3% on deployed capital

HYPE — Last 60 days

* 1 order triggered
* $140 deployed
* Entry at $26.26
* Current value: $219
* Est. PnL: +56.6% on deployed capital

### Phase 1 — Simulation

Zilla Engine is currently in Phase 1 — simulation mode only. No real orders are executed. You can configure your strategy, run backtests and monitor live zones.

### Phase 2 — Coming Soon

Live execution on Solana via Jupiter. Real orders will be placed automatically when your zones are triggered.

### Try it

Configure your strategy at zillaengine.xyz


---

# 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://pangeon.gitbook.io/pangeon/zilla-engine.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.
