Docs

A slow read about a fast thing.

Getting started

Connecting a wallet

We connect through the Solana Wallet Standard. Any wallet that advertises itself via the standard appears in the modal automatically — Phantom, Solflare, Backpack, Glow, OKX, Coinbase, Trust, and others.

Hardware wallets (Ledger, Trezor) are intentionally excluded. Their adapters depend on USB drivers that don’t play well with the browser environment we run in.

Connecting your wallet is read-only. Nothing on-chain happens. The site only sees your public key.

The follow-up Sign in is also off-chain — your wallet displays a short text message we hand it; you sign it. Our server verifies the signature and issues a session cookie that lasts 7 days. The cookie is encrypted and HTTP-only.

Disconnecting from the pill in the top-right does both: the session cookie is destroyed and the wallet is unlinked from the page. To use a different account, disconnect first.

i.imagination.so