> For the complete documentation index, see [llms.txt](https://dexible.gitbook.io/dexible/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexible.gitbook.io/dexible/master/use-cases.md).

# Use Cases&#x20;

![](/files/S3SKdTyTlxW3FZ8zNbkD)

| Use Case                                    | Details                                                                                                                                                                       |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Swaps with Illiquid Assets or Microcaps** | Today traders manually time and submit 5-10 rounds, whereas Dexible can handle and break up 60+ automated rounds hassle-free.                                                 |
| **Best Price, Min Fees**                    | Use Limit Orders to trigger when prices are favorable while using a fixed txn fee cap to trade during off-peak hours.                                                         |
| **Buying a Dip in Prices**                  | Use a Stop Limit to catch the bottom and bounce in prices while setting an upper price tolerance to enter/exit.                                                               |
| **Staking Position Entry**                  | Use TWAPs to improve purchasing power for large orders of staked/farming assets.                                                                                              |
| **Preserve Profits**                        | Employ Trailing Stops to follow upward price moves during bull runs, trigger an order after a support level has been hit, then stopping  before the next level of resistance. |
| **Rug Pull Protection**                     | Use an automated Stop Loss to catch bearish price falls and trigger swaps to preserve alpha.                                                                                  |


---

# 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:

```
GET https://dexible.gitbook.io/dexible/master/use-cases.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.
