Wallets
Wallets for GNK
Storing, receiving, and sending GNK is easiest in Karman. To delegate tokens to validators, you will need GG Wallet or Keplr; for full control, use the command line.
Recommendation: start with Karman — it opens in a browser, nothing needs to be installed, and the keys remain only with you.
Karman
Wallet for GNK from the joingonka.ai team. Opens as a regular browser page — no installation required. The secret phrase and keys are stored only on your device: we do not see or store them.
- ✓ No installation required — open the page and the wallet is ready; or use the Chrome extension if you prefer an icon in your browser
- ✓ Keys are only with you: encrypted with a password on your device
- ✓ Login via secret phrase or private key
- ✓ Sending and receiving GNK, balance and history; network fee — zero
- ✓ 21 interface languages, including Arabic and Urdu
- ✓ Buy GNK with cryptocurrency directly in the wallet — tokens arrive at your address in a few minutes
If you need staking or voting: Delegating GNK to validators and governance voting are available in GG Wallet or Keplr — they are listed further down on this page.
How to get started
- Open karman.joingonka.ai
- Click "Create Wallet" — or log in with your phrase if you already have a wallet
- Write down the 24 words on paper and store them in a secure place (do not take a photo)
- Create a password — it is used to encrypt the wallet on this device
If you use the wallet regularly, install the Chrome extension from the official store: the same wallet opens via an icon in your browser, without needing a tab. Your secret phrase and password remain the same — it is one wallet, with two entry points.
GG Wallet
The official Gonka ecosystem wallet from the network team. An open-source Chrome extension. Required if you delegate GNK to validators or participate in voting.
- ✓ Store and send/receive GNK
- ✓ Delegated staking — delegate GNK to validators and earn rewards
- ✓ View balance and transaction history
- ✓ Integration with Gonka dApps and explorer
- ✓ Open source — anyone can check for security
How to install
- Open the Chrome Web Store and search for “GG Wallet”
- Click “Add to Chrome” and confirm adding the extension
- Create a new wallet or import a seed phrase
- Write down your seed phrase in a safe place (offline!)
Gonka.Wallet
Mobile wallet from Gonka.Top, operating as a Telegram Mini App. One-click wallet — no need to install a separate application.
- ✓ Built-in invite mining — earn GNK without GPU by inviting friends
- ✓ Purchase shares in GPU nodes directly from the wallet
- ✓ Referral program with bonuses for invitations
- ✓ Instant access via Telegram — no installation required
- ✓ Built-in mining pools from Gonka.Top
How to start
- Open Telegram and search for @GonkaWalletBot
- Press “Start” to launch the Mini App
- The wallet is created automatically on first login
- Invite friends via your referral link and earn bonuses
Gonka.Wallet is a product of the Gonka.Top ecosystem, not an official Gonka team wallet.
Open in TelegramCosmos Wallets
Cosmos SDK Third-party · Multi-chainGonka is built on Cosmos SDK, and thus supported by any Cosmos-compatible wallets through a custom chain config.
Keplr
The leading wallet in the Cosmos ecosystem. Supports hundreds of networks, staking, governance, and IBC transfers.
- • Chrome/Firefox extension + mobile app (iOS/Android)
- • Native support for staking and governance
- • Integration with Cosmos dApps (Osmosis, Kujira, etc.)
Leap Wallet ceased operations on May 28, 2026. If you used it, export your secret phrase and log in with it in Karman or Keplr: the address and balance remain the same.
How to connect Gonka
- Install Keplr from the extension store
- Add Gonka as a Custom Chain (RPC, chainId, coinDenom)
- Network parameters: Chain ID — gonka-mainnet, Denom — ngonka
- After adding the network, GNK will appear in the asset list
Exact parameters for adding the chain can be found in Gonka documentation or at gonka.ai/host/quickstart.
CLI (gonkad)
Command line interface built into the Gonka node. Full control: transactions, delegation, voting, governance.
- ✓ Full access to all Gonka blockchain functions
- ✓ Key management: creation, import, export
- ✓ Sending transactions: send, delegate, undelegate, redelegate
- ✓ Participate in governance: submit-proposal, vote, deposit
- ✓ Blockchain queries: query bank, staking, slashing
Main commands
# Create wallet
gonkad keys add my-wallet # Check balance
gonkad query bank balances <address> # Send GNK
gonkad tx bank send <from> <to> <amount>ngonka --chain-id gonka-mainnet # Delegate
gonkad tx staking delegate <validator> <amount>ngonka --from my-wallet # Vote
gonkad tx gov vote <proposal-id> yes --from my-wallet CLI is available on any machine with Gonka node software installed. More details in the mining guide.
Wallet Comparison
| Wallet | Type | Platform | Staking | Governance | Open Source | Difficulty |
|---|---|---|---|---|---|---|
| Karman | Web page + extension | Any browser, Chrome | No | No | No | Very easy |
| GG Wallet | Extension | Chrome | Yes (delegated) | No | Yes | Easy |
| Gonka.Wallet | Telegram App | Telegram (iOS/Android/Web) | Pools | No | No | Very Easy |
| Keplr | Extension / Mobile | Chrome/Firefox, iOS/Android | Yes | Yes | Yes | Medium |
| CLI (gonkad) | Command Line | Linux/macOS/Windows | Yes | Yes | Yes | Hard |
Wallet Security
Follow these rules to avoid losing your GNK.
Seed phrase — offline only
Never store your seed phrase digitally (screenshots, notes, cloud). Write it down on paper and keep it in a safe place.
Verify addresses
Always verify the recipient's address before sending. Blockchain transactions are irreversible.
Beware of phishing
Install wallets only from official sources. Check the URL and the publisher of the extension.
Update software
Use the latest versions of wallets — updates contain security fixes.
Separate funds
Use a separate wallet for large sums (cold storage) and a separate one for daily operations.
Ready to start mining?
Set up your wallet, then proceed to the step-by-step guide for launching a Gonka node.