> For the complete documentation index, see [llms.txt](https://docs.ridethebus.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ridethebus.xyz/project-tokens/bus-ticket.md).

# Bus Ticket

{% embed url="<https://basescan.org/>" %}
Bus Token Contract (Updated after launch!)
{% endembed %}

### Level 1 Tickets

* The only way to buy a bus ticket (aside from secondary markets like OpenSea), is the *Station*™️
  * The only tickets for sale by the *Station* are *Level One* tickets
* *Bus Tickets* cost 0.002 ETH (\~$5) each
* A *Bus Ticket* gives you the option to board a bus. Once you board the bus, your *Bus Ticket* is burned in exchange for a *Ticket Stub*
  * Thus, the supply of *Bus Tickets*, per level is always fluctuating

### Level 2 Tickets and beyond

At the moment, the only way to earn a *Bus Ticket* higher than Level 1 is to play the game, or visit secondary marketplaces.

We are exploring the idea of building our own marketplace, but at the moment, OpenSea and others are sufficient until our community grows large enough.

### Purchase price distribution

98% of the purchase price of a *Bus Ticket* is distributed into levels in the game via the protocol.

2% of the price goes towards the daily [Last Chance Raffle](/protocol-categories/hitchhikers-last-chance.md)

* If the 2% daily grows to a considerable size it could be broken out into smaller raffles or incentives


---

# 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://docs.ridethebus.xyz/project-tokens/bus-ticket.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.
