SSHARP Open terminal
SHARP / DOCUMENTATION ONLINE
COMMAND GUIDE / 01

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.

01 / START HERE

How cmd works

cmd is the command directory inside SHARP. It tells you what the current account can use.

01TypecmdOpen the available command list.
02ChooseholdersPick a command from the list.
03Give inputholders <token>Add an address when the command needs one.
04Read resultresultSHARP returns the requested data.
Don't know the argument?

Type the command by itself. For example, holders can enter guided mode instead of forcing you to remember the format.

02 / COMMAND FORMAT

Commands are simple

Most commands follow one pattern:

sharp command argument
token <address>

token is the command. The address is the input.

tx <hash>

Use a transaction hash when looking up a transaction.

portfolio

Some commands need no argument and can run directly.

swap

Premium action commands open a guided flow before signing.

03 / COMMANDS

Command reference

The list below describes what each command is for. Availability can depend on your access level.

General

cmd

Show commands available to your current access level.

help

Open the same command reference from inside the terminal.

status

Check the network, RPC and terminal connection state.

access

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

portfolio

Review the connected wallet's positions and activity.

Act PREMIUM

swap

Prepare a token swap from the terminal.

send

Prepare a token transfer and send it through your wallet.

burn

Prepare a supported token burn.

approve

Manage token approvals for supported actions.

batch

Prepare multiple supported actions as one guided workflow.

watch

Watch a wallet or token for activity.

04 / ACCESS

What unlocks what?

TierUnlockPurpose
FREENo burnRead basic network and token information.
BASICBurn 1,000,000 SHARPAnalysis tools such as scans, holders and whales.
PREMIUMBurn 2,000,000 SHARPAction tools such as swap, send, burn, approvals and watch.

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.

05 / WALLET

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.

SHARP never needs your raw private key.