# Staking

Builders can integrate with **Hyperbeat staking products** to route user staking flows and earn fees via Builder Codes. There are two staking options supported:

## **1. Vanilla Staking (Direct Delegation)**

Vanilla staking allows users to delegate HYPE directly to the **Hyperbeat validator** on Hyperliquid. It’s the simplest and most direct way to participate in securing the network.

{% hint style="success" %}
Learn more [here](/hyperbeat-builder-codes/staking/vanilla-staking.md)
{% endhint %}

## **1.** Liquid Staking (beHYPE)

Liquid staking allows users to stake HYPE and mint **beHYPE**, a tokenized staking position that can be used elsewhere in DeFi. The underlying HYPE is staked directly to the active set validators.

{% hint style="success" %}
Learn more [here](/hyperbeat-builder-codes/staking/liquid-staking.md)
{% 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://docs.hyperbeat.org/hyperbeat-builder-codes/staking.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.
