Skip to main content
Use • 8 mins read

Wallet

Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Wallet

Introduction

The Wallet page is where you manage your hAlpha, the native token of the Hippius network. From here you can check your balance, send and receive tokens, stake to earn rewards, bridge between Hippius and Bittensor, and view your full transaction history.

Every action on this page is signed on chain by your connected wallet extension. Hippius never holds or moves your funds.

Reach Wallet from the sidebar at

Wallet
.

Wallet page overview

Connecting Your Wallet

The console supports four browser extension wallets for signing on chain actions:

  • Polkadot.js Extension: the official Polkadot extension, minimal and reliable.
  • Talisman: feature rich, supports both Polkadot and Ethereum.
  • SubWallet: multi chain with a mobile companion app.
  • Taostats: built for Bittensor users.

You need one of these installed and connected before you can send, stake, bridge, or sign any transaction.

Installing a Wallet Extension

If no extension is detected, the Active Wallet button in the top right corner shows Install Extension. Click it to open a panel with install links for each supported wallet.

  1. Click the install link for your preferred extension. The provider's website opens in a new tab.
  2. Install the extension and create or import an account.
  3. Return to the Hippius Console and click I've Installed an Extension.
  4. Approve the connection request from the extension.
  5. Your accounts now appear in the Active Wallet dropdown.

Install extension panel

Selecting Your Active Wallet

Click the Active Wallet button in the top right (it shows a green dot, a truncated address, and a chevron). A dropdown lists every account from your connected extension.

  1. Find the account you want to use.
  2. Click Switch Wallet next to it.

Hover over any truncated address to see it in full. Click the copy icon to copy it, or the link icon to open it on hipstats.com. Your selection is remembered across sessions.

Active wallet dropdown

Disconnecting

Open the Active Wallet dropdown and click the logout icon at the top of the list. Your active wallet is cleared from the console. Your funds stay in your extension wallet, untouched.

Your Balance

The My Balance panel on the left shows your current spendable hAlpha balance with a line chart of your balance over time.

Use the time range selector (THIS WEEK / LAST 30 DAYS / LAST 60 DAYS / 1 YEAR / MAX) to change the chart window. Hover over any point on the chart to see the exact balance at that moment.

Sending hAlpha

  1. Click Send below the balance chart.
  2. Enter the recipient address, or click Address Book to pick a saved contact.
  3. Enter the amount. Click MAX to send your full transferable balance minus the gas fee.
  4. Review the summary: amount, estimated fee, and recipient.
  5. Click Send. Your wallet extension opens for signature approval.
  6. Approve in the extension. A toast confirms when the transaction is finalized, with a link to the block explorer.

Send dialog

note

The Max button subtracts the estimated gas fee so the transaction won't fail. Your transferable balance excludes any staked, unstaking, or redeemable amounts.

Receiving hAlpha

  1. Click Receive below the balance chart.
  2. The dialog shows your deposit address as a QR code and plain text.
  3. Share the QR code with the sender, or click the copy icon to grab the address.
  4. The new balance appears within a block or two after the transfer confirms.

Receive dialog

Staking hAlpha

The Stake hAlpha panel shows your current staking position. Depending on what's active, you'll see up to three entries:

EntryWhat it means
StakedBonded to validators. Earns staking rewards.
RedeemableUnbonded and ready to withdraw to your free balance.
UnstakingIn the unbonding period. The clock icon shows the time remaining.

When all three entries are showing at once, the values use a smaller font to keep everything on one line.

Staking

  1. Click Stake hALPHA in the top right of the Stake panel.
  2. Enter the amount to stake (or click MAX).
  3. Click Stake, then review the confirmation screen showing the amount and estimated gas fee.
  4. Click Confirm Staking and approve the signature in your extension.
  5. A success screen confirms once the transaction finalizes.

Stake dialog

Unstaking

The Unstake button appears only when you have a staked balance.

  1. Click Unstake.
  2. Enter the amount to unstake (or click MAX).
  3. Click Unstake, review the confirmation, then click Confirm Unstake.
  4. Approve the signature in your extension.

The unstaked amount enters the Unstaking state. After the unbonding period ends (shown by the clock icon), it moves to Redeemable.

Unstake dialog

Withdrawing

The Withdraw button appears only when you have a redeemable balance.

  1. Click Withdraw.
  2. Confirm the amount (your full redeemable balance) and click Confirm Withdraw.
  3. Approve the signature. The amount moves into your free balance.

Withdraw dialog

Hover the clock icon

The clock next to Unstaking shows a tooltip with each unbonding chunk listed separately, including the remaining time and amount for each. Useful if you've unstaked at different times and the chunks have different unlock dates.

Bridging Tokens

The Bridge Tokens button lets you move tokens between the Hippius and Bittensor networks. hAlpha and Bittensor Alpha are pegged 1:1.

  1. Click Bridge Tokens in the Stake panel.
  2. Choose the direction: Bridge Alpha to hAlpha or Bridge hAlpha to Alpha.
  3. Enter the amount to bridge.
  4. Review the estimated time, bridge fee, and destination address.
  5. Click Bridge, then Confirm Bridge on the confirmation screen.
  6. Approve the signature in your extension.
  7. The dialog tracks progress and shows a success screen when the destination chain confirms.

Bridge dialog

You can track in flight bridge operations in the Bridge Transactions tab at the bottom of the page.

Gas fees for Alpha → hAlpha

You need a small amount of TAO on the source side to cover gas. If you see "Failed to add escrow proxy. Please ensure you have enough TAO for gas fees", top up TAO in your source wallet and try again.

For more on the bridge, see Bridge Tokens.

Transaction History

The Transaction History tab shows every incoming and outgoing hAlpha transfer for your active wallet.

ColumnWhat it shows
BlockThe block number. Click to open it on hipstats.
Amount (hALPHA)The transfer amount.
From / ToSender and recipient addresses (truncated, with copy icons).
Transaction TypeSent or Received, relative to your active wallet.
DateLocal time timestamp.

Use the search box to filter by address, click any column header to sort, and use pagination to move between pages.

Transaction history tab

Bridge Transactions

The Bridge Transactions tab lists every bridge operation. Each row shows the direction, amount, status (Pending / Completed / Failed), source and destination transaction hashes with explorer links, and the date the bridge was initiated.

Bridge transactions tab

Address Book

The Address Book tab lets you save frequently used wallet addresses with friendly names, so you can pick them from a list when sending instead of pasting long addresses every time.

Adding an Address

  1. Click + New Address.
  2. Enter a name (e.g. "Alice's wallet") and the wallet address.
  3. Click Save. The dialog validates the address format before saving.

Add new address dialog

Editing or Removing

Click the action menu on any address row to Edit the details or Delete the entry (with a confirmation dialog).

The address book is stored in your local browser. It is not synced across devices.

Using a Saved Address When Sending

When you open the Send dialog, click Address Book in the recipient field to open a quick pick list of your saved contacts. Click one to fill the address in automatically.

Where to next