# Connecting Your Wallet

### Authentication

To get started connecting your wallet, click the "Store" tab from inside of ORDINEM and click the "Connect Wallet" button. This will reveal a screen similar to the below:

<figure><img src="/files/aVDmpufZQ6qPSnwtCEaX" alt=""><figcaption></figcaption></figure>

Click the link to navigate to the authentication page on the dApp:

<figure><img src="/files/VgPSp0ikwHOrpm27Y1QY" alt=""><figcaption></figcaption></figure>

### Approve Sign-in Request

Review the permissions that the game is requesting for, and once you're happy click the "Approve" button to popup a sign-in request message via MetaMask. Signing this message does not make a transaction to the blockchain, it simply approves the request via your wallet.

After signing the message, the game will recognize it and update your account with the connected wallet address.

<figure><img src="/files/WixTkT7NE6ycSYbR0yzc" alt=""><figcaption></figcaption></figure>

### Complete

Success! Your wallet is now connected to your Epic account, and your cards and packs will now appear in-game!


---

# 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://docs.playa3ull.games/tutorials/ordinem/connecting-your-wallet.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.
