LogoLogo
HomeBased Labs ResearchWhitepaper
  • 1: Introduction
    • BasedAI Mainnet Q&A Guide
    • Is Your AI Based?
    • BasedAI Ecosystem
    • The Role of Based CLI
  • 2: Installation
    • Minimum Requirements and Prerequisites
    • Installation Instructions
    • Verification of Installation & Troubleshooting
  • 3: Interaction with [Brains] and [Brainstore]
    • Section Overview
  • Using [basedcli brains]
    • [stem]: Retrieving Brain Information
    • [pow_memorize]: Registering Wallets with PoW
    • [memorize]: Associating Wallets with Brains
    • [parameters]: Viewing and Setting Brain Parameters
    • [list]: Viewing All Brains
  • Using [basedcli brainstore]
    • [list]: Accessing Community-Approved Brains
  • 4: Interaction with [Core] Network Operations
    • Section Overview
  • Using [basedcli core]
    • [list]: Listing Core Network Components
    • [weights]: Adjusting Influence on the Network
    • [get_weights]: Reviewing Current Distribution
    • [vote]: Participating in Governance
    • [gigabrains]: Viewing Current GigaBrains
    • [memorize]: Ensuring Network Recognition
    • [proposals]: Insight into Network Proposals
    • [delegate] & [undelegate]: Managing Staked Influence
  • 5: [Wallet] Functionality and Transactions
    • Section Overview
  • Using {basedcli wallet]
    • [list]: Viewing All Wallets
    • [overview]: Comprehensive Wallet Summary
    • [transfer]: Executing Token Transfers
    • [create]: Setting Up a New Wallet
    • [new_computekey] & [new_personalkey]: Generating Additional Keys
    • [regen_personalkey], [regen_personalkeypub], & [regen_computekey]: Regenerating Keys
  • 6: [Stake] Mechanics and [BrainOwner] Tools
    • Section Overview
  • Using [basedcli stake]
    • [show]: Show Stakes in Wallets
    • [add] & [remove]: Add or Remove Stakes
  • Using [basedcli brainowner]
    • [get]: Retrieve Brain Rules and Parameters
    • [set]: Adjusting Brain Parameters
  • 7: Commands Reference
    • Reference Table
  • 8: Implementing Smart Contracts in BasedAI
    • Introduction to the Ethereum Virtual Machine (EVM)
    • Prerequisites
    • Write a Smart Contract
    • Test & Deploy a Smart Contract
    • Tools and Technologies
    • Advanced Example: $PUMP Memecoin Launchpad
    • Advanced Example: AI Marketplace
    • Advanced Example: Brain #88 Access Token
  • 9: Forms
    • $BASED Faucet
    • Test Brain Ownership
    • Test Brain Tokens
Powered by GitBook
On this page
  1. Using [basedcli stake]

[show]: Show Stakes in Wallets

To examine your staked tokens and understand how they are distributed across your wallets and compute keys, the basedcli stake show command provides an organized display. This command not only reveals the distribution of stakes but also encompasses the balance and rate of rewards you are accumulating:

$ basedcli stake show

Upon issuing the command, you'll be asked to enter the name of your wallet:

Enter wallet name (default): exampleWallet

Below is an example of the output you will see, which details the status of your stakes in an easy-to-read format:

PERSONALKEY  BALANCE                                                 ACCOUNT                                           STAKE                                                   RATE
myWallet     𝔹1000.00000
                                                                     5H75Vh..........................................  𝔹69.999999                                              𝔹0.000000000/d
             𝔹1000.00000

The output explicitly shows:

  • PERSONALKEY: Displays the name of your personal key or wallet identifier.

  • BALANCE: The total balance of $BASED tokens in the wallet.

  • ACCOUNT: The specific compute key or account connected with the staked tokens.

  • STAKE: The amount of $BASED tokens currently committed to staking.

  • RATE: The rate at which you are earning rewards on your stake, typically given as tokens per day or per specific time period.

Utilizing the stake show command enables you to keep track of your investment statistics and effectively manage your financial contributions within the BasedAI ecosystem, ensuring you have a full grasp of the stakes' performance and the reward system tied to each Brain.

PreviousSection OverviewNext[add] & [remove]: Add or Remove Stakes

Last updated 1 year ago