[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.

Last updated