ARK and Phoenix — GRID Wallets
ARK is the locally signed wallet connected to canonical Genesis. Phoenix is the operator-focused desktop suite for GRID and reward management. Both keep custody local and ship as native desktop applications—not web wallets.
grid0… address receives native GRID chain activity. A base58 Solana address receives the current devnet token reward pilot.Official desktop wallet v0.2.24 builds
| Platform | Format | Release |
|---|---|---|
| macOS Apple silicon | ARK or Phoenix · native package | v0.2.24 |
| macOS Intel | ARK universal or Phoenix · native package | v0.2.24 |
| Windows x86_64 | ARK or Phoenix · EXE/MSI | v0.2.24 |
| Linux x86_64 | ARK or Phoenix · AppImage/Debian | v0.2.24 |
| iOS / Android | Not released | Coming soon |
Download ARK from grid-compute.com/ark or Phoenix from grid-compute.com/phoenix. If the site cannot identify the operating system, it links to the platform chooser. Verify installers against the release SHA256SUMS file.
Native GRID wallet CLI
grid wallet init
grid wallet status
grid wallet address
grid wallet receive
grid wallet claim
grid wallet history --limit 20
# Create a signed transfer file
grid wallet send grid0DESTINATION 25 --memo "example"Wallet key material is local; balances and accepted transactions belong to the chain. Receive views expose the complete address and a QR code in the desktop interface.
Solana devnet reward wallet
# Create a new local keypair once
grid solana create
# Show address, balance, and devnet Explorer link
grid solana status
# Or configure an existing public address without importing its private key
grid solana import YOUR_SOLANA_ADDRESSA locally created reward key is stored at ~/.grid/keys/solana-reward.json. The CLI refuses to overwrite an existing file. That refusal protects the current key; use grid solana status rather than trying to create it again.
Protect and recover keys
- Record the recovery phrase offline when the wallet creates it.
- Never paste a phrase, password, or private key into the website.
- Back up wallet files before changing machines or reinstalling.
- Use the wallet's password/passkey protection on shared computers.
- Verify the complete destination address before sending.
- Test custom or local node settings with non-valuable pilot balances first.
Network settings
| Mode | Use |
|---|---|
| Genesis | Default public GRID pilot network |
| Local | A node on the same machine for development |
| Custom | An operator-supplied endpoint with its own trust boundary |