> For the complete documentation index, see [llms.txt](https://doc.suprage.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.suprage.app/user-guide/connecting-your-wallet.md).

# Connecting Your Wallet

Suprage uses the **StarKey Wallet** browser extension to connect to the Supra blockchain. Connecting lets the terminal read your **$RAGE balance** (which sets your [tier](/user-guide/rage-tiers-and-premium.md)) and personalizes your data. No private keys ever leave your wallet.

## Install StarKey

1. Open Chrome or Edge.
2. Install the extension from the [StarKey Wallet Chrome Store page](https://chromewebstore.google.com/detail/starkey-wallet/ilhpohcbiiigepanlonmeeideealhagp).
3. Create a new wallet, or import an existing Supra wallet.
4. Pin the extension so it's easy to reach.

## Connect to Suprage

1. Click **CONNECT WALLET** in the top-right of the navbar.
2. A modal appears. If StarKey isn't detected, it shows a direct install link.
3. Click **CONNECT STARKEY**.
4. Approve the connection request in the StarKey popup.
5. ✅ The button now shows your shortened address, e.g. `0x1234…5678`.

## While connected

Clicking your address opens a dropdown with:

* Your **full connected address**.
* Your **SUPRA balance** (with a manual refresh button).
* A **Disconnect** option.

You'll also see a status badge on the page:

* **CONNECTED** — wallet linked.
* Your **tier badge** (🛰 → 🌌) once your $RAGE balance is read.

### Persistence & auto-reconnect

* The connection is saved in your browser's `localStorage`, so you stay connected across reloads.
* Suprage listens for account changes: if you **switch accounts** or **lock** StarKey, it disconnects automatically for safety.

## What Suprage can and cannot do

| ✅ Can                                  | ❌ Cannot                                                  |
| -------------------------------------- | --------------------------------------------------------- |
| Read your public address               | Access your private keys or seed phrase                   |
| Read your $RAGE / SUPRA balance        | Move or spend your funds                                  |
| Compute your tier & personalize the UI | Sign or send a transaction without your explicit approval |

Suprage is, today, a **read-only analytics terminal**: connecting reveals data; it never initiates transfers.

## Troubleshooting

**The CONNECT button does nothing**

* Confirm StarKey is installed **and enabled**.
* Open the browser console (F12) to check for errors.
* Clear cache and reload.

**"Wallet not detected"**

* Install StarKey from the Chrome Web Store.
* Restart the browser after installing.
* Make sure the extension is enabled for the site.

**Balance won't load**

* Check your network connection.
* The Supra RPC can rate-limit; click the refresh (🔄) button in the dropdown.

**It keeps disconnecting**

* Expected if you changed accounts or locked StarKey.
* If it persists, clear the site's `localStorage` and reconnect.

## Privacy note

Suprage stores only what it needs to run the leaderboard and tier system (e.g. your public address and balance snapshots). It never sees or stores secrets. See the in-app **Terms of Service** for specifics.

***

Next: see what your balance unlocks in [RAGE Tiers & Premium](/user-guide/rage-tiers-and-premium.md).


---

# 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://doc.suprage.app/user-guide/connecting-your-wallet.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.
