# Turbo FAQ

1. **Can I cancel a DCA midway?**

* Yes. You can stop a DCA at any time. However, trade segments that have already been executed cannot be reversed.

2. **Does Turbo protect me from rugs or honeypots?**

* No trading terminal can. Turbo gives you holder distribution, liquidity, and transaction filters to help you make better decisions, but you are still responsible for trade risk.

3. **Can Turbo reverse a bad trade?**

* No. All trades are final once confirmed onchain.

4. **When should I use Turbo instead of Prime?**

* Use Turbo when speed matters more than getting the best available price: new token launches, memes, volatile rotations, fast exits.

5. **What happens if the price moves before my tx confirms?**

* Your slippage tolerance determines whether the trade fills or fails. If price moves outside that range, the transaction will not go throughinstead of filling at a bad price.

6. **Can a trigger fail even after hitting my price?**

* Yes. If liquidity disappears or gas spikes at the moment of trigger, the Market order may fail. Retry mode helps reduce this risk.


---

# 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.definitive.fi/platform/turbo/turbo-faq.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.
