# FAQs

How to buy Lottery Ticket?

* Lottery tickets are minted when your address has paid >$5 from buy transactions. It is important these occur through the uniswap pool (use SushiSwap to do this), and not via an aggregator as your wallet will not receive the tickets otherwise.&#x20;

How to Find my Lottery Ticket?

* Check your wallet on <https://basescan.org/>, under ERC-721 Tokens check for Ticket (TKT)

When is the Draw?

* The date of the draw is 7 days following the last draw, which can be obtained using the function lastPickAt from the RewardDistributor contract:

<https://basescan.org/address/0x76bfddf9d9ad158cc47d4abba5af7f16a922f865#readContract#F4>

Did I Make it?&#x20;

* All prizes are airdropped to winning wallets, no claim required.


---

# 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://internet-token.gitbook.io/internet-token/faqs.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.
