Acala Wiki
LearnBuildMaintain
  • Acala & Karura Wiki
  • Acala 2.0
    • Overview
    • Execution Roadmap
    • aUSD SEED (aSEED)
      • aSEED Integration Guide
      • aSEED Redemption Guide
    • ACA
      • ACA/KAR Staking
    • LDOT
      • Validator Candidate Guide
      • Validator Voting Guide
    • Universal Asset Hub (UAH)
    • Euphrates DApp
  • Learn
    • Acala Introduction
      • Acala Dollar
      • AcalaSwap
      • Homa Liquid Staking
      • Redenomination of ACA
    • Trilogy Networks
    • Flexible Fees
      • How to change default fee token
    • Governance Overivew
      • Participate in Democracy
      • How to Verify a Runtime Upgrade
      • How to Verify Referendum Proposal
    • Treasury
    • Acala EVM+
      • Why Acala EVM+
      • Existing Solutions
      • Acala EVM+
        • Composable DeFi Stack
        • Flexible Fees
        • EVM Account
        • On-chain Scheduler
        • Queryable & Lightweight
        • Upgradable Contracts
        • Compatible Toolings
        • No Dust Account
      • How does it work?
  • Get started
    • Acala Network
      • Acala Launch Phases
      • Wallet & Account
        • Account Generation
          • Polkadot{.js} Browser Extension
          • Polkawallet Mobile App
          • Ledger Hardware Wallet
        • Exchange Withdraw/Deposit
        • Balance Type and Vesting
        • Check Address for Different Chains
      • Acala's DOT Bridge
      • Acala Assets
      • Governance
      • Acala Web Apps
      • Acala Mobile
    • Karura Network
      • Karura Launch Phases
      • Check Distribution
      • Wallets & Account
        • Account Generation
          • Polkadot{.js} Browser Extension
          • Polkawallet Mobile App
          • Ledger Hardware Wallet
        • Exchange Withdraw/Deposit
        • Balance Type & Vesting
        • Check Address for Different Chains
      • Inter Kusama Transfer
      • Karura Assets
      • Karura Web Apps
      • Governance
      • Transaction Fees
    • Mandala Testnet
  • Integrate
    • Acala Network
      • Protocol Info
      • Token Transfer
      • Node Interaction
      • Full Node
      • Collator
    • Karura Network
      • Protocol Info
      • Token Transfer
      • Node Interaction
      • Full Node
      • Collator
  • Build
    • EVM+ documentation
    • SDKs
      • Acala Stablecoin
      • Homa Liquid Staking
      • AcalaSwap
      • Homa Staking
    • Guides
      • Node Interaction
      • Transaction Construction
    • Build DApps
      • Deploy Ecosystem Modules
      • Composable Chains
        • Open HRMP Channel
        • Bridge Tokens
        • Cross-chain Listing
      • Open-Web3-Stack & ORML
      • Smart Contracts
        • Acala EVM Overview
        • Get Started
          • Connect to a Node
            • Use MetaMask with EVM+
          • Setup EVM Account
          • Polkadot Explorer
          • EVM Playground
          • Use Remix
          • Use Waffle
          • Use Hardhat
          • Deploy Contracts
        • Advanced
          • Use Native & Cross-chain Tokens
          • Use On-chain Scheduler
            • Tutorial
          • Use Oracle Feeds
          • Upcoming Features
        • Acala EVM Hacker Guide
          • Try Acala DApp
    • Tools
    • Indexers
      • SubQuery
    • Miscellaneous
      • Runtime Events
      • Modules
    • Cross Chain DeFi
  • Ecosystem
    • General Info
    • Alliance
    • Community
    • Contribution & Rewards
      • Acala Old Friend NFT
    • Ecosystem
    • Media Kits
    • Ledger Generic App Migration
  • Crowdloans
    • What are crowdloans
    • Acala Crowdloan
      • Crowdloan Event
      • Crowdloan Rewards
      • Claim ACA
      • How to Crowdloan
      • FAQ
      • Acala Quests
        • Attaching Polkawallet to Polkadot.js Extension
      • DOT Address
        • Creating a New DOT Account
        • Becoming a DOT Holder
        • Unstaking Your DOT
          • Unstaking Your DOT Tokens on Polkadot.{js} Extension
          • Unstaking Your DOT Tokens on Polkawallet
    • Karura Crowdloan
      • Crowdloan Event
      • Crowdloan Rewards
      • Claim KAR
      • How to Crowdloan
      • FAQ
      • KSM Address
        • Creating a New KSM Account
        • Check KSM Address
        • Unstaking Your KSM
          • Unstaking Your KSM Tokens on Polkawallet
          • Unstaking Your KSM Tokens on Polkadot.{js} Extension
      • Finding Tokens and NFTs
  • Misc
    • aUSD Incident
    • Contributing
    • Glossary
Powered by GitBook
On this page
  • Balance Types
  • Check & Claim Vested Tokens
  • Claiming Vested KAR via Web App
  • On Polkadot App
  • Check Vesting
  • Claiming Vested KAR for Other Accounts
  • On Karura App

Was this helpful?

Edit on GitHub
  1. Get started
  2. Karura Network
  3. Wallets & Account

Balance Type & Vesting

PreviousExchange Withdraw/DepositNextCheck Address for Different Chains

Last updated 3 years ago

Was this helpful?

Balance Types

On Karura there are the following steps balance types

  • Transferrable Balance: as the name suggests, this balance can be used for transfers, paying fees and performing any actions on-chain.

  • Locked Balance: this balance is frozen, depending on the scheme, it could be locked for a certain period of time before being transferrable, or it could be vested where a portion of the balance gradually becomes transferrable, or a combination of these. The tokens are released lazily, meaning you are required to perform a claim transaction to obtain it. The guide for claiming vested tokens is in the next section.

  • Total Balance: is the sum of transferrable balance plus the locked balance. The entire balance can be used for governance operations such as voting.

Check & Claim Vested Tokens

Claiming Vested KAR via Web App

You can claim your vested KAR here

On Polkadot App

Go to the Developer - Extrinsics section, use the account that you want to claim the vested balance. Select vesting then claim() in the submit the following extrinsics filed, then click the Submit Transaction button to complete the process.

Check Vesting

Go to the Developer - Chain state section, select vesting then vestingSchedules() , then select your account, then click the + button to see what vesting schedule it has.

Below is an example result

  • start: the tokens are locked until Kusama block #

  • period: release period e.g. release every block or every 432,000 block as in the example

  • periodCount: how many vesting periods

  • perPeriod: how much to release each period

[
  {
    start: 8,886,950,
    period: 432,000,
    periodCount: 5,
    perPeriod: 100 KAR
  }
]

Claiming Vested KAR for Other Accounts

Users can also claim vested KAR for other accounts by going to the Developer - Extrinsics section. Select the account you'd like to use to initiate the claim in using the selected account. Submit the vesting then claimFor(dest) extrinsic and the account you'd like to claim for which is the account that has the locked tokens (shown at bottom of screenshot).

Note that submitting this transaction only makes the vested tokens transferrable. It does not transfer them to the account that initiates the claim.

On Karura App

Go to the , expand the balance of your account, if there's a vested (locked) balance, it will be displayed.

You can claim the released portion of vested KAR on the .

Polkadot App - Karura Parachain - Accounts section
Karura App
https://apps.karura.network/portfolio