# Deploy Lottery phase

## Deposit your lottery campaign

Do make launch your lottery you need to provide some sort of liquidity to make users be able to play.&#x20;

<figure><img src="/files/hLWeSXTRRlVV2hdF8Onv" alt="" width="563"><figcaption></figcaption></figure>

Once you click on `Create` button you will see Metamask (or your chosen wallet) pop-up. \ <mark style="color:orange;">**⚠️ Always double-check that you are signing the correct HEX DATA. On the screen, you'll notice that you won't be charged anything; you only need to sign this message by clicking "Confirm."**</mark>

## Created Lottery

After completing the transaction, you will see information about the lottery on the screen, including: - &#x20;

* Lottery ID *(in development)*,
* Owner's address *(in development)*,
* Prize pool CA:

E.x. : Prize pool:[0x283CD93A3b53ED51329EdeAEeA0...](https://sepolia.basescan.org/address/0x283CD93A3b53ED51329EdeAEeA08797881AFC1E6)

<figure><img src="/files/QhLeU8Ydpa5tJVcRheMd" alt="" width="375"><figcaption><p>Created lottery!</p></figcaption></figure>

## Canto Scan

<figure><img src="/files/WeWonD2v0TfQOEIyi7hl" alt="" width="563"><figcaption></figcaption></figure>

You can check transactoin details on CANTO scan


---

# 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://farcaster-lottery.gitbook.io/docs/create-lottery/deploy-lottery-phase.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.
