Crux wallet
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.
Cree ou importe ton wallet directement ici. Le site ouvre ensuite une session securisee (orcrux_auth) sans extension.
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.
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.
apps/wallet-popup → npm install && npm run dev.POST /wallet/import-seed, POST /wallet/stakes, POST /wallet/stakes/release.GET /wallet, GET /transactions.Extension MV3 packaging and mobile companion are on the Phase 3 roadmap.