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. 7: Commands Reference

Reference Table

Here is a tabulated reference list of the Based CLI commands, subcommands, and their descriptions for quick and easy lookup:

Command
Subcommand
Description

brains

list

Lists all brains on the BasedAI network.

stem

Retrieves stem information for a specific Brain.

link

Links a wallet to a Brain for subsequent interactions.

pow_memorize

Memorizes a wallet with a Brain using Proof of Work.

memorize

Commands a Brain to memorize a user's wallet.

parameters

Displays or sets a Brain's operational parameters.

brainstore

list

Lists all community-approved Brains on the BasedAI network.

core

list

Lists the core components of the BasedAI network.

weights

Adjusts the weights for core network Brains.

get_weights

Shows the current weight distribution in the core network.

vote

Submits a vote on network proposals.

gigabrains

Shows all GigaBrains in the network.

memorize

Memorizes wallet information in the core network.

proposals

Displays active governance proposals.

delegate

Delegates $BASED tokens to a validator.

undelegate

Withdraws a previously made delegation of $BASED tokens.

wallet

list

Shows all wallets registered to the user's client.

faucet

Receive testnet Based (𝔹).

overview

Displays an overview of the registered account.

transfer

Transfers $BASED tokens to another account/wallet.

create

Creates a new wallet with personal and compute keys.

new_computekey

Generates a new compute key for the specified wallet.

new_personalkey

Generates a new personal key for the specified wallet.

regen_personalkey

Regenerates a personal key using the provided mnemonics.

regen_personalkeypub

Regenerates the public part of a personal key.

regen_computekey

Regenerates a compute key from a mnemonic phrase.

stake

show

Displays stake accounts and details for wallets.

add

Allocates additional BASED tokens to stake.

remove

Withdraws $BASED tokens from stake.

brainowner

get

Retrieves the operational rules for a specific Brain.

set

Sets new operational parameters for a Brain.

This command reference serves as a guide for performing various operations in the BasedAI network using the Based CLI tool. Subcommands and their respective descriptions are straightforward to facilitate ease of use and ensure users can find the necessary commands quickly.

Previous[set]: Adjusting Brain ParametersNextIntroduction to the Ethereum Virtual Machine (EVM)

Last updated 11 months ago