> For the complete documentation index, see [llms.txt](https://docs.hivesbi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivesbi.com/overview/how-does-it-work.md).

# How Does it Work?

A pending vote value is tracked for every enrolled account. Every 2.4 hours, we increase your pending upvote value, based on your unit levels, at a per unit rate that we have determined to be sustainable.&#x20;

Each time an enrolled account posts, we check whether the account has accumulated enough pending vote value to support an upvote. It takes a pending balance of $0.063 to deliver our minimum upvote of $0.021, but we start every new member with enough pending vote value to receive their first upvote right away.&#x20;

After your first upvote, the time until your next upvote depends on how long it takes to ‘recharge’ the pending vote value that was already delivered and bring your pending value above $0.063 again.


---

# 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:

```
GET https://docs.hivesbi.com/overview/how-does-it-work.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.
