# Verifying Results

Bitcoin Lottery results are publicly verifiable using any Bitcoin block explorer.

### How to Verify a Ticket

{% stepper %}
{% step %}

### Get the Block Hash

Use the block explorer on the Bitcoin Lottery home page or any public Bitcoin block explorer (e.g. [Mempool.space](https://mempool.space/)) to view the hash for the target block.&#x20;
{% endstep %}

{% step %}

### Compare Hexadecimal Characters

Compare your ticket's hexadecimal string to the ending characters of the block hash and determine how many consecutive hexadecimal characters match. &#x20;
{% endstep %}

{% step %}

### Apply Payout Table

Refer to the [Payouts](/crypta/bitcoin-lottery/payouts.md) section to determine how much your ticket has won based on your game type, the number of matching characters and the bet amount per ticket.&#x20;
{% endstep %}
{% endstepper %}


---

# 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://crypta.gitbook.io/crypta/bitcoin-lottery/verifying-results.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.
