> For the complete documentation index, see [llms.txt](https://docs.prediction.crossdefi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prediction.crossdefi.io/getting-started/wallet-setup.md).

# Wallet Setup

A wallet is automatically created when you sign up with Google or Apple.

***

## Creating a Wallet

| Login Method     | Provider       | Description                                                         |
| ---------------- | -------------- | ------------------------------------------------------------------- |
| **Social Login** | Google / Apple | Sign up with a social account and a wallet is automatically created |

***

## How to Sign Up

### 1. Click Connect Wallet

Click the **Connect Wallet** button.

<figure><img src="/files/LU4a5yAcaG2ejdyymm6d" alt="Connect Wallet button on CROSS Prediction"><figcaption></figcaption></figure>

### 2. Sign In

Log in with a Google or Apple account, and a wallet is automatically created.

<figure><img src="/files/3juZzQ3dTqXIC34CbwJR" alt="Google and Apple sign-in options"><figcaption></figcaption></figure>

### 3. PIN Setup Notice

Review the PIN setup notice carefully. Your PIN is used to authorize all transactions and **cannot be recovered if lost**.

<figure><img src="/files/1p0exTp5okSS6aug3he4" alt="PIN setup notice"><figcaption></figcaption></figure>

### 4. Create Your PIN

Set a **6-digit PIN** to secure your wallet. This PIN is required when approving transactions such as Buy, Sell, Split, Merge, and Redeem.

<figure><img src="/files/yIrnSIoGqghEo9o0T4O1" alt="PIN creation dialog"><figcaption></figcaption></figure>

### 5. Confirm Signature

A signature request will appear to verify wallet ownership. Review the message and click **Confirm** to proceed. This does not cost any fees — it simply proves you control the wallet.

<figure><img src="/files/imFacUZiyBOxesnYRGhG" alt="Signature request confirmation dialog"><figcaption></figcaption></figure>

### 6. Claim Your Free $BILL

Once connected, head to the **Rewards** page to claim your free $BILL. Complete quests like sign-up bonus, daily rewards, and trade milestones to earn $BILL — then use it to start trading at no cost.

<figure><img src="/files/bSOeiuT4EeWNSTsBlvsn" alt="Rewards page showing claimable $BILL"><figcaption></figcaption></figure>

{% hint style="info" %}
**Check your balance at a glance** — Hover over (desktop) or tap (mobile) the Equity panel on the Events page to expand your $BILL and $CROSS balances.
{% endhint %}

***

## Disconnecting the Wallet

The wallet can be disconnected via the wallet menu → **Disconnect**.

> **Note**: Browsing the market list and viewing prices is possible without a wallet connection. A wallet connection is only required when executing transactions (Buy/Sell/Split/Merge/Redeem).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.prediction.crossdefi.io/getting-started/wallet-setup.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
