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

# Use Cases

Autonomy can be used to do things in the future under a/some condition(s). They could be one-time actions, or recurring actions:

* trading on AMMs like Uniswap
  * limit orders - executing a trade once the price has gone above/below a specific value
  * stop losses - market buy/sell once the price has gone above/below a specific value
  * exit liquidity positions to avoid impermanent loss when it becomes too great
* sending a payment(s) that's recurring for a salary/subscription in a way that doesn't require you to deposit everything upfront, but rather gets taken out your wallet directly every month
* automatically repaying/self-liquidating borrowed/leveraged positions to avoid high (12%+) liquidation fees on platforms like MakerDAO/Compound/Kashi etc. when you get close to the liquidation threshold
* automatically moving liquidity between yield farms/lending platforms every time the yield becomes better elsewhere
* make a contract fully autonomous, with legal rights and the ability to enact those rights off-chain, by setting it up with funds in a single transaction such that it can create its own transactions in the future, many times, based on its own decisions from arbitrary on-chain inputs
* automatically manage a portfolio or a DAO's treasury funds
* sending a transaction once the gas price is below some value
* execute a given trading strategy, such as dollar cost averaging
* execute a given LP strategy, such as being fully hedged like AutoHedge


---

# 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.autonomynetwork.io/autonomy-docs/autonomy-network/use-cases.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.
