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

# Use Cases

## **Real-Time Market Data and Insights**

AlphaOS enables users to effortlessly access up-to-date market data through simple conversational queries. For instance, users can request token price information, track price changes, and inquire about the top gainers and trending tokens in the market. Additionally, AlphaOS offers the ability to fetch the latest news and updates from the Web3 space, keeping users informed of key developments in real-time.

<figure><img src="/files/ifhuuBu1Xlep4eRaItdu" alt=""><figcaption></figcaption></figure>

## **DeFi Asset Management Simplified**

AlphaOS eliminates the need for users to have a deep understanding of decentralized finance (DeFi) protocols. By simply communicating their asset management needs, users can check wallet balances, buy or sell specific tokens, or transfer assets without needing to manually search for a decentralized exchange (DEX) that supports the desired transaction. AlphaOS handles these tasks directly through AI-driven commands.

<figure><img src="/files/w7OxagcpvAkm9ZFmS7ht" alt=""><figcaption></figcaption></figure>

## **AI-Powered Token Recommendations**

For users seeking investment opportunities, AlphaOS offers a token recommendation feature. The platform’s AI model analyzes market data and trends to provide suggestions for promising tokens, based on a thorough assessment of current market conditions. These recommendations aim to offer users informed insights that can assist in making better financial decisions within the Web3 space.

<figure><img src="/files/FS1OqxpEgD983VJShKWm" alt=""><figcaption></figcaption></figure>


---

# 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.alphaos.net/whitepaper/alphaos/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.
