Learn the terminal.
Then make it yours.
SHARP is controlled from a command line. You do not need to memorize everything. Start with cmd, choose a command, and let SHARP guide you when more information is required.
How cmd works
cmd is the command directory inside SHARP. It tells you what the current account can use.
cmdOpen the available command list.holdersPick a command from the list.holders <token>Add an address when the command needs one.resultSHARP returns the requested data.Type the command by itself. For example, holders can enter guided mode instead of forcing you to remember the format.
Commands are simple
Most commands follow one pattern:
token <address>token is the command. The address is the input.
tx <hash>Use a transaction hash when looking up a transaction.
portfolioSome commands need no argument and can run directly.
swapPremium action commands open a guided flow before signing.
Command reference
The list below describes what each command is for. Availability can depend on your access level.
General
cmdShow commands available to your current access level.
helpOpen the same command reference from inside the terminal.
statusCheck the network, RPC and terminal connection state.
accessCheck whether your wallet has Free, Basic or Premium access.
Read
wallet <address>View a wallet overview and on-chain activity.
balance [token]Read your ETH balance, or an ERC-20 balance when a token address is supplied.
token <address>Read token information such as metadata and contract details.
price <address>Request current token price and market information.
tx <hash>Look up a transaction and its on-chain status.
Analyze BASIC
scan <token>Run a token-focused scan for contract and activity signals.
holders <token>Inspect holder distribution and concentration.
whales <token>Surface large-holder activity and movements.
portfolioReview the connected wallet's positions and activity.
Act PREMIUM
swapPrepare a token swap from the terminal.
sendPrepare a token transfer and send it through your wallet.
burnPrepare a supported token burn.
approveManage token approvals for supported actions.
batchPrepare multiple supported actions as one guided workflow.
watchWatch a wallet or token for activity.
What unlocks what?
Access is recorded and read directly from the deployed SHARP Access Contract. Upgrade transactions move the required SHARP to the contract’s public burn address; no transaction hash is entered manually.
Your wallet stays yours.
SHARP is designed to be non-custodial. When an action needs a signature, the browser prepares the transaction and your wallet asks you to approve it.