> 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-one.md).

# Hive ONE

**Hive ONE** is RedHive’s intelligent copilot interface — a unified minimalistic frontend for interacting with onchain protocols using natural language, prompt-based commands, or agent integrations. It abstracts away the complexity of Web3, giving users a seamless, intuitive experience to execute advanced onchain actions and coordinate across DeFi, NFTs, and DAOs.

Whether through voice (via Hive Voice), text, or click-based workflows, Hive ONE translates high-level intent into precise protocol actions. Ask questions, request analyses, or define tasks without needing deep technical expertise.

***

**Security & Safety**

* **No Seed Phrase Required**: Hive ONE has Privy integration and works with any EVM wallet (e.g., MetaMask, WalletConnect).
* **Read Before You Sign**: Every action includes a summary of what will happen onchain.
* **Scoped Access**: You choose what protocols and agents Hive ONE can interact with. No global permissions.

***

**Integration Options**

Hive ONE can be used standalone or embedded:

* **Frontend SDK**: Embed Hive ONE panels into your own app or dashboard.
* **Agent Command Interface**: Let users control their agents via the Hive ONE frontend.
* **Cross-Chain Module Support** *(coming soon)*: Unified actions across Ethereum, Arbitrum, Optimism, and more.

***

**Developer Preview Notice**

**Hive ONE is currently in Developer Preview.**

Some components are experimental or incomplete. Workflow parsing, agent controls, and voice-integration features are still evolving. Users and builders should expect occasional bugs, unfinished interfaces, or limited protocol coverage.

Planned improvements include:

* Expanded protocol integrations
* Personalized agent dashboards
* Better voice-to-copilot linking
* Multichain action chaining
* Error handling and fallback logic

**Use Hive ONE as-is**, and help shape its roadmap by sharing your feedback.


---

# 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-one.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.
