# How To Use The Hive

### How You Use The Hive:

The Hive is designed so you can go from curious to invested in one clean flow. Everything happens through a simple, conversational interface backed by composable on-chain agents. A typical session looks like this:

#### 1. Discover Yields

Browse audited lending and staking opportunities from supported protocols. APYs, audits, liquidity, and risk signals are shown in one place.

<figure><img src="https://1560954859-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZG16VBkSLPW49g9x368V%2Fuploads%2F9dvJZZHqA5IaupmtLZUY%2FScreenshot%202025-12-01%20at%2012.14.26%E2%80%AFPM.png?alt=media&#x26;token=63ad13f5-524f-40be-9890-c49580c50dd2" alt=""><figcaption></figcaption></figure>

#### 2. Ask Questions

You can ask natural language questions like “What's the difference between staking and lending?” or “Compare the top yields"\
Agents pull real data on the spot.<br>

<figure><img src="https://1560954859-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZG16VBkSLPW49g9x368V%2Fuploads%2F7jd3LC8ElrJyiEy3hmkE%2FScreenshot%202025-12-01%20at%2012.16.19%E2%80%AFPM.png?alt=media&#x26;token=26bb4239-2a82-4477-bd64-b8ae60502b81" alt=""><figcaption></figcaption></figure>

#### 3. Generate Instructions

When you find a yield you like, you simply say what you want to do.\
The Hive translates your intent into the exact set of on-chain actions needed to execute it.

<figure><img src="https://1560954859-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZG16VBkSLPW49g9x368V%2Fuploads%2FcMB0dwMNN4PmkiIqVOCh%2FScreenshot%202025-12-01%20at%2012.17.07%E2%80%AFPM.png?alt=media&#x26;token=498ab725-7608-4904-8dfc-1fb325f1b11f" alt=""><figcaption></figcaption></figure>

#### 4. Approve Transactions

The app prepares transactions for you.\
You just review and sign with your wallet.\
No hunting for contract addresses, no copy-paste rituals, no hidden steps.

#### 5. Track Positions

All your deposits sit in one unified dashboard.\
You can monitor APY changes, manage positions, view predictions on how yields affect your portfolio<br>

<figure><img src="https://1560954859-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZG16VBkSLPW49g9x368V%2Fuploads%2FDy8qXnaZwzot32dGov2Q%2FScreenshot%202025-12-01%20at%2012.18.08%E2%80%AFPM.png?alt=media&#x26;token=d7b74fe5-4f2c-421a-b1cb-0d86df5d3a30" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://the-hive-docs.gitbook.io/the-hive-docs/about/how-to-use-the-hive.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.
