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

# Welcome to Stability

### <img src="/files/asf5tu1xbpOO7z6AWNUq" alt="" data-size="line">What is Stability?

Stability stands as a decentralised infrastructure layer for strategic DeFi Assets Management of crypto earnings through rewards. Designed with a focus on safety and efficiency, Stability ensures users achieve the highest Annual Percentage Yields (APYs) effortlessly.

Empowered by smart contracts, Stability employs a set of investment strategies that automatically amplify user rewards across diverse liquidity pools (LPs), automated market making (AMM) projects, and other lucrative yield farming avenues within the DeFi ecosystem.

At the heart of Stability's offerings are [Vaults](/stability/stability-platform/vaults.md). These dynamic investment vehicles are intricately linked to user's deposited tokens, compounding arbitrary farm reward tokens from any liquidity sources back into initial asset. Contrary to the connotation of the term "Vault," user's funds on Stability are never locked into any contract. User retain the freedom to withdraw at any given moment.


---

# 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://stabilitydao.gitbook.io/stability/readme.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.
