# FAQ

### General

{% hint style="info" %}

#### **Is The Hive Open Source?:**

Yes! The Hive is open source and welcomes community contributions. Make a pull request to the official\
[fork repository ](https://github.com/1leozhao/the-hive)
{% endhint %}

{% hint style="info" %}

#### **Is there a token?**

Yes! $BUZZ is the native token of The Hive. Its contract address is **9DHe3pycTuymFk4H4bbPoAJ4hQrr2kaLDF6J6aAKpump**. $BUZZ is strictly a meme coin.
{% endhint %}

### Using The Hive

{% hint style="info" %}

#### **How does The Hive find yields?**

The Hive continuously pulls APYs, liquidity data, utilization rates, and audit information from integrated lending and staking protocols on Solana. It surfaces the top opportunities based on real-time data rather than static lists or outdated dashboards.
{% endhint %}

{% hint style="info" %}

#### **Do I need to know how to use individual dApps?**

No. The Hive abstracts the complexity so you don’t need to learn every protocol’s UI. You can still inspect and verify everything on-chain, but the heavy lifting is optional.
{% endhint %}

### Security and Control

{% hint style="info" %}

#### **Does The Hive ever take custody of my funds?**

No. The Hive never holds, controls, or has access to user funds. Every deposit and withdrawal occurs directly between the user’s wallet and the underlying protocol.
{% endhint %}

{% hint style="info" %}

#### **Does The Hive execute transactions automatically?**

No. Nothing moves without your explicit approval in your wallet. Agents can prepare instructions, but only you sign them.
{% endhint %}

{% hint style="info" %}

#### **Is The Hive non-custodial?**

Yes. The Hive never takes possession of your assets. You maintain full control at all times.
{% endhint %}

{% hint style="info" %}

#### **How does The Hive pick which dApps to integrate?**

The Hive prioritizes protocols that are open-source, audited, and backed by reputable teams. We also evaluate security history, liquidity stability, and whether the protocol is widely used in the ecosystem.
{% endhint %}

### Performance and Data

{% hint style="info" %}

#### **How often are APYs updated?**

The Hive pulls data continuously from integrated dApps. APYs and liquidity metrics update in near real-time.
{% endhint %}

{% hint style="info" %}

#### Where does The Hive get its dat&#x61;**?**

Directly from the underlying protocols, their APIs, on-chain views, and indexing services.
{% endhint %}

{% hint style="info" %}

#### **How does The Hive calculate risk metrics and rankings?**

Risk rankings are based on factors such as liquidity depth, utilization stability, audit quality, code maturity, and volatility patterns.
{% endhint %}


---

# 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/markdown.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.
