Private terminal access.
Authenticate your wallet. Choose an owned token ID. Generate a terminal license. Install private ChainCats tools. The full flow ships in Phase 03 — this is the exact shape of it.
Connect wallet
EVM or Solana — the wallet is your identity.
Verify ownership
The system reads your ChainCats onchain.
Select token ID
Choose which owned cat backs this license.
Sign message
One signature. No transaction, no gas.
Generate license
A terminal key bound to wallet + token.
Install tools
Pull private packages straight from the CLI.
command reference
Five commands in.
$ npm install -g chaincats-cli
Install the ChainCats CLI
$ chaincats auth <license_key>
Authenticate with your terminal license
$ chaincats download scannercat --token 123
Pull a private tool for an owned token
$ chaincats run scanner --wallet 0x…
Run the scanner against any wallet
$ chaincats vault open
Open your token-gated vault
requires ownership
Licenses are bound to wallet + token ID and revoked on transfer. Selling your cat sells the seat — the next holder generates their own key.
