# Rounds

{% hint style="warning" %}
Get ready to make crucial decisions that will determine your fate as you navigate through an ever-expanding web of routes and possibilities!
{% endhint %}

## Overview

* Rounds can last 2 to 6 hours
  * At the start, to encourage faster gameplay, rounds will be shorter.
  * Over time, as more users are joining, the round length will increase
* Once the round timer ends, anyone can call the round. The protocol will call the round eventually if no one else does.
* Once the round ends, boarding is closed and the busses are off to their final destinations!
* [Chainlink VRF](https://docs.chain.link/vrf) determines the surviving buses.
* The next round starts as soon as anyone boards a bus.

<figure><img src="/files/Hb8XYHyxuFVpgb51BtXu" alt=""><figcaption><p>Buses leave the Station ever 6 hours.</p></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://docs.ridethebus.xyz/overview/the-game/rounds.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.
