# Your wallet and account

## Connect your wallet

When you **connect a Solana wallet**, you’re signing in. The game checks that it’s really you, then keeps you logged in so you can play without reconnecting every click.

**Your wallet is your character.** Progress, inventory, and **$CRIME** stay tied to that address. Use a wallet you control and can recover if you lose the device.

## Play anywhere

The game runs in your **browser**, with layouts that work on **desktop** and **mobile**. Same account: connect the same wallet on another device and pick up where you left off.

## Why Solana is in the mix

Some rewards and systems hook into **Solana** (for example $CRIME payouts when you cash out approved withdrawals). Day-to-day play feels like a normal game; the chain is there for ownership and payouts where the design calls for it.

Next: [**Find your way around**](/help/start-here/web-application.md) or set up [**your name and look**](/help/start-here/identity-and-profile.md).


---

# 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://crimcity.gitbook.io/help/start-here/core-pillars.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.
