> For the complete documentation index, see [llms.txt](https://docs.redhive.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redhive.online/platform/hive-voice.md).

# Hive Voice

**Hive Voice** is RedHive’s voice-to-chain engine, enabling users to speak their intent and have it executed onchain with zero manual steps. Powered by advanced Natural Language Processing (NLP) and intent parsing, Hive Voice bridges human language and smart contract logic, allowing anyone to interact with onchain protocols using only their voice.

Hive Voice is the most intuitive way to coordinate with AI agents, execute DeFi actions, or trigger automated tasks — no code, no interfaces, no friction.

**How It Works**

1. **User Speaks a Command** Example: *"Set a stop-loss at $1,500 and a take-profit at $1,800 for my ETH position."*
2. **Voice is Transcribed & Parsed** Hive Voice uses ASR (automatic speech recognition) and an NLP model to detect the intent and extract entities like assets, protocols, and amounts.
3. **Intent Routed to Agent** Based on command type, the parsed instruction is routed to an appropriate AI agent or RedHive module.
4. **Transaction is Prepared & Signed** The agent prepares the transaction payload. The user is prompted to confirm via wallet (or uses a voice-enabled flow if abstracted).
5. **Onchain Execution** The transaction is executed, and the user is notified (optionally via voice or UI).

***

**Developer Preview**

Hive Voice is currently in **developer preview**. Some features may not function fully as intended, and performance or accuracy may vary depending on the environment. Users and developers should treat this version **“as-is”** — experimental, evolving, and not production-ready.

We are actively working on improvements, including:

* Enhanced NLP accuracy
* On-device privacy options
* Multilingual support
* Agent-specific voice pipelines
* Better error handling and feedback loops

Your feedback is welcome as we build toward full release.


---

# 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://docs.redhive.online/platform/hive-voice.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.
