# Chainlink VRF

We are happy to inform that we will be enhancing the decentralization and reliability of YearnTogether winner selection by utilizing the Chainlink's new Verifiable Random Function (VRF) feature.

Chainlink, a decentralized infrastructure provides a reliable source of randomness directly on-chain, with associated cryptographic proofs that allow users to verify the randomness’s authenticity. Incorporating this functionality provides a greater degree of trust by our users.

For YearnTogether, integrating Chainlink VRF as a RNG (Random Number Generation)was a game-changer. That helped us save a lot of engineering time and gave us a thoroughly investigated source of unpredictability.

{% hint style="info" %}
Our VRF proofs can be found here: <https://vrf.chain.link/bsc/786>
{% endhint %}

<figure><img src="/files/8Bo7zHCJkSGXg6IHC7vt" alt=""><figcaption></figcaption></figure>


---

# 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://yearntogethers-organization.gitbook.io/doc/integration/chainlink-vrf.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.
