# What transaction fee Will I pay to buy tickets:

Every ticket purchase you make will be a transaction. The purchase of a single ticket in a lottery purchase will cost the normal amount of fees for a transaction. However, buying more tickets in that purchase will increase the fare.

Buying 100 tickets instead of 1 will not multiply the fare by 100, but you can increase the fare amount by 5 to 6 times (although this varies).


---

# 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://metadoosh.gitbook.io/metadoosh/lotto-doosh/what-transaction-fee-will-i-pay-to-buy-tickets.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.
