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

# Introduction

## What is HyperHive

HyperHive consolidates Hyperliquid’s scattered yield opportunities into a single compounding vault position, engineered to outperform any individual strategy held alone.

## The Problem

Earning yield on Hyperliquid today is a manual job — picking protocols, managing leverage, and reinvesting rewards before timing or inefficiency eats into them. Diversifying just multiplies that work, and most users don’t have the time or expertise to keep up with it.

## The Solution

HyperHive turns that into a single deposit. Capital is routed across a diversified set of strategies, rebalanced as conditions shift, and compounded automatically — so users get diversified, continuously managed yield without actively operating any of it themselves.

## The Vision

Capital shouldn’t need a full-time manager to earn what it’s worth. HyperHive is building the yield layer that makes the best returns in an ecosystem the default, not the reward for expertise — starting on Hyperliquid, and built to be where capital goes to work automatically, wherever it lives.

<br>

***

## Where to start

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch" style="color:$primary;">:rocket-launch:</i></h4></td><td><h4>Getting started</h4></td><td>Set up your account and ship your first project in minutes.</td><td><a href="/pages/PbYb0GukRhiS4qCHdRal">/pages/PbYb0GukRhiS4qCHdRal</a></td></tr><tr><td><h4><i class="fa-book" style="color:$primary;">:book:</i></h4></td><td><h4>Core concepts</h4></td><td>Understand workspaces, projects, and how permissions work.</td><td><a href="/pages/EFXeLTHVDQLFgK0Iy51O">/pages/EFXeLTHVDQLFgK0Iy51O</a></td></tr><tr><td><h4><i class="fa-graduation-cap" style="color:$primary;">:graduation-cap:</i></h4></td><td><h4>Guides</h4></td><td>Walkthroughs for common tasks like custom domains and automations.</td><td><a href="/pages/oUUNprjFZmH3rqDBvb9h">/pages/oUUNprjFZmH3rqDBvb9h</a></td></tr><tr><td><h4><i class="fa-book-open" style="color:$primary;">:book-open:</i></h4></td><td><h4>Reference</h4></td><td>Detailed configuration options, limits, and terminology.</td><td><a href="/pages/AYVJmAXbSHYSDodrPBYA">/pages/AYVJmAXbSHYSDodrPBYA</a></td></tr></tbody></table>

## Popular tasks

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>For builders</h4></td><td><a href="/pages/416edc1381c20849bc41111b02e482a722a49b94">/pages/416edc1381c20849bc41111b02e482a722a49b94</a></td><td><a href="/pages/c3101d8e098a6f696c75f6bda47d0ea5fdade1e5">/pages/c3101d8e098a6f696c75f6bda47d0ea5fdade1e5</a></td><td><a href="/pages/56a52747d54863f8df67ff3ce908938888c69b66">/pages/56a52747d54863f8df67ff3ce908938888c69b66</a></td></tr><tr><td><h4>For admins</h4></td><td><a href="/pages/fb922e107b31a3e9e9fcf81410029e993b0a9afc">/pages/fb922e107b31a3e9e9fcf81410029e993b0a9afc</a></td><td><a href="/pages/65332f63d0b6cedd6ac718136ba8d89ec6cc1a4d">/pages/65332f63d0b6cedd6ac718136ba8d89ec6cc1a4d</a></td><td><a href="/pages/8d7897a648fcd91cdfe61c6055c3fc9a2774e089">/pages/8d7897a648fcd91cdfe61c6055c3fc9a2774e089</a></td></tr><tr><td><h4>For developers</h4></td><td><a href="/pages/d9d593aeabc52a165190bf8c93720491a4eb9682">/pages/d9d593aeabc52a165190bf8c93720491a4eb9682</a></td><td><a href="/pages/6625e4a7113b37994c505597f0f9e2c62008a5c5">/pages/6625e4a7113b37994c505597f0f9e2c62008a5c5</a></td><td><a href="/pages/65332f63d0b6cedd6ac718136ba8d89ec6cc1a4d">/pages/65332f63d0b6cedd6ac718136ba8d89ec6cc1a4d</a></td></tr></tbody></table>


---

# 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.hyperhive.finance/introduction.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.
