Wallets

Wallets for GNK

Several wallets are suitable for storing, sending, and staking GNK tokens — from browser extensions to command line.

Recommendation: Start with GG Wallet — it's built by the Gonka team specifically for network operations.

GG Wallet

Recommended Open Source · Chrome

Official wallet of the Gonka ecosystem. An open-source Chrome extension developed by the Gonka team.

  • 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

  1. Open the Chrome Web Store and search for “GG Wallet”
  2. Click “Add to Chrome” and confirm adding the extension
  3. Create a new wallet or import a seed phrase
  4. Write down your seed phrase in a safe place (offline!)

Gonka.Wallet

Mobile Telegram Mini App

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

  1. Open Telegram and search for @GonkaWalletBot
  2. Press “Start” to launch the Mini App
  3. The wallet is created automatically on first login
  4. 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 Telegram

Cosmos Wallets

Cosmos SDK Third-party · Multi-chain

Gonka 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

Modern alternative to Keplr with a user-friendly interface and mobile app.

  • Chrome extension + mobile app
  • Staking reward aggregator from all Cosmos networks
  • Support for NFTs and Cosmos ecosystem tokens

How to connect Gonka

  1. Install Keplr or Leap from the extension store
  2. Add Gonka as a Custom Chain (RPC, chainId, coinDenom)
  3. Network parameters: Chain ID — gonka-mainnet-1, Denom — ugnk
  4. 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)

For advanced users Command line · Full control

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>ugnk --chain-id gonka-mainnet-1

# Delegate

gonkad tx staking delegate <validator> <amount>ugnk --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
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
Leap Extension / Mobile Chrome, 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.