# King Of The Hill

UniFat's KingHill is slightly different from Pump. Ours is safer and more real-time, as it is calculated and updated in real-time by smart contracts.&#x20;

The system continuously monitors the buy volume within a specific time period (10 minutes).&#x20;

If a token with a larger buy volume appears within that period, it will immediately replace the current one, ensuring that KingHill always represents the best token on the platform.


---

# 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.unifat.xyz/product-introduction/ai-agent-launchpad/king-of-the-hill.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.
