# Becoming a Bookie

As we covered in the mirror section 7.1, the two lifeblood functions of the OpenBook sportsbook protocol are making a bet and becoming a bookie by providing liquidity. This section contains the discussion of the second of these two functions, becoming a bookie by providing liquidity. Here’s the simple five step process for becoming a Bookie with OpenBook:

![](https://lh3.googleusercontent.com/69-zJkkIYbxE5uo8qed3OwB8k-7rjLQ3BXgWDhUUr-ebz-4r641hr5qqT3qd1_d3-6zyccWSN6DBdTQsxwuRcvOPCWskzE_Rngo8qKMb6YhW9J6A2d39n4TVRFuNepD0GdxtnrI18mbgsSCi)

## Step 1: Login to MetaMask

To utilize the services OpenBook provides, one needs to connect their MetaMask wallet to the site. By following this route over a traditional login approach, all Bettors and Bookies can remain anonymous to OpenBook. The only identification factor is the public wallet address one uses to make bets or provide liquidity.

## Step 2: Navigate to the Bookie Side

Just as straightforward as it is on the betting side, this step only requires the prospective Bookie to click their way to the Bookie side of OpenBook in our web interface. On the Bookie side, there are only a few pages and shuffling through them is useful for all OpenBook users. One of these pages has buttons to stake DAI in our Liquidity Pool. This is the page where Bookies will add and withdraw their stake in the pool.

## Step 3: Stake Funds in our Liquidity Pool

Staking, providing liquidity, and becoming a Bookie are all for the most part synonymous at OpenBook. Simply input the amount to stake, and click the “Stake DAI” button! The transaction confirmations will appear in MetaMask just like when placing bets. After the transaction is confirmed, the protocol will send the new Bookie a one-to-one amount of ERC-1155 token to DAI staked. We’ll refer to these tokens as OpenBook Stake Tokens from now on.

## Step 4: Monitor Profits & Pool Growth

Possessing the OpenBook Stake Tokens in their MetaMask wallet, Bookies at any time can return to the Bookie side pages and check on things. The state of the OpenBook Liquidity Pool is all open data on the blockchain, so we have built a simple interface to visualize these stats. The growth of the pool and the profits for the Bookie can be monitored with ease.

## Step 5: Withdraw Anytime

On the same page that allows staking, any amount of DAI the Bookie currently has staked can be withdrawn just as smoothly. Type in the amount to withdraw, and click to withdraw! Confirm the MetaMask transactions, and in moments the DAI will return to the Bookie’s wallet.


---

# 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://openbook.gitbook.io/copy-of-openbook-whitepaper/bookie-side/becoming-a-bookie.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.
