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

# Introduction to Hydron

## What is the Hydron Protocol

Hydron is the first Proof-to-Claim (PTC) dividend payment system. Users can purchase rights to future dividend yields through the HYDRON utility token. The owners of these tokens will earn passive income from the payout of dividends.

Please join the [<mark style="color:blue;">Hydron Finance community</mark>](/home/connect-with-us/social-media.md) where the Hydron Finance team and community are dedicated to helping you understand the protocol and how you can benefit from it.&#x20;

## Hydron (HYDRON) Token

HYDRON is a BEP20 token released on the Binance Smart Chain.&#x20;

The HYDRON token is used to provide Proof-to-Claim (PTC) on future dividends. HYDRON will also be the currency in which dividends are paid.

{% hint style="info" %}
**HYDRON  Contract Address:** `0xDdb7D4AB0F3B34976727A4399e804262A4381cD1`&#x20;
{% endhint %}


---

# 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://hydron.gitbook.io/home/introduction-to-hydron.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.
