> 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/dividends.md).

# Dividends

## What is a dividend yield?

Dividend yield refers to the ratio (dividend token amount / circulating supply) expressed as a percentage. This ratio shows the rate circulating supply will increase each time a dividend payout happens. This percentage can also be used to calculate the increase of tokens each holder will receive per dividend relative to their token balance.&#x20;

## **How often are dividends paid?**

Dividends are paid out based on a predetermined cycle referred to as the Dividend Frequency. This frequency is a hard-coded (immutable) value set at 24 hours. This means that every 24 hours dividends are paid out to the respective token holders automatically. &#x20;

## What is the dividend reduction rate?

The Dividend Reduction Rate (DDR) defines the percentage of the dividend amount that will decrease after a period of 30 days. The DDR is a fixed value set at 3%. This means that after every 30 days the dividend amount will decrease by 3%.&#x20;

## Where are dividends paid to?

Dividends are paid out directly to token holders' wallets in HYDRON. Your token amount will increase every day.&#x20;


---

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