> For the complete documentation index, see [llms.txt](https://defui.gitbook.io/doge-project-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defui.gitbook.io/doge-project-whitepaper/good-projects/integrations/chainlinks-vrf-and-keepers.md).

# Chainlink's VRF and Keepers

Benefits of Integrating Chainlink's VRF and Keepers:

1. Enhanced Trust: Chainlink's VRF provides a tamper-proof and auditable source of randomness, ensuring that the winner selection process is provably fair and transparent. This eliminates the need for trust, giving our community confidence in the fairness of the lottery.
2. Seamless Automation: Chainlink Keepers help automate the draw process in a decentralized manner. By utilizing the time-based trigger system feature offered by Chainlink Keepers, our weekly lottery draws will be processed autonomously and consistently, ensuring predictability and a smooth user experience.

Why We Are Integrating Chainlink's VRF and Keepers:

1. Trustless Environment: By integrating Chainlink's VRF, we can guarantee that our lottery system is not susceptible to manipulation, ensuring that all participants have an equal opportunity to win.
2. Decentralized Automation: Chainlink's Keepers enable us to automate the draw process in a decentralized way, removing the need for manual intervention and ensuring the lottery runs smoothly and consistently.

Use Cases for Chainlink's VRF and Keepers:

1. Winner Selection: Chainlink's VRF will be used to randomly select winners for our weekly DeLot, ensuring a fair and transparent process.
2. Automated Lottery Draws: Chainlink's Keepers will be used to trigger the weekly lottery draws at the same time every week, providing a seamless and predictable experience for our community members.


---

# 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://defui.gitbook.io/doge-project-whitepaper/good-projects/integrations/chainlinks-vrf-and-keepers.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.
