# VRF (Verifiable Random Function)

<figure><img src="/files/25gwvJMQdWB0xWAledv1" alt=""><figcaption><p>Figure 6: Random number generation technology using VRF</p></figcaption></figure>

* NFTs often incorporate rarity, with random selection being the predominant approach. However, this process may present opportunities for intentional adjustments by the project team. To mitigate this possibility, we employ Oracles to implement our Random Number Generation (RNG) technology.
* This technical solution aligns with our core value of friendship and serves as a means of expressing respect for our community. By ensuring that our RNG technology is immune to arbitrary manipulation with VRF, we demonstrate our commitment to fairness and transparency.


---

# 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.hellobotnft.co/hellobot-universe/mechanism/vrf-verifiable-random-function.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.
