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

# Use Cases

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXdl3oWlNm9_oIDNSmueqpbB32Uft5t7N9Km1caSjBeJ2IAE3WIBxVBp5FrJShoE1_RzKg7NOoQp-qe8xaUce2FGK2Yb85ejlKoLbDfAGC48df30SUmgesCKNoHzLEnW3X9ztLaaBPxX14LXSz94SQzWU2yt?key=OSwKARTQhGacxr3HUK0aTA" alt=""><figcaption></figcaption></figure>

Aethir Edge is designed to support a wide range of use cases, including:

**Earn Token Rewards:** Aethir Edge devices can be used to earn Aethir's native token (ATH), allowing users to earn rewards for contributing their computing resources to the network. The platform also has plans to introduce additional tokens for rewards in the future.

**AI:** Aethir Edge allows developers to run AI applications like natural language processing and computer vision with ultra-low latency by processing data directly at the edge.

**Gaming:** With Aethir Edge's localized processing power, gamers can experience mobile titles with console-quality graphics, lag-free multiplayer, and instant load times for immersive on-the-go gameplay.

**AR/VR:** By reducing latency and enhancing graphics rendering, Aethir Edge enables next-generation VR/AR experiences with seamless, real-time immersion unimpeded by centralized network limitations.

**Real-time Streaming:** Users can live stream 4K video from anywhere using Aethir Edge's optimized throughput and parallel processing to transmit high-bitrate feeds reliably with minimal buffering.

...and more!<br>


---

# 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.myedge.io/executive-summary/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.
