ORCRUX logo

Crux wallet

Control PoUW rewards from a Phantom-like experience

The ORCRUX wallet stores encrypted keys locally, signs workloads/transactions and exposes staking controls. The simplest path is now site-first: create or import your 24-word seed, connect it on the site, then use the dashboard to track total balance, available balance and locked balance before staking or mining.

Site wallet (recommended)

Cree ou importe ton wallet directement ici. Le site ouvre ensuite une session securisee (orcrux_auth) sans extension.

Create wallet (24-word seed)

Step 1/3

Import 24-word seed

Import private key

Setup checklist

  1. Create a wallet on /wallet/new or import an existing 24-word seed.
  2. Connect it on the site first so the dashboard, faucet and workload pages use the same address.
  3. Stake CRUX only after checking available balance vs locked balance in the dashboard.

Need details? See docs/tutorial_workload.md for the full workflow (sign workload, approve, stake, mine).

Total balance

Full on-chain balance attached to the connected address.

Available balance

CRUX that can still be transferred, spent or committed to new workloads.

Locked / staking

CRUX already locked by active staking positions and therefore not directly spendable.

CLI snippets

Stake CRUX

python -m pouw.cli wallet stake   --amount 25   --stake-duration 180

Locks 25 CRUX for 6 months (+15 % reward weight).

Transfers (micro-fee)

python -m pouw.cli wallet transfer   --to ocx-abc...   --amount 0.5

Solana-style fee: 0.00001 CRUX + 0.05 % of the amount.

Downloads & API

Extension MV3 packaging and mobile companion are on the Phase 3 roadmap.