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 brains]

[stem]: Retrieving Brain Information

To gain detailed insights into a Brain's operational health and its contribution to the BasedAI network, the basedcli brains stem command provides a granular view of the Brain's operational statistics. When this command is executed with a specified Brain ID, it retrieves a comprehensive data set displaying the Brain's current state, including:

  • Stake: The total $BASED stake amount that has been allocated to the Brain by all participating users.

  • Issuance: This refers to the amount of $BASED that the Brain has issued as rewards for computational contributions up until the current moment.

  • Difficulty: A measure indicating the level of computational effort required for tasks associated with this Brain, which impacts the ability to earn rewards and contribute effectively.

Here’s how to retrieve this information:

$ basedcli brains stem

Upon request, the system will prompt for the Brain ID:

Enter Brain ID [0/3] (0): 3

After inputting a valid ID, an output similar to the following is displayed:

🧠 Syncing with chain: prometheus ...
              STEM net: prometheus:3, block: 197371, N: 0/0, stake: 𝔹0.000000000, issuance: 𝔹2,125.499998000, difficulty: 10000000
UID  STAKE(𝔹)  RANK     TRUST    CONSENSUS  INCENTIVE  DIVIDENDS  EMISSION(b)  VTRUST   VAL  UPDATED  ACTIVE  BRAINPORT  COMPUTEKEY  PERSONALKEY
0    0.00000   0.00000  0.00000  0.00000    0.00000    0.00000    0            0.00000

Understanding this data is pivotal for users who want to assess their participation level and potential incentives when engaging with a Brain's computational tasks. It lays the groundwork for informed decision-making regarding investment in staking and active involvement in the network's collaborative computation efforts.

PreviousSection OverviewNext[pow_memorize]: Registering Wallets with PoW

Last updated 11 months ago