> For the complete documentation index, see [llms.txt](https://docs.powercity.io/litepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powercity.io/litepaper/amplifier-autocompounder/autopilot.md).

# Autopilot

* Autopilot automatically executes your selected strategy on a daily basis through the "Compound All" function.
* The system adheres to the predetermined functions established by the end-user and executes them through a single transaction on a daily basis.
* For any strategy that directs the Vault to mint $PXDC based on a collateral value increase, it's important to maintain a minimum 500% collateralization ratio when using AutoPilot. This feature acts as a safety measure to minimize the risk of liquidation.
* A user can turn autopilot off at any time.
* There is no fee to turn autopilot on and off.
* Autopilot must be funded with gas coins to execute transactions automatically.  $PLS is deposited into the escrow contract and will be used to execute the selected strategy.
* The maximum amount of gas spent on each Autopilot transaction can be limited so the entire deposited amount isn’t spent in a high-gas period.  By specifying a limit, the Autopilot will not execute the strategy that day to prevent overspending on transaction gas fees.
* Autopilot will automatically show the minimum number of transactions that can be executed based on the amount of $PLS deposited into escrow
* Once the gas escrow is exhausted, Autopilot will stop running the selected strategy.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.powercity.io/litepaper/amplifier-autocompounder/autopilot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
